/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 8pt arial;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #33595a;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: #FFFFFF;
background-color: #4b6f70; /*chnage this*/
text-decoration: none;
padding: 2px 5px;
border-bottom: 1px solid #33595a;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #90a4a5;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 6px;
padding-bottom: 2px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 4px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* ======================================================================================= */


/*** BMM Ad Styles ***/
#bmmAds {width:100%; font-family:Arial, Helvetica, sans-serif; overflow:auto; margin:-10px 0 10px 0;}
#bmmAds .sponsored {width:100%; text-align:right; height:20px;}
#bmmAds .sponsored a {color:#ccc;font-size:11px;font-weight:bold; text-decoration:none;}
#bmmAds .bmmAd {float:left; position:relative; width:308px; height:70px; text-align:left; line-height:1em; margin:0 4px 8px 3px; border:1px solid #0267AF; padding-top:3px; overflow:hidden; -moz-border-radius:5px; -webkit-border-radius:5px;}
#bmmAds .adImage {float:left; border:0; width:55px; margin:0 8px 3px 3px; clear:both;}
#bmmAds .adTitle {color:#069;font-size:12px;font-weight:bold; text-decoration:none; line-height:1.6em;}
#bmmAds .adDesc {color:#666;font-size:11px; padding:10px 3px 0 0; line-height:1.1em;}
#bmmAds .adURL {position:absolute; bottom:0px; left:0; width:303px; background:#0267AF; padding:0px 5px 2px 0; text-align:right; height:12px; font-weight:bold; color:#fff;font-size:10px;text-decoration:none; overflow:hidden;}

