@charset "utf-8";
/* CSS Document */

ul {
	list-style: none;
	padding: 0;
	padding-top:10px;
	margin: 0;
	color: white;
	font-weight:bold;
}
 
#nav a {
	font-weight: bold;
	color: white;
}
 
#nav a {
	text-decoration: none;
}
 
#nav li li a {
	display: block;
	font-weight: normal;
	font-size:11px;
	color: #fff;
	padding: 3px 10px;
}
 
#nav li li a:hover {
	padding: 3px 5px;
	color:#ee7f00;
}
 
#nav li {
	float: left;
	position: relative;
	width: 90px;
	text-align: center;
	cursor: default;
	background-color: 000;
}
 
#nav li#first {
	border-left-width: 16px;
}
 
#nav li#last {
	border-right-width: 16px;
}
#nav li#menuspacer {
	position: relative;
	background-image:url(../images/menu-separator.jpg);
	background-repeat:no-repeat;
	width:2px;
} 

#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	width:130px;
 	font-weight: normal;
	background: url(../images/submenu_middle.png) bottom left no-repeat;
	padding-left:0px;
	padding-top:10px;
	color: white;
}
 
#nav li>ul {
	top: auto;
	left: -20px;
	width:130px;
	padding-top:20px;
}
 
#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	width:130px;
}
 
#nav li:hover ul, li.over ul {
	display: block;
}
.menu_active {
	color:#ee7f00;
}