/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_dropline.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#nav2{
	padding: 5px 10px;
   	width:580px;
	margin-bottom: 20px;
	text-align: right;
	clear:both;
}
#nav2 p{
	font-size:13px;
}

#nav2 a {
	font-size: 1em;
	color:#999;
	text-decoration: none;
	font-weight: normal;
}

/* the styling */
#nav {width:580px; height:20px; position:relative; margin-right: 10px; margin-bottom: 20px; padding: 5px 0;}

#nav .select, #nav .current {margin:0; padding:0; list-style:none;}

#nav li {display:inline; margin:0; padding:0; height:auto;}

#nav .select a,
#nav .current a {display:block; height:20px; float:right; background:#fff; padding:0 10px 0 10px; text-decoration:none; font-size:1em; line-height:20px; white-space:nowrap; border-right:1px solid #fff; color:#999; font-weight: bold;}
* html #nav .select a, * html #nav .current a {width:1px; height:21px;}


#nav .select a:hover, 
#nav .select li:hover a { cursor:pointer; color:#000;}

#nav .sub {display:none;}

/* for IE5.5 and IE6 only */
#nav table {position:absolute; border-collapse:collapse; left:0; top:0;}

#nav .current a {background:#666; color:#ff0;}


#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {background:#fff; color:#000;}

#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {background:#fff; color:#000;}

#nav .select li a:hover .sub, 
#nav .select li:hover .sub {display:block; position:absolute; width:580px; top:20px; left:0; background:#fff; margin-top:0; padding:0; z-index:100; color:#fff; font-size:1em;}

#nav .sub, #nav .sub_active {margin:0; padding:0; list-style:none;}

#nav .sub_active {display:block; position:absolute; width:580px; top:20px; left:0; background:#fff; margin-top:0; padding:0; z-index:10;}
* html #nav .sub_active, * html #nav .select a:hover .sub {z-index:-1; margin-top:0; margin-t\op:1px;}

#nav .sub_active a {height:21px; text-decoration:none; line-height:20px; white-space:nowrap; display:block; float:left; background:#666; padding:5px 10px 10px 10px; margin:0; font-size:1em; white-space:nowrap; border:0; color:#fff;}

#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {display:block; background:#fff; padding:5px 10px 10px 10px; margin:0; white-space:nowrap; border:0; color:#999; font-size:1em; float: right;}