/* 
 *		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: 170px;
	height: 240px;
	position: absolute;
	top: 20px;
	left: 510px;
	z-index: 5;
}

#menutop ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.6em;
}

#menutop ul li a{
	text-decoration: none;
	font-size: 98%;
	color: #897875;
}
#menutop ul li a:hover{
	color: #605958;
}

/* initialy hide all sub menus */
#menutop li ul {
	display: none;
}