.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.menu
{
    VISIBILITY: hidden;
    WIDTH: 150px;
    POSITION: absolute;
    BACKGROUND-COLOR:white
}
.menuItem
{
    color:red;
	WIDTH: 100%;
	CURSOR: hand;
	border: 1px solid #80786c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:right;
}
.ItemMouseOver
{
	WIDTH: 100%;
	CURSOR: hand;
	COLOR: white;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#80786c, EndColorStr=#6a6359);
	border: 1px solid #80786c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:right;
}
.ItemMouseOut
{
    WIDTH: 100%
}

.topmenutxt
{
    color:#ffffff;
	CURSOR: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
}