/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background:#f3f3f3;
border:0px solid #e4e4e4;
visibility: hidden;
z-index: 100;
margin-top:20px;
padding-bottom:10px;

}

.ddsubmenustyle li a{
display: block;
width: 139px; /*width of menu (not including side paddings)*/
color: #717171;
background: #f3f3f3 url(../images/submenu_bull.jpg) no-repeat left ;
text-indent:10px;
text-decoration: none;
padding: 6px 0px 3px;
border-bottom: 1px dotted #b2b2b2;
margin-left:10px;
margin-right:10px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 149px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
/*background-color: black;*/
color: #92a21c;
}

/* ######### 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;
padding-left:15px;
border: 0;
}

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



/* submenu of submenu style */
.ddsubmenustyle li ul{
font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0px;
top: 0;
list-style-type: none;
/*background:#f3f3f3;*/
visibility: hidden;
z-index: 100;
border:1px solid #e4e4e4;
padding-bottom:12px;
padding-top:4px;
margin-left:0px;
}

.ddsubmenustyle li ul li a{
display: block;
width: 190px; /*width of menu (not including side paddings)*/
color: #717171;
background:#f3f3f3;
text-indent:10px;
text-decoration: none;
padding: 6px 0px 3px;
border-bottom: 1px dotted #b2b2b2;
}
* html .ddsubmenustyle li ul li{ /*IE6 CSS hack*/
display: inline-block;
width: 149px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li ul li a:hover{
/*background-color: black;*/
color: #92a21c;
}