.TopGroup
{
	width: 130px;
	border: 1px #26567D solid;
	cursor: default;
}


.TopMenuGroup
{
	border: 2px #237DB3 solid;
	border-style: solid;
	cursor: default;
	height: 26px;
	width: 780px;
}
.TopMenuItem
{
	height: 26px;
	width: 130px;
	text-align: center;
	background-position: center center;
	background-image: url('ControlImages/images/top_item_bg.gif');
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: tahoma;
	color: White;
	cursor: default;
	display: inline-block;
	
}


.TopMenuItemHover
{
	background-position: center center;
	background-image: url('ControlImages/images/top_item_selected_bg.gif');
	background-repeat: repeat-x;
	color: Black;
	font-size: 12px;
	cursor: pointer;
	display: inline-block;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}



.MenuGroup
{
	border: 2px #237DB3 solid;
	border-style: solid;
	cursor: default;
	height: 150px;
	width: 160px;
	text-align: center;
	z-index:auto;
}

.MenuItem
{
	background-position: center center;
	background-image: url('ControlImages/images/top_item_bg.gif');
	background-repeat: repeat-x;
	font-family: tahoma;
	font-size: 13px;
	cursor: default;
	height: 26px;
	width: 160px;
	display: inline-block;
	color: White;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

}

.MenuItemHover
{ 
	background-position: center center;
	background-repeat: repeat-x;
	background-image: url('ControlImages/images/top_item_selected_bg.gif');
	display: inline-block;
	cursor: pointer;
	color:#000000; 
	font-size: 12px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}

.MenuBreak
{
	background-image: url('ControlImages/images/break.gif');
	background-repeat: repeat-x;
	width: 90%;
	height: 2px;
	bottom: 5px;
}

.MenuStyle
{
background-position: center center;
 width:160px;
}

#selector
{
	min-height: 700px;
	height: 100%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: absolute;
	font-size: 12px;
	font-family: tahoma;
}


.Level2
{
	color: White;
	font-family: tahoma;
	font-size: 12px;
	cursor: default;
	text-align: center;
	background-image: url('StyleImages/BlueBar.jpg');
	background-repeat: repeat-x;
}
