/* 
 *		Horizontal, top-2-bottom menu
 *		Copyright Aleksandar Vacic, www.aplus.co.yu, some rights reserved http://creativecommons.org/licenses/by-sa/2.0/
 */
 
#menutop{
	display: block;
	width: 90%;
}

#menutop ul{
	margin: 0;
	padding: 0;
	background: #A12324;
	list-style-type: none;
}

#menutop li{
	margin: 0px;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
}

#menutop a {
	display: block;
}

/* initialy hide all sub menus */
#menutop ul ul{
	display: none;
}

/*		------   Make-up	--------			*/

#menutop {
	height: 50px;
	position: absolute;
	top: 212px;
	left: 15px;
	z-index: 5;
	text-align: center;
	/*background-color: #F2D271;*/
	background-repeat: no-repeat;
}

#menutop a {
	text-decoration: none;
	text-align: center;
	font-size: 100%;
	padding: 15px 7px;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	color: #fffefe;
}
#menutop a:hover{
	color: #fff;
	background: #C75052;
}
