/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: 10px Trebuchet MS;
color:#1696b6;
list-style-type: none;
overflow: hidden;
width: 571px;
}

.mattblackmenu li{
display: inline;
margin: 0;font-weight:normal;
line-height:22px;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
color:#1696b6;
padding-left:21px;
padding-top:2px;
line-height:20px;
text-align:center;
text-transform:uppercase;font-weight:normal;

}

.mattblackmenu li a:hover{
color:#dd41a8;
	font-weight:normal;
}


.ddsubmenustyle, .ddsubmenustyle ul{
font-family:"Trebuchet MS";
font-size:11px;
margin: 0;
padding-left:1px;
padding-bottom:0px;
padding-right:0px;
position: absolute;
left:360px;
top:150px;
list-style-type: none;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width:150px; /*width of menu (not including side paddings)*/
/* color: #1696b6; */
/*background-color: #b2f2f6;*/
background-color: #4EC2FF;
color:#000000;
text-decoration: none;
padding:4px 12px;
margin-left:9px;
font-weight:bold;

}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width:78px;
 /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
/* color: #dd41a8; */
color:#E95B00;
font-weight:bold; 
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 0px;
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;
}