@charset "utf-8";



#navMenu {

	width:1020px;

	margin:0 auto;

	padding:0;

	

}





#navMenu ul {



	margin:0;

	padding:0;

	background: ;

	border:#FFFFFF



}





#navMenu li {

	margin:0;

	padding:0;

	list-style:none;

	float:left;

	position:relative;

	border-left-width: 0.5px;

	border-top-style: none;

	border-right-style: solid;

	border-bottom-style: none;

	border-left-style: solid;

	border-left-color: #FFF;

	border-right-width: 0.5px;

	border-right-color: #FFF;

	background-image: url(img/topbar.jpg);

}





#navMenu ul li a {

	text-align:center;

	font-family:"Arial Black", Gadget, sans-serif;

	text-decoration:none;

	height:31px;

	width:100px;

	display:block;

	color:#000;

	text-shadow:1px 1px px #000;

	font-weight:bolder;

	font-size: 16px;

	

}





#navMenu ul ul {



	position:absolute;

	visibility:hidden;

	top:31px;


	background:#000;



}





#navMenu ul li:hover ul {



	visibility:visible;



}



	



/*****************************************************************/



	



	



#navMenu li:hover {



	background:#999999;



}







#navMenu ul li:hover ul li a:hover {

	color:#000;

	text-shadow:1px 1px 1px #FF0000;

	background-image: url(img/chromebg.gif);

	background-position: center;

}







#navMenu a:hover {

	color:#fff;

	text-shadow:1px 1px 1px #FF0000;

	alignment-adjust: central;



}







.clearFloat {



	clear:both;



	margin:0;



	padding:0;



}

