img
{
	border: none 0px #ffffff;
}

h1
{
	
	border-bottom: solid 1px #494A4A;
	padding: 1px;
	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: 145px;
	
	padding: 0px;
}

li ul
{
	display: none;
	position: absolute;
	margin-left: 120px;
	margin-top: -20px;
	border: solid 1px #56B8D9;
	border-top: solid 1px #56B8D9;
	border-right: solid 1px #56B8D9;
}

li a
{
	padding: 2px;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
      
	width: 100%;
	display: block;
	text-indent: 2px;
	font-size: small;
}

li a:hover
{
	background-color: #ffffff;
	
	font-weight: bold;
	font-color: 04A5BC;
	
	
}

li
{	
	float: left;
	width: 100%;
}

a.hassubmenu
{
	
	background-repeat: no-repeat;
	background-position: 120px 7px;
}

#mainmenu
{
	margin-left: 3px;	
	float: left;
	
	margin-bottom: 100%;	
}
