body
{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 0px;
}

img
{

}

h1
{
	background-color: #cccccc;
	border-bottom: solid 1px #000000;
	padding: 5px;
	margin: 0px;
	font-size: x-large;
}

h2
{
	font-size: large;
}

p
{
	font-size: small;
}

/* Real menu */
ul, li
{
	font-size: small;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
}

ul
{
	width: 170px;
	border: solid 1px #000000;
	border-top: solid 1px #cccccc;
	border-right: solid 2px #cccccc;
	padding: 0px;
}

li ul
{
	display: none;
	position: absolute;
	margin-left: 162px;
	margin-top: -20px;
	background-color: #fff;
}


li a
{
	
	padding: 2px;
	text-decoration: none;
	color: #000000;
	background-color: #fff;
	width: 100%;
	display: block;
	border-bottom: solid 1px #999999;
	text-indent: 2px;
	font-size: 11px;
	font-family: "trebuchet ms", Tahoma, Arial, sans-serif;
	
}

li a:hover
{
	background-color: #F1F2F4;
	font-size: 11px;
	border-bottom: solid 1px #fff;

}

li
{	
	float: left;
	width: 98% ;
}

a.hassubmenu
{

	background-image: url(images.gif);
	background-repeat: no-repeat;
	background-position: 155px 1px;
}

#mainmenu
{
	margin: 1px;	
	margin-left: 1px;	
	float: center;
	border-bottom: solid 2px #999999;
	margin-bottom: 1px;	
}
