/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
width: 200px;
height:auto;
margin:0px;
padding:0px;
position:absolute;
left: 0;
top: 0;
list-style-type: none;
background:#fff;
border: 1px solid #303030;
visibility: hidden;
text-align:left;
}


.ddsubmenustyle li a{
display: block;
width: 196px;
height:15px;
color:#303030;
font:normal 11px Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
padding-left:4px;
border-bottom: 1px solid #303030;
}


.ddsubmenustyle li a:hover{
background:#0095D3;
color:#fff;
}

/*start subsubmenu  style*/

.ddsubmenustyle, .ddsubmenustyle ul li ul{ /*topmost and sub ULs, respectively*/
width: 200px;
height:auto;
margin:0px;
padding:0px;
position:absolute;
left: 0;
top: 0;
list-style-type: none;
background:#fff;
border: 1px solid #303030;
visibility: hidden;
text-align:left;
}


.ddsubmenustyle li ul li a{
display: block;
width: 196px;
height:15px;
color:#303030;
font:normal 11px Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
padding-left:4px;
border-bottom: 1px solid #303030;
}


.ddsubmenustyle li ul li a:hover{
background:#0095D3;
color:#fff;
}
/* end  */

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 0px;
border: 0px;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
