ul{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	list-style-type:none;
	font-weight:700
}
ul#menu{
	width:774px;
	height:30px;
	margin:0 auto;
}
ul#menu li{
	position:relative;
	float:left;
}
ul#menu li a{
	diplay:block;
	float:left;
	padding:0 23px;
	height:30px;
	line-height:25px;
	color:#FFF;
	text-decoration:none;
	}
ul#menu li a:hover{
	text-decoration:underline;
	}
/* Micox Pseudo-class-css2 to IE (MXPC). Activate .hover and .first-child in IE 6 */
* html * { color: expression( (function(who){ if(!who.MXPC){
	who.MXPC = '1';
	if(who.nodeName != 'A'){
		who.onmouseenter=function(){ who.className += ' hover'};
		who.onmouseleave=function(){ who.className = who.className.replace(' hover','')}; }
	(who==who.parentNode.firstChild) ? who.className += ' first-child' : '' ;
} } )(this) , 'auto') }