#nav, #nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav
{
	float: right;
	margin-top: 2px;
}

#nav a {
	color: black;
	text-decoration: none;
	font-size: 9px;
	font-family: Tahoma, Arial;
	font-weight: bold;
	color: #515b65;
}


#nav li li a {
	display: block;
}

#nav li li a:hover {
	color: #0073ae;
}

#nav li ul
{
	width: 170px;
}

#nav li {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	font-size: 12px;
}

#nav li ul {
	display: none;
	position: absolute;
	/*top: 100%;*/
	left: 0;
}

li > ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	border: 0;
}

#nav li.nojs:hover ul, li.over ul {
	display: block;
}

#nav li div a
{
	display: block;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

#nav li ul li
{
	border-bottom: 1px solid gray;
	background: white;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	width: 100%;
}

/*#nav li ul li:hover
{
	background: white;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}*/
.drop, .nodrop
{
	margin: 0 1px 0 1px;
	width: 87px;
	height: 32px;
}
.drop > li {
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;
}

.son
{
	padding-left: 4px;
	width: 100%;
	height: 100%;
}
