@charset "UTF-8";
/* --------------------------  
Version: 1.1
	/* -----------------------------
	   MAIN NAVIGATION                  */
	
	.nav_container {
	margin:0 auto;
	width: 965px;
	padding-top:20px;
	
}
	#navMenu{
	display: inline;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 5;
}
#navMenu li{
	float: left;
	display: inline;
	text-align : left;
	line-height : 62px;
	font-size:10px;
	font-weight:bold;
	font-family: MS sans serif;
}
#navMenu li a{
	text-align : left;
	line-height : 62px;
	font-size:13px;
	font-weight:bold;
	color:#806c5a;
	width:139px;
}
#navMenu li a:hover{
	text-align : left;
	line-height : 62px;
	font-size:13px;
	font-weight:bold;
	color:white;
}
#navMenu li.first{
	float: left;
	display: inline;
	background: url("images/menu/left_nav.png");
	width:35px;
	height:58px;
}
#navMenu li.last{
	float: left;
	display: inline;
	background: url("images/menu/right_nav.png");
	width:35px;
	height:58px;
}

a.navMenu{
	display:block;
	float:left;
	width:149px;
	height:58px;
	background: url("images/menu/portfolio_button_gen.png");
	background-repeat:no-repeat;
}
 a.navMenuSelected {
	display:block;
	float:left;
	width:149px;
	height:58px;
	background: url("images/menu/portfolio_button_gen.png");
	background-repeat:no-repeat;
	color : white;
}
a.navMenu:hover{

	background: url("images/menu/portfolio_button_gen.png") 0 116px;
}
a.navMenuSelected{
	color : white;
	background: url("images/menu/portfolio_button_gen.png") 0 58px;
}

.selected {
	color : #F5F2EA;
}

