/* CSS Document */

body {

	font-family: arial, helvetica, serif;

}



#nav {

	position: absolute;

	z-index: 100;

	top: 23px;

	left: 50%;

	margin: 0 0 0 -259px;

	width: 520px;



	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #fff;

	text-align:left;

}



#nav img {

	border: none;

}



#nav ul {

	margin: 0 auto;

	padding: 0;

	height: 20px;

	list-style: none;

}



#nav ul li {

	position: relative;

	float: left;

}



#nav ul ul {

	position: absolute;

	top:20px;

	left:0px;

	margin: 0;

	padding: 0;

	width: 180px;

	border-top: 1px solid #272B51;

}



#nav ul ul li {

	width: 178px;

	border: 1px solid #272B51;

	border-top: none;

}



#nav ul ul li a {

	width: 168px;

	display: block;

	background: #C1B66B;

	color:#272B51;

	text-decoration:none;

	padding:5px;

}



#nav li ul li a:hover {

	background: #272B51;

	color: #fff;

}

*/

/* logic */

#nav li ul {

	display: none;

	z-index: 10000;

}



#nav li:hover ul, #nav li.hover ul {

	display: block;

}

