@charset "utf-8";
/* CSS Document */

#hor_nav_menu {
	height: 36px;
	background-color: #666;
	width: 600px;
}

#hor_nav_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#hor_nav_menu li {
	float: left;
	margin: 0 1px;
}


#hor_nav_menu li a
{
	background: #666;
	height: 36px;
	line-height: 18px;
	float: left;
	width: 98px;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font: 9pt Arial;
}

#hor_nav_menu li a:hover{
	background: #CCC;
	height: 36px;
	line-height: 18px;
	float: left;
	width: 98px;
	display: block;
	color: #990000;
	text-decoration: none;
	text-align: center;
	font: 9pt Arial;
}

/* Hide from IE5-Mac \*/
#hor_nav_menu li a
{
float: none
}
/* End hide */

#hor_nav_menu
{
	width:600px
} 
