.menucontainer, #menucontainer {
	text-align: center;
}

span.menutextL2 {
	
	padding-left: 17px; 
	padding-right: 17px; 
	vertical-align: middle; 
	cursor: hand;

}
	
div.submenu {
	position: absolute; 
	visibility: hidden; 
	/* border: 1px solid #000000; */
	padding: 0px; margin: 0px; z-index: 200; cursor: hand;
}

.dropdownmenu {
	font: 11px/13px verdana,arial,helvetica,sans-serif; color:#03177c;
	position: relative; background-color: #cccccc;
	padding: 3px 6px; margin: 0px;
	cursor: hand;
}
.dropdownmenu_over {
	font: 11px/13px verdana,arial,helvetica,sans-serif; color:#03177c;
	position: relative; background-color: #ffffff;
	padding: 3px 6px; margin: 0px;
	cursor: hand;
}


a.menutextL1, a.menutextL1:active, a.menutextL1:visited  {
 color: #03177c;
 font-size: 12pt;
 font-weight:bold;
 text-align: right;
 padding: 5px;
}
a.menutextL1:hover {  color: #03177c; }

a.menutextL2, a.menutextL2:active, a.menutextL2:visited  {
color: #03177c;
font-size: 12pt;
font-weight:bold;
text-align: right;
vertical-align: absmiddle;
text-decoration: none;
white-space:nowrap; 
}
a.menutextL2:hover {  color: #03177c;  text-decoration: none; font-size: 12pt;}
a.menutextL2_sel, a.menutextL2_sel:active, a.menutextL2_sel:hover, a.menutextL2_sel:visited  {
color: #ccccff;
font-size: 12pt;
background-color: #60A1C7;
border-color: #CD0000;
font-weight:bold;
text-align: right;
padding: 5px;
text-decoration: none;
}

a.menutextL3, a.menutextL3:active, a.menutextL3:hover, a.menutextL3:visited  {
 color: #03177c;
 font-size: 1.1em;
 text-align: right;
text-decoration: none;
}

a.menutextL4, a.menutextL4:active, a.menutextL4:hover, a.menutextL4:visited  {
 color: black;
 font-size: 1.0em;
 text-align: right;
}
