
/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-size:12px;
margin: 0px 0 0 0;
padding:5px 0 5px 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none; 
visibility: hidden;
z-index: 100;
font-family: 'bubblegum_sansregular';
background:#027bd5;
border:0px solid #017ad4;
}

.ddsubmenustyle li a{
display: block;
width:200px; /*width of menu (not including side paddings)*/
color:#fff;
font-weight:normal;
text-decoration: none;
padding:5px 12px 5px 12px; 
border-bottom:solid 1px #088ef2;
background:url(../images/whitearrow.png) 8c8f7f 5px 16px no-repeat;
margin:0 5px 0 5px;
line-height:18px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 209px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
color:#000;
 background:#048bef;
}

.ddsubmenustyle li a.last{
border-bottom:none;
}

/* ######### 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;
}





/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu { margin:0 auto; padding:0px auto; display:block; }
.mattblackmenu ul{padding:0px 0px 0 0px; margin:0; display:block; margin:0; padding:0; list-style:none;}

.mattblackmenu li{float:left; font-family: 'Verdana'; margin-right:2px;}
.mattblackmenu li.last{ margin:0}
.mattblackmenu li a{ color:#553b2e; font-size:20px; float:left;}
.mattblackmenu li a span{ padding-right:15px; float:left; height:35px;} 

.mattblackmenu li a:hover{color:#fff; background:url(../images/menu-bg.gif) top left no-repeat;}
.mattblackmenu li a:hover span{color:#fff; background:url(../images/menu-bg.gif) bottom right no-repeat;}

.mattblackmenu li a.selected{color:#fff; background:url(../images/menu-bg.gif) top left no-repeat;}
.mattblackmenu li a.selected span{color:#fff; background:url(../images/menu-bg.gif) bottom right no-repeat;}


.mattblackmenu li a:visited{/*color:#595959; text-decoration:none;*/}



/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
.mattblackmenu li.last a{display:block;  height:41px; color:#fff; text-decoration:none;  font-weight:normal; font-size:16px; text-align:center; margin:0px; cursor:pointer; text-transform:none; line-height:41px; width:145px; font-family: 'Swis721LtBTLight';float:left; background:url(../images/menu-last.png) no-repeat; padding:0;
}
.mattblackmenu li.last a:hover,.mattblackmenu li.last a.selected{ color:#e0e0e0; background:url(../images/menu-last-ho.png) no-repeat; }
*/




