/* ######### Main Menu Bar CSS ######### */
#ddtopmenubar img{ display:none;}
#subMenu img{ display:none;}
.topbluemenu ul{
margin: 0;
padding: 0;
/*font: bold 12px Verdana;
list-style-type: none;
border: 1px solid #FFF;
background: #134CA7;*/
overflow: hidden;
width: 100%;
}

.topbluemenu li{
display: inline;
margin: 0;
}

/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle li{ float:none; margin:0; padding:0; width:200px;}
.ddsubmenustyle li a{font-family:"Trebuchet MS"; display: block; float:none; margin:0; padding:5px; background-color: #74231F; color: #CEC6AE; text-decoration: none;  border-bottom: 1px solid #8D846C; line-height:20px;}
.ddsubmenustyle li a:hover{background-color: #282828; color: #ffffff;}
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font:  11px Verdana; margin: 0; padding: 0; position: absolute; left: 0; top: 0; list-style-type: none;
background-color: #DFDFDF;
border: 1px solid #8D846C;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}






/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left:0;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
right: 2px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
