.mattblackmenu {
	width:963px;
	height:34px;
	font-size:13px;
	font-weight:bold;
	font-family:"Tahoma";
	background:url(../images/sub-menu-bg.gif) repeat-x 0px 0px;
}
.mattblackmenu ul {
	margin:0px;
	padding:0px 0px 0px 0px;
	width:963px;
	overflow:hidden;
}
.mattblackmenu ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline;
}
.mattblackmenu a {
	padding:8px 19px 0px 19px;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/devider.gif) no-repeat 0px 7px;
	float:left;
	height:26px;
}
.mattblackmenu a:hover {
	padding:8px 19px 0px 19px;
	color:#000000;
	text-decoration:none;
	background:url(../images/devider.gif) no-repeat 0px 7px;
	float:left;
	height:26px;
}
.mattblackmenu a.selected{
padding:8px 20px 0px 20px;
	color:#000000;
	text-decoration:none;
	background:url(../images/devider.gif) no-repeat 0px 7px;
	float:left;
	height:26px;
}

/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Tahoma;
margin:-8px 0 0 1px !important;
margin:-6px 0 0 1px;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #0873DE;
border-left: 1px solid #014A92;
border-bottom: 1px solid #014A92;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: #fff;
background-color: #0873DE;
text-decoration: none;
padding: 5px 5px 5px 17px;
border-bottom: 1px solid #014A92;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #014A92;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
display:none;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
display:none;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
.POPMENU
{
	background-color: #FFF;
	filter: progid:DXImageTransform.Microsoft.Fade(duration=0.4,overlap=0.1), Alpha(Opacity=90),
		progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=5); 
	/*filter:progid:DXImageTransform.Microsoft.gradientWipe(duration=0.5, gradientsize=1, WipeStyle=1), Alpha(Opacity=90);*/
	-moz-opacity:0.9; opacity: 0.9;
	margin-top:17px;
	_margin-top:20px;
	margin-left:8px;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
	border-bottom:3px #004A91 solid;
}
.menu-item
{
	font-family: Verdana;
	font-size: 11px;
	padding:5px 20px 5px 5px;
	color: #4E4E4E;
	border-bottom:1px #EEE solid;
}

/* .MENU_ITEM A:hover { color: #990000;  } */
.menu-item-over
{
	font-family: Verdana;
	font-size: 11px;
	padding:5px 20px 5px 5px;
	background-color: #014A92;
	color: white;
	cursor:pointer;
	border-bottom:1px #CCC solid;
}
.menu-item-over A { color: White; text-decoration: none; }
/* ######### Matt Black Strip Main Menu Bar CSS ######### */
