* li {text-align:center; font-family:verdana;font-size:10px;}
.position_menuG{position:absolute;left:5px;top:131px;z-index:10;border-top:1px solid white;border-left:1px solid white;}

.menulist, .menulist  ul {width: 192px;margin: 0; padding: 0; list-style: none; background-color:rgb(0, 111, 187);}
 
/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul { display: none; position: absolute;font-family:Verdana;font-size:10 px;
 top: -14px; margin-top: 13px; 
 left: 192px; width: 192px;}
 
/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul { top: 0px; margin: 0; left: 192px;color:#006FBB;}
/*  All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.*/
 
.menulist li { float: top;width: 192px;
 display: block;
 position: relative;
 background:color:#006FBB; 
 border: 0px solid #330;
 margin-right: -1px;

}
/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin:0px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}
/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #FFFFFF;
 text-decoration:  none;
 border:1px solid #006FBB;
}
/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {

 color: #FFF;
 background-color: #3399FF;
 border:1px solid white;
}
.menulist a.highlighted {
 color: #000033  ;
 background-color: #3399FF;
}

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */

*+html .menulist ul li {
 float: left;
 height: 1%;
}
*+html .menulist ul a {
 height: 1%;
}
* html .menulist ul li {
 float: left;
 height: 1%;
}

* html .menulist ul a {
 height: 1%;
}
/* End Hacks */