﻿.MenuItemBlock		{ text-align: center; display:block; height:100%; width:100% }

/************** S i t e   M e n u   I t e m *********************/
.SiteMenuItem	 
{ 
	background-image:url(TopBg.gif); background-repeat:repeat-x;
	border-top:solid 1px #AEBCE3; border-bottom:solid 1px #354380; border-left:solid 1px #cee5ff; border-right:solid 1px #354380;
	white-space: nowrap 
}

.SiteMenuItemSel  /******* Same as SiteMenuItem but used for sub definitions ********/
{ 
	background-image:url(SelMenu.gif); background-repeat:repeat-x; 
	border-left:solid 1px #fdfae0; border-top:solid 1px #fdfae0; border-right:solid 1px #bb870a; border-bottom:solid 1px #d7a40c
}

.SiteMenuItem span		{ width: 100%; cursor: pointer; cursor: hand; margin-top:3px }
.SiteMenuItem a			{ color:#ffffff; font-family:Arial; font-weight:bold; text-decoration: none }
.SiteMenuItem a:hover	{ color: #f8d241 }
.SiteMenuItem a span	{ font-size:13px }

.SiteMenuItemSel span	{ width: 100%; cursor: pointer; cursor: hand; margin-top:3px }
.SiteMenuItemSel a		{ color:#1B2472; font-family:Arial; text-decoration: none }
.SiteMenuItemSel a:hover{ color:#BC0000 }
.SiteMenuItemSel a span	{ font-size:13px }

/************** S u b   M e n u   I t e m ************************/
.SubMenuItem	
{
	background-image:url(SubBg.gif); background-repeat:repeat-x;
	border-bottom:solid 1px #FFFF95; border-top:solid 1px #d7a40c; border-collapse:separate;
	white-space: nowrap
}
.SubMenuItemSel /* Same as SubMenuItem but used for sub definitions *********/
{ 
	background-image:url(SubBg.gif); background-repeat:repeat-x;
	border-bottom:solid 1px #FFFF95; border-top:solid 1px #d7a40c; border-collapse:separate 
}

.SubMenuItem span		{ width: 100%; cursor: pointer; cursor: hand; margin-top:1px }
.SubMenuItem a			{ color: #263289; font-family:Arial; text-decoration: none; }
.SubMenuItem a:hover	{ color: #BC0000 }
.SubMenuItem a span		{ font-size:11px }


.SubMenuItemSel span	{ width: 100%; cursor: pointer; cursor: hand; margin-top:1px }
.SubMenuItemSel a		{ color: #263289; font-family:Arial; font-weight:bold; text-decoration: none }
.SubMenuItemSel a:hover { color: #BC0000 }
.SubMenuItemSel a span	{ font-size:11px }

.SubMenuItemSpacer	{ width:2px; height:20px; border-bottom:solid 1px #FFFF95; border-top:solid 1px #d7a40c }
