/* ######### Drop Down ULs CSS ######### */
/*main navigation start*/
#ddtopmenubar{ width:857px; clear:both; text-align:left; background:#767A7D; padding: 0px 0px 0px 5px; position:relative; z-index:11; }
#ddtopmenubar a{color:#FFFFFF; text-decoration:none; text-transform:upparcase; margin:0 10px 0 0; font-size:14px;}
#ddtopmenubar a:hover{background:#767A7D;}
/* main navigation end*/




.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin:0px 0px 0px 0px;
padding: 0px 0px 14px 0px;
position: absolute;
left: 0;
top: 0;
list-style: none;
background:url(images/dropdown_bottom.gif) no-repeat left bottom;
border:none;
visibility: hidden;
z-index: 100;
width:100px;
}
.ddsubmenustyle li{
list-style:none;

}
.ddsubmenustyle li a{
display: block;
background:#767A7D;
background-image:none;
/* width: 80px; *//*width of menu (not including side paddings)*/
font-family:Arial, Helvetica, sans-serif;
color: #FFF;
font-size:13px;
font-weight:normal;
text-align:left;
text-decoration: none;
padding: 4px 10px 4px 10px;
border-bottom:solid 0px #a1383c;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
}

.ddsubmenustyle li a:hover{
background:#767A7D;
color:#FFFFFF;
border-bottom:solid 0px #b36063;
}

/* ######### 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;
}
