.MenuGroup
{
	border-style: solid;
	border-color:#284E98;
	border-width:1px;
	
	padding: 0px; 
}

.MenuItemNoBorder
{
	border-left-style: none;

	border-right-style: solid;
	border-right-color:Black;
	border-right-width:5px;
	border-left-style: solid;
	border-left-color:Black;
	border-left-width:5px;

	border-right-style: solid;
	border-right-color:Black;
	border-right-width:5px;
	border-left-style: solid;
	border-left-color:Black;
	border-left-width:5px;
}

.MenuItem
{
	background-color:#B5C7DE;
	padding: 5px; 
	font-weight:normal;
	font-family: Verdana,Tahoma,Arial;
	font-size:x-small;
	cursor: hand;
}

.MenuItem A
{
	font-family: Verdana,Tahoma,Arial;
	font-weight: normal;
	font-size:x-small;
	text-decoration: none;
	color:#284E98;
	cursor: hand;
}

.MenuItemOver
{
	background-color: #284E98;
	padding: 5px; 
	cursor: hand;
	border-style:none;
}

.MenuItemOver A
{
	font-family: Verdana,Tahoma,Arial;
	font-weight: normal;
	font-size:x-small;
	border-style:none;
	text-decoration:underline;
	cursor: hand;
}

.MenuItemSelected
{
	background-color: #284E98;
	padding: 5px; 
	cursor: hand;
}

.MenuItemSelected A
{
	font-family: Verdana,Tahoma,Arial;
	font-weight: normal;
	font-size:x-small;
	border-style:none;
	text-decoration:underline;
	cursor: hand;
}

.MenuBarTop
{
	border: #f1f1f1 1px solid;
	background-color: #507CD1;
	cursor: hand;
}

.ToolTip
{
	border: 1px;
	border-style: solid;	
	border-color: #000000; 
	padding: 3px;	
	background-color: #fff7da;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.MenuLevel2
{
	left:220px;
}