/**Top menu**/
#menu-down ul
{}

#menu-down
{
	position: absolute;
	margin-top: 88px;
	height:35px;
	width: 1110px;
	list-style:none;
	float:left;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font: normal normal normal 16px Arial,helvetica,sans-serif;
}

/*Links*/
#menu-down a
{
	display:block;
	padding:7px 10px;
	text-decoration:none;
	text-align:center;
}

#menu-down li 
{
	float:left;
	padding: 1px;
margin: 0px 0px;
width: 196px;
height:35px;
}

/*Root items*/
#menu-down li a.root-item
{
	color:#fff;
	background:  transparent ;
}

/*Root menu selected*/
#menu-down li a.root-item-selected
{
	color:#999999;
}

/*Root items: hover*/
#menu-down li:hover a.root-item, #menu-down li.jshover a.root-item
{
	color:#999999;
}

div.menu-clear-left
{
	clear:left;
}