/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin: 0;
padding: 0;
position: absolute;
left: 0px;
top: 0px;
list-style-type: none;
visibility: hidden;
z-index: 1000000;
border-top:0 none;
padding-bottom:0px;
padding-top:0px;
white-space:nowrap;
width: 210px;
}

.ddsubmenustyle li{/*background:url(menu_left.png) repeat-y top left; display:block; padding:0 0 0 4px;*/ padding:0;} /* Menu side shade */
.ddsubmenustyle li span{/*background:url(menu_right.png) repeat-y top right; display:block; padding:0 4px 0 0px;*/ padding:0; }

.ddsubmenustyle li a{
font-family:'myriad Pro', Verdana; 
font-size: 12px;
display: block;
color: #555555;
text-decoration:none;
padding: 0px 0px 0px 30px;
line-height:24px;
height:24px;
margin:0;
width:100%;
background:#fff;
border-left:1px solid #000;
border-right:1px solid #000;
}
.ddsubmenustyle li a:hover{color:#fff;background-color:#2b2b2b; text-decoration:none;}
.ddsubmenustyle .top {/* background:url(top_left.png) no-repeat top left; padding:0 0px 0 4px; ;*/line-height:0; font-size:0;display:block; padding:0}
.ddsubmenustyle .top .right{/*background:url(top_right.png) no-repeat top right; padding:0  4px 0 0px;display:block;*/}
.ddsubmenustyle .top .mid{/*background:url(menu_top.png) repeat-x top right;*/ height:4px; border-bottom:1px solid;display:block;}

.ddsubmenustyle .bottom {/* background:url(bottom_left.png) no-repeat top left; padding:0 0px 0 4px;*/ line-height:0; font-size:0; display:block; padding:0;}
.ddsubmenustyle .bottom .right{/*background:url(bottom_right.png) no-repeat top right; padding:0  4px 0 0px;display:block;*/}
.ddsubmenustyle .bottom .mid{/*background:url(menu_bottom.png) repeat-x top right;*/ height:4px; border-top:1px solid #000;display:block;}




ul.element_1 .bottom .mid, ul.element_1 .top .mid, ul.element_1 li a{border-color:#3985cd;}
ul.element_1 li a{color: /*#d61d00*/#3985cd;}
ul.element_1 li a:hover {background: /*#d61d00*/#3985cd;}

ul.element_2 .bottom .mid, ul.element_2 .top .mid, ul.element_2 li a{border-color:/*#8F1AB*/#3985cd;}
ul.element_2 li a{color: /*#8F1AB6*/#3985cd;}
ul.element_2 li a:hover {background: /*#8F1AB*/#3985cd;}

ul.element_3 .bottom .mid, ul.element_3 .top .mid, ul.element_3 li a{border-color:/*#ad532f*/#3985cd;}
ul.element_3 li a{color: /*#ad532f*/#3985cd;}
ul.element_3 li a:hover {background: /*#ad532f*/#3985cd;}

ul.element_4 .bottom .mid, ul.element_4 .top .mid, ul.element_4 li a{border-color:#3985cd;}
ul.element_4 li a{color: #3985cd;}
ul.element_4 li a:hover {background: #3985cd;}

ul.element_0 .bottom .mid, ul.element_0 .top .mid, ul.element_0 li a{border-color:/*#3e88c9*/#3985cd;}
ul.element_0 li a{color:/*#3e88c9*/#3985cd;}
ul.element_0 li a:hover {background:/*#3e88c9*/#3985cd;}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}



/* ######### 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: 50000;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
