#menu {
	font-size: 10px;
	font-family:Arial;
	font-weight: bold;
	text-align: center;
	/*margin-top:100px;*/
	height: 30px;
	/*width:813px;*/
}


#menu ul 
{
	list-style: none;

}


#menu li
{	
	list-style-type: none;

}

#menu li a:link, #menu li a:visited 
{
	font-family: Tahoma;
margin-top:100px;
	float: right;
	width: 83px;
	height: 30px;
	text-decoration: none;
	line-height: 30px;
	color:#ffffff;	
}

#menu li a.active:link, #menu li a.active:visited, #menu li a:hover 
{
	width: 83px;
	height: 30px;	
	color:#ff0f0f;
	line-height: 30px;
}


