﻿.TopGroup
{
	font-family: Tahoma;
	font-size: 12px;
	width: 204px;
	color: white;
	cursor: default;
	background-color:#6B6A88;
}


.MenuItem
{
	background-color:#6B6A88;
	cursor: hand;
	height: 22px;
	background-repeat: repeat-y;
}
.MenuItemHover
{
	background-image: url(../images/header_bg.gif);
	cursor: hand;
	height: 22px;
	background-repeat: repeat-x;
}

.PopoutItem
{
	background-color:#FDECA8; 
	color:black; 
	font-size:12px; 
	border:solid 1px #FDECA8; 
	cursor:pointer;
	}
.PopoutItemHover
{
	background-color:Silver;
	border:solid 1px gray; 
	cursor: hand;
}
.bottomSpacer
{
	background-color:#6B6A88;
	border:solid 1px gray; 
	height:20px;
}

