/* ######### Drop Down DIVs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle div{ /*topmost and sub DIVs, respectively*/
font: normal 12px tahoma;
margin: 0;
padding:0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
visibility: hidden;
z-index: 100;

}

.ddsubmenustyle ul{
margin: 0;
opacity:0.95;
filter:alpha(opacity=95); /* For IE8 and earlier */
padding: 0px 10px 3px 10px;
position: absolute;
left: 0; width:166px !important;

background-color:#196482; 
border-radius:0 0 5px 5px;

top: 9px !important;
list-style-type: none;
}

.ddsubmenustyle ul ul{
margin: 0;
padding: 0px 10px 15px 10px;
position: absolute;
background-color:#f6f6f6; 
border: 1px solid #ccc;
border-radius:5px;

width:225px;

left: 0;
top: 0;
list-style-type: none;
}

.ddsubmenustyle li a{
display: block;
min-width: 170px; /*width of menu (not including side paddings)*/
color: #fff;
text-decoration: none;
padding: 8px 0;
border-bottom: 1px dotted #ccc;
}

.ddsubmenustyle li li a{
display: block;
min-width: 220px; /*width of menu (not including side paddings)*/
color: #666;
text-decoration: none;
padding: 8px 0;
border-bottom: 1px dotted #333;
}

 .ddsubmenustyle li{ /*IE6 CSS hack*/
 /*background:url(grey_arrow.jpg) no-repeat scroll 0px 12px transparent; */
/* background-image:url(grey_arrow.jpg); background-repeat:no-repeat; background-position:left center;*/
 padding:1px 0 1px 0px; /*width of menu (include side paddings of LI A*/
										 font-family:tahoma;
										 
}
.sublist{width:170px; margin-right:15px;}

.ddsubmenustyle li a:hover{
color: #e27b26;padding: 8px 0;
 font-family:tahoma;
 /* For IE8 and earlier */
}

.ddsubmenustyle ul ul  a{
color: #333;padding: 8px 0;
background-color:#f1efef; width:150px;
opacity:0.90;
filter:alpha(opacity=90); /* For IE8 and earlier */
}

.ddsubmenustyle  li li a:hover{
color: #CF0606;padding: 8px 0;
background-color:#f1efef; width:100px;
opacity:0.90;
filter:alpha(opacity=90); /* For IE8 and earlier */
}


.ddsubmenustyle li a:active{
color: #e60000;
}

/* ######### 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: 190px !important;
width:6px !important;
height:9px !important; 
border: 0;
margin-right:10px;
}

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

