.BoomMenu_MainMenu
{
	background-color: #BAD2EC;
	text-align: center;
	background: #BAD2EC url(/includes/share/jscript/menus/bar-bg.gif) repeat scroll center;
	line-height: 24px;
}

.BoomMenu_MainMenu .MenuItem
{
    padding: 0px 5px 0px 5px;
}

.BoomMenu_MainMenu .MenuItem A, 
.BoomMenu_MainMenu .MenuItem A:VISITED, 
.MainMenu_MainMenu .MenuItem A:VISITED
{
	font-family: Verdana;
	font-size: 9pt;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: center;	
	color: White;
}

.BoomMenu_MainMenu .MenuItem A:HOVER
{
   text-decoration: none;
   color: #F2B60F;
}

.BoomMenu_SubMenu
{
    /*background-color: #2C5FB8;*/
    background-color: #258ade;    
	text-align: left;
	/*
    border-top: 1px solid #EFF6FF;
    border-left: 1px solid #EFF6FF;
    border-right: 1px solid #2C2C2C;
    border-bottom: 1px solid #2C2C2C;
    */
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #292c29;
	border-top: 1px solid #fff;
    line-height: 18px;
}

.BoomMenu_SubMenu .MenuItem,
.BoomMenu_SubMenu .MenuItemHead
{
    /*padding: 0px 2px 0px 4px;*/
    padding: 0px 0px 0px 0px;
}

.BoomMenu_SubMenu .MenuItem A SPAN
{
	font-size: 12px !important;
	padding: 0px 2px 0px 2px;
}

.BoomMenu_SubMenu .MenuItem A,
.BoomMenu_SubMenu .MenuItem A:VISITED
{
    padding: 0px 2px 0px 2px;
	font-size: 12px;
	font-family: Verdana;
	letter-spacing: 0px;
	display: block;
	color: white;
}

.BoomMenu_SubMenu .MenuItem A.arrow SPAN
{
	/* makes it hold a shape */
	display: block;
	padding-right: 12px;
	/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
	background:  url("/includes/share/jscript/menus/arrow.gif") no-repeat 96% center;
}

.BoomMenu_SubMenu .MenuItem A:HOVER
{
    /*padding: 0px 2px 0px 4px;*/
    text-decoration: none;
	background: #bad7f8;
	color: #003366;
}

.BoomMenu_SubMenu .MenuItemHead A SPAN
{
	font-size: 12px !important;
	padding: 0px 2px 0px 2px;
}

.BoomMenu_SubMenu .MenuItemHead A,
.BoomMenu_SubMenu .MenuItemHead A:VISITED
{
    padding: 0px 2px 0px 2px;
	font-size: 12px;
	font-family: Verdana;
	letter-spacing: 0px;
	display: block;
	color: white;
	font-weight: bold;
	background: #0a70c4;
}

.BoomMenu_SubMenu .MenuItemHead A:HOVER
{
    /*padding: 0px 2px 0px 4px;*/
    text-decoration: none;
	font-weight: bold;
	background: #0a70c4;
	color: #ff9900;
}

.BoomMenu_SubMenu .Arrow
{
    padding: 0px 2px 0px 2px;
}


.BoomMenu_MainMenu .HorizontalSeparator
{
    text-align: center;    
}
