.menuBar
{
    position: relative;
    background-color: transparent;
    text-align: center
}
.Bar
{
    float: left;
    cursor: hand;
    position: relative;
	color: #FFFFFF;
    background-color: #005288;
    text-align: center;
	padding: 0px 16px 1px 1px;
	font-family: Trebuchet MS;
	font-size: 10px;
	white-space: nowrap
}
.menu
{
    visibility: hidden;
    width: 120px;
    position: absolute;
	color: #FFFFFF;
    background-color: #005288;
	font-family: Trebuchet MS;
	font-size: 10px;
	white-space: nowrap
}
.menuItem
{
    padding: 0px 10px 0px 5px;
    width: 100%;
    cursor: hand;
    line-height: 20px;
    border-bottom: white 1px solid
}
.ItemMouseOver
{
    padding: 0px 10px 0px 5px;
    width: 100%;
    cursor: hand;
    color: #000000;
    line-height: 20px;
    border-bottom: white 1px solid;
    background-color: #80A9C4;
}
.ItemMouseOut
{
    width: 100%
}
.Arrow
{
	font-family: Webdings;
	font-size: 14px;
	position: absolute;
    text-align: left;
	vertical-align: middle;
}
.barOver
{
	float: left;
	cursor: hand;
	position: relative;
	color: #FFB43B;
	background-color: #005288;
	text-align: center;
	padding: 0px 16px 1px 1px;
	font-family: Trebuchet MS;
	font-size: 10px;
	white-space: nowrap;
}
a.white:active { color: #FFFFFF }
a.white:link { text-decoration: none; color: #FFFFFF }
a.white:visited { text-decoration: none; color: #FFFFFF }
a.white:hover { text-decoration: none; color: #FFB43B }

