
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


#nav li {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
}



#nav a 
{
	font-family:Arial,tahoma,verdana;
	font-size:12;
	font-weight: bold;
	color: #666666;
	font-size:14;
	text-decoration: none;
}


#nav li li a {
	display: block;
	font-weight: normal;
	color:white;
	padding: 0.2em 5px;
	height:20;
	border: 1 silver solid;
	font-size:12;
	width:190;
	
}

#nav li li a:hover {
	padding: 0.2em 5px;
	height:20;
	color: white;
	border: 1 silver solid;
	font-size:12;
	background-color:gray;
	width:190;
}

li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	width:180px;
	background-color:red;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}