/* CSS Document */


.nav {
	position:relative;
	padding: 0 0 0 0px;
	margin:0;
	background: url(../images/nav_bg.jpg) left top no-repeat;
	height: 40px;
	list-style: none;
	width:873px;
	text-align:center;
}

.nav li{
	float:left;
	height:40px;
	padding:0px 23px;
	background:url(../images/nav_div.gif) top right no-repeat;
	
	
}

.nav li a{
	float: left;
	display: block;
	color:#CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding:0px 0px 0px 9px;
	/*margin:0px 0px 0px 15px;*/
	height:40px;
	line-height:40px;
	text-align: center;
	cursor: pointer;
	/*background: url(../images/nav_right_border.jpg) no-repeat; */
	background-position: right top;
	
		
}
/*.nav li a.no_border{
	float: left;
	display: block;
	color:#fff;
	text-decoration: none;
	font-family:tahoma;
	font-size: 11px;
	font-weight: bold;
	padding:0px 10px 0px 4px;
	margin:4px 0px 0px 8px;
	height:23px;
	line-height: 23px;
	text-align: center;
	cursor: pointer;
	background: url(../images/nav_right_border.jpg) no-repeat; 
	background-position: right top;
		
}*/




.nav li a b{
	float: left;
	display: block;
	padding: 0 12px 0 3px;
	font-weight: normal;
	
}

.nav li.current a, .nav li a:hover{
	color: #fff;
	background: url(../images/nav_tab_left.gif) no-repeat; 
	background-position: left;
	background-position:0px 0px;
	text-decoration:none;
}

.nav li.current a b, .nav li a:hover b{
	color: #59b2e4;
	background: url(../images/nav_tab_right.gif) no-repeat right top; 
	text-decoration:none;
}


#dropmenudiv{
position:absolute;
border:0px solid white;
border-bottom-width: 0;
margin:3px;
font:normal 14px Arial, Helvetica, sans-serif;
color:fff;
line-height:20px;
z-index:100;
margin-top:0px;
background-color:#000;
filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
padding:3px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid  #4c4c4c;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #fff;
filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
}

#dropmenudiv a:hover{
background-color:#ffffff;
text-decoration:none;
color: #000;
filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;
}
