
#main_Links_div { width:860px; margin-left:auto; margin-right:auto; margin-bottom:0px }
#nav {
	/*float: left;*/
	/*width: 150px;*/
	width:860px;
	/*border: 1px solid #666666;*/
	/*padding: 0px;*/
	/*margin: 0px;*/
	height:31px;margin-left:auto; margin-right:auto; margin-bottom:0px;
	/*background-color: #CCCCCC;*/
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
	
}
#nav li {
	/*background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;*/
	height:23px;
	float:left !important; 
	padding:8px 8px 0px 8px;
	margin-right:6px;
	list-style-type:none;
	white-space:nowrap;
	background: none;
	text-align: center;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	float:left !important;
	
}
#nav a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	padding: 3px;
	color:#A2ADC0;
}

#page {
	margin-left: 170px;
}
#nav li.current {

	background-color: #fe7c02;
	/*background-image:url(images/btn_img.jpg);
	background-repeat:repeat; 
	width:58px; height:23px;*/ 
	/*padding:8px 0px 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #999999;*/
	
	
}
#nav a.current {

	color:#ffffff;
	
	
}
#nav ul a:hover {
			text-decoration:none; 
			/*color:#333333;*/
			background-color:#fe7c02;
color:#ffffff;			
		}

