.topMenu
{
	cursor:hand;
	color:#0083C6
	background: white;
	border-right-style:solid;
	border-right-color:#0083C6;
	border-right-width:1px;
	height: 20px;
	width:100px;
	
}/*end topMenu*/
.topMenuRight
{
	font-family: Eurostile, Arial;
	cursor: hand;
	background: white;
	color:#0083C6
	width: 100px;
	height: 20px;
}/*end topMenuRight*/

.MenuGroup
{
         cursor: hand;
         background-color: white;
}

.MenuItem
{
    font-family: Eurostile, Arial;
    font-size:14px;
    cursor: hand;
    padding-left: 2px;
    background-color: #0083C6;
    color: White;
    width: 150px;
    height: 20px;
    text-align:left;     
    border-bottom-color:White;
    border-bottom-style:solid;
    border-bottom-width:thin
}
.btmMenuItem
{
	font-family: Eurostile, Arial;
    font-size:14px;
    cursor: hand;
    padding-left: 2px;
    background-color: #0083C6;
    color: White;
    width: 150px;
    height: 20px;
    text-align:left;
 }
.MenuItemOver
{
    font-family: Eurostile, Arial;
    font-size:14px;
    cursor: hand;
    padding-left: 2px;
    background-color: white;
    color: #0083C6;
    left: 0px;
    width: 150px;
    height: 20px;
}



