﻿/* Top Menu */


.TopMenuGroup
{
	width:100%;
	height:32px !important;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.MenuGroup
{
	
	height:32px !important;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

}

.TopMenuItem
{
	
	color:#FFFFFF;
	height:32px !important; 
 	font-family:Arial; 
	font-size:13px;
	font-weight:bold;
	text-align:center;
	cursor:hand;
	cursor:pointer;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

	
}

.TopMenuItemHover
{
	color:white;
	height:32px !important; 
	font-family:arial; 
	cursor:hand;
	cursor:pointer;
	font-size:13px;
	font-weight:bold;
	background-color:#0C2677;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;


}

.MenuItem
{
	cursor:hand;
	cursor:pointer;
	color:black;
	background-color:#f3f3f3;
	line-height:24px; 
	font-family:Arial; 
	font-size:12px;
	border-top:solid 1px white;
	width:125px;
	border-right:solid 1px white;


	
	
}

.MenuItemHover
{
	cursor:hand;
	cursor:pointer;
	color:white;
	background-color:#0C2677;
	line-height:24px; 
	font-family:Arial; 
	font-size:12px;
	border-top:solid 1px white;
	width:125px;
	border-right:solid 1px white;

	

}


