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: 160px;
	border: solid 1px #000000;
	border-top: solid 1px #3E4E5B;
	border-right: solid 2px #cccccc;
	padding: 0px;
	background-image: url(bg_li.png);
}

li ul
{
	display: none;
	position: absolute;
	margin-left: 153px;
	margin-top: -20px;
	background-image: url(bg_li.png);
}


li a
{
	padding: 2px;
	text-decoration: none;
	color: #6E9BD6;
	/*background-color: #1D1E1F;*/
	width: 100%;
	display: block;
	border-bottom: solid 1px #3E4E5B;
	border-right: solid 1px #3E4E5B;
	border-left: solid 1px #3E4E5B;
	text-indent: 3px;
	font-size: 11px;
	font-family: "trebuchet ms", Tahoma, Arial, sans-serif;
	
}

li a:hover
{
	background-color: #000;
	font-size: 11px;
	border-bottom: solid 1px #fff;
	border-top: solid 1px #fff;
}

li
{	
	float: left;
	width: 98% ;
}

a.hassubmenu
{
	background-image: url(images.gif);
	background-repeat: no-repeat;
	background-position: 146px 3px;
	border-right: solid 1px #3B3D3F;
}

#mainmenu
{
	margin: 1px;	
	margin-left: 1px;	
	float: center;
	
}
