BODY
{
}
.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
}
.Bar
{
    CURSOR: hand;
    POSITION: relative;
}
.EmptyBar
{

    CURSOR: hand;
    POSITION: relative;

}
.menu
{

    VISIBILITY: hidden;
    POSITION: absolute;
}
.menuItem
{
    CURSOR: hand;
    POSITION: relative;
    BORDER-BOTTOM: buttonhighlight 1px solid #ff6600;
}
.ItemMouseOver
{

    CURSOR: hand;
    POSITION: relative;
    BORDER-BOTTOM: buttonhighlight 1px solid #ff6600;
}

.Arrow
{


    POSITION: absolute;

}
.barOver
{

    CURSOR: hand;

    POSITION: relative;
 

}
.orangeborder {
	border: 1px solid #FF6600;
}
#dropdownmenu {
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #FF6600;
	position: absolute;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	line-height: 20px;
	font-weight: bold;
	text-transform: capitalize;
	visibility: hidden;
}
