
#main-menu {
	position: relative;
	/*width: 10px;
	height: auto;*/
	/*top: 10px;*/
	left: 50px;
	text-align: left;
	z-index: 1;
	left: 5px;
	
	background: url(../Images/Main-Menu.png);
	/*background-repeat: no-repeat;*/
	background-position: top;
	/*width: 1000px;*/
	width: 100%;
	height: 60px;
	margin-bottom: -10px;
}

#main-menu-middle {
	position: relative;
	top: 30px;
}

#menu {
	position: relative;
	/*top: 30px;*/
	top: 10px;
}

#block-system-user-menu .content ul li.leaf{
	width: 20%;
}

.main-menu a:link, .menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.main-menu a:visited, .menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.main-menu a:hover, .menu a:hover {
	text-decoration: none;
	color: #FFFF00;
}

.main-menu a:active, .menu a:active {
	text-decoration: none;
}

.MenuLi, .leaf {
	list-style-type: none;
	position: relative;
	padding-right: 25px;
	min-width: 10px;
	width: auto;
	top: 8px;
	/*float: left;*/
	float: unset;
	display: inline-block;
}

#toolbar .leaf {
	top: 0px;
}

.mainmenuul {
	position: relative;
	top: -20px;
	padding-left: 0px;
	padding-right: 10px;
	left: 80px;
	width: 1000px;
	height: auto;
}