/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop7.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.
=================================================================== */

 
#nav {
	padding:0;
	margin:0 0 30px 0;
	li/st-style:none;
	height:35px;
	background:#fff url(../images/topnav/topnav_bg.gif) repeat-x; /*-- Blue Nav Bar --*/
	position:relative;
	z-index:200;
	font-family:tahoma, arial, verdana, sans-serif;
	width:960px;
}
#nav ul {
	list-style:none;
	height:33px;
	padding:3px 0 0 3px;
	margin:0;
}
#nav ul li {
	margin: 0;
	padding:0;
	background:url(../images/topnav/topnav_line.gif) right no-repeat;
}
#nav ul li li {
	margin: 0;
	padding:0;
	background:none;
}
#nav ul li.top {
	display:block;
	float:left;
}

#nav ul li a.top_link {
	display:block;
	float:left;
	height:33px;
	/* line-height:33px; */
	line-height:34px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	/* padding:0 0 0 25px; */
	padding:0 0 0 12px;
	cursor:pointer;
	backgr/ound: url(../images/topnav/topnav_bg.gif); /*-- Blue Nav Bar --*/
}
#nav ul li a.top_link span {
	float:left;
	display:block;
	/* padding:0 25px 0 0; */
	padding:0 12px 0 0;
	height:33px;
	back/ground: url(../images/topnav/topnav_bg.gif) right top no-repeat; /*-- Blue Nav Bar --*/
}
#nav ul li a.top_link span.down {
	float:left;
	display:block;
	/* padding:0 25px 0 0; */
	padding:0 20px 0 0;
	height:33px;
	background: url(../images/topnav/topnav_bg.gif) right top no-repeat; /*-- Blue Nav Bar w/Arrow--*/
}

/* CURRENT TAB __________________________*/

#nav ul li.current a.top_link {
	color:#3472b2;
	background: url(../images/topnav/topnav_current_left.gif); /*-- Left Tab Corner --*/
}
#nav ul li.current a.top_link span {
	background: url(../images/topnav/topnav_current_right.gif) no-repeat right top; /*-- Right Tab Corner --*/
}
#nav ul li.current a.top_link span.down {
	background: url(../images/topnav/topnav_current_right.gif) no-repeat right top; /*-- Right Tab Corner w/Arrow --*/
}

/* HOVER TAB __________________________*/

#nav ul li:hover a.top_link, #nav a.top_link:hover {
	color:#3472b2;
	background: url(../images/topnav/topnav_current_left.gif) no-repeat;
}
#nav ul li:hover a.top_link span, #nav a.top_link:hover span {
	background:url(../images/topnav/topnav_current_right.gif) no-repeat right top;
}
#nav ul li:hover a.top_link span.down, #nav a.top_link:hover span.down {
	background:url(../images/topnav/topnav_current_right.gif) no-repeat right top;
	padding-bottom:3px;
}
#nav ul li.current:hover a.top_link, #nav li.current a.top_link:hover {
	color:#3472b2;
	background: url(../images/topnav/topnav_current_left.gif) no-repeat;
}
#nav ul li.current:hover a.top_link span, #nav li.current a.top_link:hover span {
	background:url(../images/topnav/topnav_current_right.gif) no-repeat right top;
}
#nav ul li.current:hover a.top_link span.down, #nav li.current a.top_link:hover span.down {
	background:url(../images/topnav/topnav_current_right.gif) no-repeat right top;
	padding-bottom:3px;
}

/* table for older browsers */
#nav ul table {
	border-collapse:collapse;
	padding:0;
	width:0;
	height:0;
	margin:0 -20px 0 0;
}

/* DROPDOWN SUBNAV __________________________*/
#nav ul .sub {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
#nav ul li:hover {
	position:relative;
	z-index:200;
}
#nav ul a:hover {
	position:relative;
	white-space:normal;
	z-index:200;
}
#nav ul :hover ul.sub {
	left:1px;
	top:33px;
	background: #e3eff5;
	/* padding:3px;
	border:1px solid #fff; */
	
	padding:3px 3px 7px 3px;
	border-top: 1px solid #e3eff5;
	
	border-bottom:1px solid #a1bedb;
	border-right:1px solid #a1bedb;
	border-left:1px solid #a1bedb;
	white-space:nowrap;
	/* width:90px; */
	width:180px;
	height:auto;
	z-index:300;
}
#nav ul :hover ul.sub li {
	display:block;
	height:21px;
	position:relative;
	float:left;
	width:180px;
	font-weight:normal;
	text-align:left;

}
#nav ul :hover ul.sub li a {
	display:block;
	font-size:12px;
	height:21px;
	width:178px;
	line-height:18px;
	text-indent:5px;
	color:#3472b2;
	text-decoration:none;
}
#nav ul :hover ul.sub li a:hover {
	background:#fff /*edf1f7*/;
	color:#3472b2;
	border-color:#edf1f7;
}
#nav ul li.current a:hover, #nav li.current:hover {
	position:static;
	white-space:normal;
	z-index:1;
}

/*.manage #nav ul li.current a:hover, .manage #nav li.current:hover {
	position:relative;
	white-space:normal;
	z-index:1;
}*/
/*#account-on #nav ul li.current a:hover, #account-on #nav li.current:hover {
	position:relative;
	white-space:normal;
	z-index:1;
} */
/* DROPLINE SUBNAV __________________________*/

  

#nav ul li.current .line {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:0;
	top:35px;
	width:960px;
	/* height:25px; */
	height:30px;
	background:url(../images/topnav/subnav_bg.gif) repeat-x;
	border:0;
}
#nav ul li.current .line li {
	display:inline;
	font-weight:normal;
	/* height:25px; */
	height:30px;
	margin:0;
	padding:0;
}
#nav ul li.current .line li a {
	display:block;
	float:left;
	/* padding:0 20px; */
	padding:0 14px;
	margin:0;
	color:#3472b2;
	text-decoration:none;
	border:0;
	height:25px;
	line-height:30px;
	font-size:12px;
	background:url(../images/topnav/topnav_line.gif) right 9px no-repeat;
}
#nav ul li.current .line li a:hover {
	text-decoration:underline;
}
/* Added this */
#nav ul li.current .line li.current {
	font-weight:bold;
}
