
a.MenuLevel0_Item    {
	
}

a:link.MenuLevel0_Item,a:active.MenuLevel0_Item, a:visited.MenuLevel0_Item,a:visited.MenuLevel0_Item,a:active.MenuLevel0_Item  {
	background:url(images/buttonBlue.jpg) no-repeat top left;
	display: block;	height:35px;width:222px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#515151;
	text-decoration:none;
	 
}

a:hover.MenuLevel0_Item     {
	background:url(images/buttonLightBlue.jpg) no-repeat top left;	
	display: block;	height:35px;width:222px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#515151;
	text-decoration:none;
}

a.MenuLevel0_ItemSelected,a:active.MenuLevel0_ItemSelected,
a:link.MenuLevel0_ItemSelected, a:visited.MenuLevel0_ItemSelected  {
	background:url(images/buttonDarkBlue.jpg) no-repeat top left;	
	display: block;	height:34px;width:222px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;	
	margin-top:2px;
}
span.verticalMenuText {
	display:block;
	padding:10px 10px 0 10px;
}


/*SubMenu*/
a:link.MenuLevel1_Item,a:active.MenuLevel1_Item, a:visited.MenuLevel1_Item,a:visited.MenuLevel1_Item,a:active.MenuLevel1_Item  {
	background:url(images/subMenuBackground.jpg) no-repeat top left;
	display: block;	height:32px;width:222px;;padding:0 0 0 5px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:regular;
	color:#2b2b2b;
	text-decoration:none;
}
/*SubMenu Selected*/
a.MenuLevel1_ItemSelected,a:active.MenuLevel1_ItemSelected,
a:link.MenuLevel1_ItemSelected, a:visited.MenuLevel1_ItemSelected  {
	background:url(images/subMenuBackground.jpg) no-repeat top left;	
	display: block;	height:32px;width:222px;;padding:0 0 0 5px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#0651ab;
	text-decoration:none;	
}
/*SubMenu Hover*/
a:hover.MenuLevel1_Item     {
	background:url(images/subMenuBackground.jpg) no-repeat top left;	
	display: block;	height:32px;width:222px;padding:0 0 0 5px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:regular;
	color:#0651ab;
	text-decoration:none;
}

