#nav {
	padding: 0 0 0 0;
	list-style: none;
	margin: 0 0 0 0;
}

#nav li {
	width: 127px;	
	height: 35px;
	float: left;
	text-align: center;
	cursor: default;
	padding: 46px 0 0 0;
	color: #FFFFFF;
	text-transform: uppercase;
}

#nav li div {
	cursor: pointer;
}

#nav li.s_item   {
	color: #000000;
	background-image: url("../img/ui/s_menu.gif");
	background-position: center 0;
	background-repeat: no-repeat;
}


#nav li.m_item   {
	width: 200px;
	color: white;
	padding: 3px 0 0 10px;
	text-align: left;
	height: 25px;
	text-transform: none;
	background-color: #343434;
	cursor: pointer;
	float:none;
}

#nav li.m_item:hover {
	color: red;
	border-color:#F00;
	border-top:1px solid;
	border-bottom:1px solid;
}

.f_menu {
	display: none;
	position:absolute;
	margin-left:-36px;
	width:auto;
	z-index:9999;
}
.menu {
	padding:0;
	clear: left;
	list-style: none;
	margin:0;
	margin-top: 19px;
}

