#nav, #nav ul {
	float: left;
	width: 780px;
	list-style: none;
	/*line-height: 1.5;*/
	background: white;
	font: 10px arial, helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#nav a {
	display: block;
	color: #7c7c7c;
	text-decoration: none;
	font-size: 10px;
	text-transform:uppercase;
	width: 94px;
	height: 29px;
	text-align: center;
	padding-top: 18px;
	}


#nav li {
	float: left;
	padding: 0;
	/*width: 10em;*/
	width: 94px;
	height: 47px;
	background-image: url(../images/nav_mid.jpg);
}

#nav li a:hover {background: url(../images/nav_mid2.jpg) center right no-repeat;}
#nav li.active {background: url(../images/nav_mid2.jpg) center right no-repeat;}

			#nav li.leftBtn {
			float: left;
			padding: 0;
			/*width: 10em;*/
			width: 94px;
			height: 47px;
			background-image: url(../images/nav_left.jpg);
		}
		
		#nav li.leftBtn a:hover {background: url(../images/nav_left2.jpg) center right no-repeat;}
		#nav li.leftBtnActive {background: url(../images/nav_left2.jpg) center right no-repeat;}
		
		#nav li.rightBtn {
			float: left;
			padding: 0;
			/*width: 10em;*/
			width: 94px;
			height: 47px;
			background-image: url(../images/nav_right.jpg);
		}
		
		#nav li.rightBtn a:hover {background: url(../images/nav_right2.jpg) center right no-repeat;}
		#nav li.rightBtnActive {background: url(../images/nav_right2.jpg) center right no-repeat;}

#nav li a {
	text-align: center;
}

/*
*****************
second level
***************
*/


#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	/*width: 14.4em;
	w\idth: 13.9em;*/
	width: 160px;
	font-weight: normal;
	/*border-left: 2px groove #000;*/
	margin: 0px 0 0 0;
	background-color: #CCCCCC;
	
}

	
#nav li li {
	padding-right: 1em;
	/*width: 13em*/
	width: 150px;
	height: auto;
	padding: 2px; 
	background-image: none;
	border-bottom: 1px groove #999797;
	text-align: left;
	height: 32px;
}

#nav li li a {
	text-align: left;
	margin-left: 7px;
	background-image:none;
}

#nav li ul a {
	/*width: 13em;
	w\idth: 9em;*/
	width: 150px;
	background-image:none;
}

	#nav li ul a:hover {background-image:none; color: #FFFFFF}
	#nav li.leftBtn ul a:hover {background-image:none;}
	#nav li.rightBtn ul a:hover {background-image:none;}

/*
**********************
third level styles
*********************
*/

#nav li ul ul {
	
	margin: -24px 0 0 150px;
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}



/*
**********************
hover color (gray)
*********************
*/


#nav ul li:hover, #nav ul li.sfhover {
	background: #a8a6a6;
	/*background: #cc0000;*/
	background-image:none;
	}


#content {
	clear: left;
}




