#topMenu  { text-align: center; height: 38px } 
#hlb1Cont { 
height: 17px; 
line-height:17px; 
overflow: hidden; 
margin-bottom: 4px; 
}
#hlb1Cont a { 
background-repeat: no-repeat; 
background-position: 0 0; 
height: 17px; 
display: inline-block; 
line-height:17px; 
background:#fff; 
color:#FE5D19; 
text-decoration: none; 
font-size: 12px; 
font-weight: bold; 
margin:0 -2px; 
vertical-align: top; 
} 
#hlb1Cont a.firstLink   { background: #fff url("images/menuLB.gif") no-repeat; padding-left: 9px } 
#hlb1Cont a.lastLink   { background: #fff url("images/menuRB.gif") no-repeat 100% 0; padding-right: 9px } 
#hlb1Cont a span { display: inline-block; margin: 0; padding: 0 10px } 
#hlb1Cont a:hover   { color: #fff; text-decoration: none; background: #fe5d19 url("images/menuRB.gif") no-repeat } 
#hlb1Cont a:hover span  { background: url("images/menuLB.gif") no-repeat 100% 0; cursor: pointer } 
#hlb1Cont a.firstLink:hover  { background: #fe5d19 url("images/menuLB.gif") no-repeat 100% 0 } 
#hlb1Cont a.lastLink:hover  { background: #fe5d19 url("images/menuRB.gif") no-repeat } 
#hlb1Cont a.firstLink:hover span, 
#hlb1Cont a.lastLink:hover span{ 
background:none; 
} 

.hlb2  { color: #feae8b; font-size: 12px; font-weight: bold; text-decoration: none; margin: 0 5px } 
.hlb2:hover { 
text-decoration: none; 
color: #fff; 
}

#footer a { 
margin: 0px 6px; 
} 
#footer, #footer a { 
color: #FFD0BC; 
font-size: 11px; 
text-decoration: none; 
} 
#footer a:hover { 
text-decoration: underline; 
} 
#pxl { 
margin-bottom: -2px; 
} 
.cleaner { 
clear:both; 
}







#mainMenu     { margin-top: 0; margin-right: auto; margin-left: auto; position: relative; width: 180px; height: 40px; clear: none }

#mainMenu ul   { font-size: 12px; font-family: Arial, sans-serif; font-weight: bold; list-style: none; margin-right: auto; margin-left: auto; padding: 0; position: relative; z-index: 999; width: 100%; clear: left }

#mainMenu li {
	float: left;
    position: relative;
	text-align: left;
	width:auto;
	cursor: default;
	
}

#mainMenu #nav li a:hover {
	color:#000000;
	text-decoration:none;
	z-index:999;

	}

#mainMenu li ul  { display: none; position: absolute; width: 180px; float: left }

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

#mainMenu li li  { color: #000000; display: block !important; width: auto !important }


#mainMenu #nav li li a     { color: #ffffff; font-weight: bold; text-decoration: none; cursor: pointer; display: block !important; padding: 3px 7px 5px 4px }

#mainMenu #nav li li a:hover {
	color:#feae8b;
	z-index:999;

}


#mainMenu li:hover ul, #mainMenu li.over ul {
	display:block;
	z-index:999;
}


#mainMenu ul a, #mainMenu ul a:visited  { color: #ffffff; cursor: pointer; display: block }

	




