#hmenu {
	float				: left;
	padding				: 6px 4px 0 5px;
	background			: url(../images/mainnav-bg.png) no-repeat;
	line-height			: normal;
	width				: 911px;
}
#hmenu p {
	padding				: 0;
	margin				: 0;
}
#hmenu ul, #hmenu ul li{
	list-style			: none;
	margin				: 0;
	padding				: 0;
	display				: inline;
}
#hmenu ul {
	cursor				: pointer;
	z-index				: 9999;
	position			: relative
}
#hmenu ul li.hilite { 
	background			: #666666 url(../images/mainnav-hover.gif) repeat-x scroll right top;
	color				: #FFFFFF;
}
#hmenu ul li {
	float				: left;
	position			: relative;
	cursor				: pointer;
	display				: block;
}
#hmenu ul li ul li {
    display				: block;    
    border-top			: 0px;
	width				: 171px;
	border				: 0;
	line-height:180%;
}
#hmenu ul li a, #hmenu ul li div {
	color				: #EFEFEF;
	font-size			: 110%;
	line-height			: 40px;
	display				: block;
	padding				: 0 25px;
	background-position	: 5px center !important;
	background-repeat	: no-repeat !important;
	text-decoration		: none;	
	margin				: 0px;
	white-space			: nowrap;
	font-weight			: bold;
	border-left			: 1px solid #787878;
	border-right		: 1px solid #333333;
}


#hmenu ul li a:HOVER{
}
#hmenu ul li ul {
    display				: none;
    position			: absolute;
	left				: 0;
    top					: 41px;
	_top				: 38px;
	width				: 172px;
	background			: #404040 url(../images/grad3.jpg) repeat scroll center top;
	border-bottom		: 1px solid #1F1F1F;
	border-left			: 1px solid #1F1F1F;
	border-right		: 1px solid #1F1F1F;
	z-index				: 99;
}
#hmenu ul li ul a, #hmenu ul li ul div{
	background			: #2F2F2F url(../images/grad4.jpg) repeat-x scroll center top;
	color				: #FFFFFF;
	border				: medium none;
	color				: #CCCCCC;
	font-size			: 92%;
	font-weight			: normal;
	line-height			: 30px;
	margin				: 0;
	padding				: 0 30px;
	white-space			: nowrap;
}
ul.fleft {
    top					: 2px !important;
    left				: 140px !important;
}

