#menu
{
	float : left;
	width : 100%;
	overflow : hidden;
	position : relative;
	font-family : Arial , Helvetica , sans-serif;
	font-size : 14px;
}
#menu ul
{
    clear : left;
    float : left;
    list-style : none;
    margin : 0;
    padding : 0;
    position : relative;
    left : 50%;
    text-align : center;
}
#menu ul li
{
    display : block;
    float : left;
    list-style : none;
    margin : 0;
    padding : 0;
    position : relative;
    right : 50%;
}
#menu ul li a
{
	display : block;
	margin : 0 0 0 2px;
	padding : 3px 10px;
	background : rgb(255 , 255 , 255);
	color : rgb(0 , 0 , 0);
	text-decoration : none;
	line-height : 1.3em;
	background-color : #FFF;
	border: 1px;
	border-style: solid;
	border-color: #000;
}
#menu ul li a:hover
{
	background : rgb(100,60.60);
	color : #00F;
	background-color: #CCC;
}
#menu ul li a.active, #menu ul li a.active:hover
{
	color : #000;
	font-weight : bold;
	background-color: #FFF;
}
#menu
{
	position : absolute;
	left : -30px;
	top : 82px;
	width : 997px;
	height : 30px;
	z-index : 5;
}
