/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 13px Tahoma;
list-style-type: none;
/*border-bottom: 1px solid gray;*/
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin:0;
padding: 0px 15px 5px 15px;
color:#ffffff;
line-height:18px;
}

.mattblackmenu .item77 a{
	border:none;
	letter-spacing:.05em;
}
.mattblackmenu .item12 a{
_padding-top:5px;
}
.mattblackmenu li a:visited{
color:#ffffff;

}

.mattblackmenu li a:hover{
/*background of tabs for hover state */
color:#FFFF40;
/*background-color:#E8F4F8;*/

}

.mattblackmenu a.selected{}
/*background:#ffffff;} /*background of tab with "selected" class assigned to its LI */


/* ######### Matt Blue Strip Main Menu Bar CSS ######### */

.mattbluemenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 1px solid gray;
background:#3D83BF;
overflow: hidden;
width: 100%;
}

.mattbluemenu li{
display: inline;
margin: 0;
}

.mattbluemenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background:#3D83BF;
}

.mattbluemenu li a:visited{
color: white;
}

.mattbluemenu li a:hover{
background:#3D83BF; /*background of tabs for hover state */
}


/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Thoma;
/*margin-top:-1px!important;*/
/*_margin-top:10px;*/
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background:#ffffff;
border: 1px solid #DFE0E1;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 180px; /*width of menu (not including side paddings)*/
color:#666666;
background-color:#F9FAFC;
text-decoration: none;
padding: 4px 5px 4px 5px;
/*border-bottom: 1px solid #DFE0E1;*/
font-family:Tahoma;
font-size:11px;
font-weight:normal;
}
.ddsubmenustyle li {
border-bottom: 1px solid #DFE0E1;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
color:#4A6E8D;
background-color:#F9FAFC;
text-decoration: none;
padding: 4px 5px 4px 5px;
/*border-bottom: 1px solid #DFE0E1;*/
font-family:Tahoma;
font-size:11px;
font-weight:normal;
}

.ddsubmenustyle li a:hover{
color:#70A40E;
background-color:#F9FAFC;
text-decoration: none;
padding: 4px 5px 4px 5px;
/*border-bottom: 1px solid #DFE0E1;*/
font-family:Tahoma;
font-size:11px;
font-weight:normal;
}

/* ######### 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;
}