#menubar {
	color: white;
	width:100%;
	height:20px;
        cursor: hand;
}

div.subMenu {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
	padding-left: 0px;
	background: #0084b6;
	white-space: nowrap;
}

div.subMenuBase {
	background: #0084b6;
}

div.subMenuItem, div.subMenuItemHighlight, div.subMenuItemLeaf, div.subMenuItemLeafHighlight {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
        padding-left: 5px;
        padding-right: 5px;
        background-repeat: no-repeat;
        height: 20px;
        line-height: 20px;
	background: #0084b6;
        color: white;
        border-left: 0px solid #FFF;
        border-right: 0px solid #FFF;
        border-bottom: 1px solid #FFF;
}

div.subMenuItem {
}

div.subMenuItemHighlight {
        color: white;
        font-weight: bold;
}

div.subMenuItemLeaf {
}
                                                                                                                                                                                    
div.subMenuItemLeafHighlight {
        font-weight: bold;
}

a.subMenuItem {
        text-decoration: none;
}

a.subMenuItem:hover {
        background-color: inherit;
}

div.menuBottom {
        line-height: 0px;
        height: 0px;
        padding: 0px;
        margin: 0px;
        border: 0px;
}

                                                                                                                                                                                    