/* ######### Matt Black Strip Main Menu Bar CSS ######### */

#ddtopmenubar1 {
width:160px;
margin: 0;
padding-left: 10px;
}

.mattblackmenu1 ul{
margin: 0;
padding: 0px 0px;
font: bold 12px Arial, Helvetica, sans-serif;
list-style-type: none;
background: url(../images/companies_nav_bg.gif);
overflow: visible;
width: 160px;
}

.mattblackmenu1 li{
display: inline;
margin: 0px;
}

.mattblackmenu1 li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding-top: 5px; /*padding inside each tab*/
padding-bottom: 5px;
padding-left: 12px;
padding-right: 58px;
border-right: 0px solid white; /*right divider between tabs*/
color: white;
background: url(../images/companies_nav_bg.gif);
}

.mattblackmenu1 li a:visited{
color: white;
text-decoration:none;
}

.mattblackmenu1 li a:hover{
text-decoration:none;
background: url(../images/companies_nav_selected.gif) repeat-x; /*background of tabs for hover state */
}

.mattblackmenu1 a.selected{
text-decoration:none;
background: url(../images/companies_nav_selected.gif) repeat-x; /*background of tab with "selected" class assigned to its LI */
}



/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle1, .ddsubmenustyle1 ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Arial, Helvetica, sans-serif;
text-decoration: none;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 0px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
background: transparent;
}



.ddsubmenustyle1 li a{
display: block;
color: #FFFFFF;
/*background-color: #001b68;*/
background-color: #004896;
text-decoration: none;
padding: 4px 9px;
border-bottom: 0px solid black;
width: 141px; /*width of menu (not including side paddings)*/
filter:alpha(opacity=75); -moz-opacity:0.75; -khtml-opacity: 0.75; opacity: 0.75;
}

.ddsubmenustyle1 li a:hover{
/*background-color: #000000;*/
background-color: #231F20;
color: white;
text-decoration: none;
}

/* 2nd level */
.ddsubmenustyle1 li ul li{
filter:alpha(opacity=85); -moz-opacity:0.85; -khtml-opacity: 0.85; opacity: 0.85;
}

/* IE6 HACKS */
*html #ddsubmenu1 ul {
	margin:0px;
	padding:0px;
}
*html #ddsubmenu1 li {
	display:inline;
}

*html #ddsubmenu1 li a {
	color:#FFFFFF;
	text-decoration:none;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer1{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 33px;
border: 0;
}

.rightarrowpointer1{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim1{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}