/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu,.mattblackmenu ul{
	position:relative;
	left: -2px;
	top:0px;
	width:1002px;
margin: 0;
padding: 0;
list-style-type: none;
border: 0px none;
overflow: hidden;
}

.mattblackmenu li{
display: inline;
}

.mattblackmenu li a{
float:left;
display: block;
text-decoration: none;
padding-top:3px;
padding-bottom: 10px;
border-left: 2px solid white; /*right divider between tabs*/
font-weight: bold;
font-size:12px;
background: #DC241F;
width: 165px;
text-align:center;
}

.mattblackmenu li a:visited{
color: #FFFFFF;
}

.mattblackmenu a.selected
{
	color: #000000;
	background: #DC241F; /*background of tab with "selected" class assigned to its LI */
}


/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin-top: 7px;
padding: 0;
position: absolute;
left: 0;
top: 0px;
list-style-type: none;
background: white;
border-left: 1px solid #6F7072;
border-top: 0px none;
border-right:1px solid #6F7072;
border-bottom: 1px solid #6F7072;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
color: #717173;
font-weight:bold;
font-size:12px;
background-color: #D7D8D9;
text-decoration: none;
padding-left: 10px;
padding-top: 7px;
padding-right: 10px;
padding-bottom: 7px;
border-top: 0px none;
border-left: 3px solid #ffffff;
border-right: 3px solid #ffffff;
border-bottom: 3px solid #ffffff;
width:137px;
}

.ext_padding
{
	padding-left: 19px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: auto; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
color: #DC241F;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
