/**Top menu**/
#top-menu {
	margin: 0;
	padding:0;
	width:100%;
	height: 50px;
	background-image: url(images/menu_top_backgr.jpg);
	background-repeat: no-repeat;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
}
#top-menu ul
{
	margin: 0;
	padding:0;
	margin-left: 0px;
	margin-top: 13px;
	list-style:none;
	float:left;
}

/*Links*/
#top-menu a
{
	color:#000000;
	display:block;
	text-decoration:none;
	text-align:center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#top-menu li 
{
	float:left;
	padding:0;
	height:25px;
	width:81px;
	background-image: url(images/menu_item.gif);
	background-repeat: no-repeat;
}

/*Root menu selected*/
#top-menu li a.menu-active,
#top-menu li:hover a
{
	color:#fff;
	height:25px;
	width:81px;
	background-image: url(images/menu_item_active.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

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