#menuItem {
width: 100%;
float: left;
height: 23px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#menuItem ul {
list-style: none;
margin: 0;
padding: 0;
width: 150px;
float: right;

}
#StartPage {
	width: 87px;
	float: right;
	margin-right: 1px;
}


ul.startPage {
	display: none;
	width: 87px;
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}


ul.startPage li {
	width: 87px;
	float: right;
	margin-right: 1px;
}


#menuItem a, #menuItem h2 {
font-family: Arial, Helvetica, sans-serif;
display: block;
border:0px;
border-style: solid;
margin: 0;
/* padding: 2px 3px;*/
padding-top: 0px;
padding-bottom: 1px;

}

#menuItem h2 {
color: #fff;
text-transform: uppercase;
}

#menuItem a {
color: #000;
text-decoration: none;
}

#menuItem a:hover {
color: #a00;
}

#menuItem li {position: relative;}

#menuItem ul ul {
position: absolute;
z-index: 500;
top: 23px;
margin-top: 1px;
}


#menuItem ul ul li {
	background-color: #000000;
	width: 149px;
}


#menuItem ul ul ul {
position: absolute;
left: 100%;
}

div#menuItem ul ul,
div#menuItem ul li:hover ul ul,
div#menuItem ul ul li:hover ul ul
{display: none;}

div#menuItem ul li:hover ul,
div#menuItem ul ul li:hover ul,
div#menuItem ul ul ul li:hover ul
{display: block;}


