/**Top menu**/
#horizontal-menu, #horizontal-menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	font-family: arial, sans-serif; 
	color: #cd0025;
	float: right;
}

/*Links*/
#horizontal-menu a
{
	display: block;
	padding: 7px 9px;
	text-align: center;
	float:left;
}

#horizontal-menu li
{
	float:left;
	padding-bottom: 5px;
	margin-left:  8px;
}

/*Root items*/
#horizontal-menu li a.root-item
{
	color: #cd0025;
	height: 18px;
	float:left;
}

#horizontal-menu li.home-item-selected a.root-item-selected img,
#horizontal-menu li a.root-item img
{
	padding: 3px 0;
}


/*Root menu selected*/
#horizontal-menu li.home-item-selected
{
	padding: 0 5px 0 0;
	background: url(/images/libg.gif) right no-repeat;
}
#horizontal-menu li.root-item-selected
{
	color: #cd0025;
	background: url(/images/li.gif) bottom center no-repeat;
}

#horizontal-menu li.home-item-selected a.root-item-selected,
#horizontal-menu li.root-item-selected a.root-item-selected
{
	color: #cd0025;
	background-color: #fff;
	height: 18px;
}

/*Root items: hover*/
#horizontal-menu li:hover a.root-item
{
	color: #9c1a31;
}

/*Child-items: hover*/
#horizontal-menu li:hover
{
	color: #9c1a31;
}

/*Items text color & size */
#horizontal-menu li a
{
	color: #cd0025;
	text-decoration: underline;
}

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

#horizontal-menu a:visited {color: #cd0025; text-decoration: underline;}
#horizontal-menu a:active {color: #9c1a31; text-decoration: underline;}
