/* tab nav */

#tab_nav ul {
	margin:0 0px 0 0;
	padding:0;
	list-style:none;
	width:425px;
	float:right;
	font-size: 11px;
	/*border: 1px solid red;*/ 
	}
	

#tab_nav ul li {
	float: left;
	background: url(../images/tab_mid_left.gif) no-repeat bottom left;
	}
	
#tab_nav ul li.first {background: url(../images/tab_left.gif) no-repeat bottom left;}
	
#tab_nav li a {
	display: block;
	padding: 0 5px 0 15px;
	line-height: 1.8em;
	/*background: url(../images/tab_mid_right.gif) no-repeat bottom right;*/
	text-decoration:none;
	font-weight:lighter;
	color:#adc8e9;
	/*color:#6e99cb;*/
	float:left;
}


#tab_nav li.last a {background: url(../images/tab_right.gif) no-repeat bottom right; padding-right:15px;}

#tab_nav ul a:hover {color:#6e99cb;}
	


