.TopMenuGroup
{
	border:solid 1px #003167;
	background-color:#4379C1;
}

.MenuGroup
{
	border:solid 1px #003167;
	background-color:#EEEEEE;
}

.TopMenuItem
{
	background-image: url("../images/top_item_bg.gif"); 
	color:white;
	font-family:verdana;
	font-size:11px;
	cursor:pointer;
	height:22px;
	font-align:center;
	width:120;
}

.TopMenuItemHover
{
	background-image: url("../images/top_item_hover_bg.gif"); 
	color:white;
	font-family:verdana;
	font-size:11px;
	height:22px;
	cursor:pointer;
	font-align:center;
	width:120;
}

.MenuItem
{
	background-color:White;
	color:#6699CC;
	font-family:verdana;
	font-size:11px;
	border: solid 1px white;
	cursor:pointer;
	font-align:center;
}

.MenuItemHover
{
	background-color:#EEEEEE;
	color:#285D9F;
	font-family:verdana;
	font-size:11px;
	border: solid 1px white;
	cursor:pointer;
	font-align:center;
}