

/* Real menu */
ul, li
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
}

ul
{
	width: 130px;
	border: solid 1px #336633;
	border-top: solid 5px #336633;
	border-right: solid 2px #336633;
	padding: 0px;
}

li ul
{
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -20px;
}

li a
{
	padding: 2px;
	text-decoration: none;
	color: #336633;
	background-color: #ffffee;
	width: 100%;
	display: block;
	border-bottom: solid 1px #336633;
	text-indent: 2px;
	font-size: small;
}

li a:hover
{
	background-color: #FFCC66;
	font-weight: bold;
	border-bottom: solid 1px #336633;
}

li
{	
	float: left;
	width: 99%;
}

a.hassubmenu
{
	background-image: url(../Images/menu_pointer.gif);
	background-repeat: no-repeat;
	background-position: 115px 7px;
}

#mainmenu
{
	margin: 10px;	
	margin-left: 5px;	
	float: left;
	border-bottom: solid 2px #336633;
	margin-bottom: 100%;	
}