/* ================================================================ This copyright notice must be untouched at all times.The original version of this stylesheet and the associated (x)htmlis available at http://www.cssplay.co.uk/menus/final_drop.htmlCopyright (c) 2005-2008 Stu Nicholls. All rights reserved.This stylesheet and the associated (x)html may be modified in any way to fit your requirements.=================================================================== */
#menu {
	background:transparent url(../images/bg_menu.png) no-repeat 10px 0;
	height:50px;
	margin-left:22px;
	position:absolute;
	top:150px;
	width:919px;
	z-index:100;
}

#submenu .submenu {
	background: transparent url(../images/bg_submenu.png) no-repeat left bottom;
	list-style: none;
	width: 180px;
	padding: 10px;
	margin-top: 30px;	
}

#submenu .submenu a {
	color:#727273;
	text-decoration: none;
}

#submenu .submenu a:hover {
	text-decoration: underline;
}