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

#menu-up
{
	background: transparent;
	height:35px;
	width: 790px;
	list-style:none;
	float:left;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	position: relative;
}

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

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

/*Root items*/
#menu-up li a.root-item
{
	color:#fff;
	background:  #1153C0 ;
}

/*Root menu selected*/
#menu-up li a.root-item-selected
{
	background:  rgba(204, 53, 105, 1) ;
	color:#fff;
}

/*Root items: hover*/
#menu-up li:hover a.root-item, #menu-up li.jshover a.root-item
{
	background: #DD8BA7;
	color:#fff;
}

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