body {font : normal 11.4px verdana;
}

ul.menubar {
margin-top : 65px;
padding : 7px;
background-color : #ffffff;
font-size : 100%;
}

ul.menubar table {
border-collapse : collapse;
}

ul.menubar {
display : block;
float : right;
background-color : #0191c7;
border-left : 0 solid #ffffff;
}

ul.menubar .submenu {
list-style : none;
border-right : 0 solid #0080b1;
float : left;
margin-left : 3px;
margin-right : 7px;
}

ul.menubar .submenu:hover {
background-color : #37afdc;
}

ul.menubar ul.menuh {
display : none;
position : absolute;
margin : 0;
width : 210px;
}

ul.menubar a {
padding : 5px;
display : block;
text-decoration : none;
color : #ffffff;
padding : 5px;
}

ul.menuh, ul.menuh ul {
margin : 0;
padding : 0;
border-bottom : 0 solid #0080b1;
width : 150px;
background-color : #37afdc;
}

ul.menuh li {
width : 200px;
position : relative;
list-style : none;
line-height : 15px;
margin : 5px;
}

ul.menuh li a {
display : block;
text-decoration : none;
border-bottom : 1px solid #0080b1;
color : #ffffff;
padding : 5px 10px 5px 5px;
}

ul.menuh li sup {
font-weight : bold;
font-size : 7px;
color : red;
}

* html ul.menuh li {
float : left;
height : 1%;
}

* html ul.menuh li a {
height : 1%;
}

ul.menuh ul {
position : absolute;
display : none;
left : 149px;
top : 0;
}

ul.menuh li.submenu ul {
display : none;
}

ul.menuh li.submenu {
background : #37afdc url(arrow.gif) no-repeat right center;
}

ul.menuh li a:hover {
color : #ffffff;
}
