/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
/*font: normal 15px Arial, Helvetica, sans-serif;*/
margin:0;
padding:5px;
position: absolute;
left:0;
top:0;
list-style-type: none;
/*border: 1px solid #034ea2;*/
/*border-bottom-width: 0;*/
visibility: hidden;
z-index: 1;
/*background:url(../images/dropdownbg.png) 0 0 repeat;*/
background-color:#d52027;
/*border-top:5px solid #d52027;*/
/*border-left:1px solid #131d1a;
border-right:1px solid #131d1a;
border-bottom:1px solid #131d1a;*/
}

.ddsubmenustyle li{ /*background:url(../images/arrow.png) 5px 8px no-repeat!important;*/ /*margin:0 0 2px!important;*/}

.ddsubmenustyle li a{
display: block;
width: 142px; /*width of menu (not including side paddings)*/
color:#ffffff;
font:normal 12px/20px Arial, Helvetica, sans-serif;
/*background-color:#00154d;*/
text-decoration: none;
/*border-top: 1px solid #131d1a;*/
/*background:url(../images/arrow.png) 10px 10px no-repeat!important;*/
padding:2px 5px;
/*background:url(../images/dropdown_bg.jpg) 0 0 no-repeat #6d0504;*/
}

.ddsubmenustyle li a.botborder{ border-bottom:1px solid #131d1a;}

.ddsubmenustyle li a.nocursor{
	cursor:none;
	}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
/*display: inline-block;*/
/*width: 150px;*/ /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
/*background-color:#d52027;*/
color:#ffffff;
/*background:url(../images/dropdownhoverbg.png) 0 0 repeat;*/
background-color:#1d2f29;
}

#ddsidemenubar li a img.rightarrowpointer { border:red solid 0px; visibility:hidden;}

/* ######### 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;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 5;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}


.ddsubmenustyle_hello{ display:none;}

