/*Default style - not used, since it's overriden by all the rest of these style classes*/
.MenuGroup
{
	background-color: #FFFFFF;
	border: 0;
	width: 162px;
	margin: 0 0 0 3px;
}

.MenuItem
{
	background-color: #F8F8F8;
	border-bottom: solid 1px #A5A5A5;
	border-top: solid 1px #FFFFFF;
	border-left: solid 1px #A5A5A5; 
	border-right: solid 1px #F8F8F8;
	cursor:hand;
	font-family:	Verdana, Helvetica, sans-serif;
	font-size:		0.7em;
	font-weight:	normal;
	color: #333333;
	font-style:		normal;
	text-decoration: none;
	margin: 0 0 0 0;
}

.MenuItemHover
{
	background-color: #E5E5C3;
	border-top: solid 1px #E5E5C3;
	border-left: solid 1px #E5E5C3;
	border-right: solid 1px #E5E5C3;
	border-bottom: solid 1px #A5A5A5;
	cursor:hand;
	font-family:	Verdana, Helvetica, sans-serif;
	font-size:		0.7em;
	font-weight:	normal;
	color: #333333;
	font-style:		normal;
	text-decoration: none;
	margin: 0 0 0 0;
}

.MenuItemDown
{
	background-color: GREEN;
	border-bottom: solid 1px #A5A5A5;
	border-top: solid 1px #D7D7D7;
	border-left: solid 1px #FFFFFF; 
	border-right: solid 1px #FFFFFF;
	cursor:hand;
	font-family:	Verdana, Helvetica, sans-serif;
	font-size:		0.7em;
	font-weight:	normal;
	color: #333333;
	font-style:		normal;
	text-decoration: none;
	margin: 0 0 0 0;
}                         

/*color WHILE clicking down on the item*/

.MenuItemActive
{
	background-color:#8DABAB;
	border-top: solid 1px #8DABAB;
	border-left: solid 1px #8DABAB;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #A5A5A5;
	cursor:hand;
	font-family:	Verdana, Helvetica, sans-serif;
	font-size:		0.7em;
	font-weight:	normal;
	color:	#FFFFFF;
	font-style:		normal;
	text-decoration: none;
	margin: 0 0 0 0;
}


/*This is the topmost node of an expanded tree*/
.MenuItemExpanded
{
	background-color: #E5E5C3;
	border-top: solid 1px #E5E5C3;
	border-left: solid 1px #E5E5C3;
	border-right: solid 1px #E5E5C3;
	border-bottom: solid 1px #A5A5A5;
	cursor:hand;
	font-family:	Verdana, Helvetica, sans-serif;
	font-size:		0.7em;
	font-weight:	normal;
	color: #333333;
	font-style:		normal;
	text-decoration: none;
	margin: 0 0 0 0;
}

/***************************************************************************************
SUB MENU STYLES
***************************************************************************************/

.MenuItemSubMenu
{
	background-color:#FFFFFF;
	color: #002270;
	border-top: solid 1px #EBEBEB;
	border-left: solid 1px #A5A5A5;
	border-right: solid 1px #EBEBEB;
	border-bottom: solid 1px #A5A5A5;
	cursor:hand;
	font-family:	Verdana, Helvetica, sans-serif;
	font-size:		0.7em;
	font-weight:	normal;
	color: #333333;
	font-style:		normal;
	text-decoration: none;
}

.MenuItemHoverSubMenu
{
	background-color:#A5A5A5;
	color:#ffffff;
	border-top: solid 1px #EBEBEB;
	border-left: solid 1px #A5A5A5;
	border-right: solid 1px #A5A5A5;
	border-bottom: solid 1px #A5A5A5;
	cursor:hand;
	font-family:	Verdana, Helvetica, sans-serif;
	font-size:		0.7em;
	font-weight:	normal;
	color: #333333;
	font-style:		normal;
	text-decoration: none;
}

/*This is the color WHILE clicking down on the item*/
.MenuItemActiveSubMenu
{
	background-color:#FFFFFF;
	color:#002270;
	border-top: solid 1px #EBEBEB;
	border-left: solid 1px #A5A5A5;
	border-right: solid 1px #EBEBEB;
	border-bottom: solid 1px #A5A5A5;
	cursor:hand;
	font-family:	Verdana, Helvetica, sans-serif;
	font-size:		0.7em;
	font-weight:	normal;
	color: #333333;
	font-style:		normal;
	text-decoration: none;
}

/*This is the topmost node of an expanded tree*/
.MenuItemExpandedSubMenu
{
	background-color:#FFFFFF;
	color:#002270;
	border-top: solid 1px #EBEBEB;
	border-left: solid 1px #A5A5A5;
	border-right: solid 1px #EBEBEB;
	border-bottom: solid 1px #A5A5A5;
	cursor:hand;
	font-family:	Verdana, Helvetica, sans-serif;
	font-size:		0.7em;
	font-weight:	normal;
	color: #333333;
	font-style:		normal;
	text-decoration: none;
}

/**********************************************************************************/
.MenuBreak
{
  background-image:url(images/break_bg.gif);
  width:100%;
  height:50px;
}