.menucontainer, #menucontainer {
	text-align: center;
}

span.menutextL2 {
	width:130px;
	height:30px;
	padding-left: 5px; 
	padding-right: 5px; 
	padding-top: 7px;
	cursor: hand;
	float:left;
	background-color:#00525d;
	color:#ffffff;
}
span.menutextL2_sel{
	width:130px;
	height:30px;
	padding-left: 5px; 
	padding-right: 5px; 
	padding-top: 7px;
	cursor: hand;
	float:left;
	background-color:#8cc63e;
	color:#ffffff;
}

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:white;
	position: relative; background-color: #00525d;
	padding: 3px 6px; margin: 0px;
	cursor: hand;
}

.dropdownmenu_over {
	font: 11px/13px verdana,arial,helvetica,sans-serif; color:white;
	position: relative; background-color: #8cc63e;
	padding: 3px 6px; margin: 0px;
	cursor: hand;
}

a.menutextL2, a.menutextL2:active, a.menutextL2:visited  {
 color: #ffffff;
 font-size: 9pt;
 font-weight:bold;
 text-align: right;
vertical-align: absmiddle;
 text-decoration: none;
  white-space:nowrap; 
}
a.menutextL2:hover {  color: #cccccc;  text-decoration: none; font-size: 9pt; }
a.menutextL2_sel, a.menutextL2_sel:active, a.menutextL2_sel:hover, a.menutextL2_sel:visited  {
 color: black;
 background-color: #60A1C7;
 border-color: #CD0000;
 font-size: 10pt;
 font-weight:bold;
 text-align: right;
  padding: 5px;
   text-decoration: none;
}

a.menutextL3, a.menutextL3:active, a.menutextL3:hover, a.menutextL3:visited  {
 color: white;
 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;
}

