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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
text-align: left;
width: 160px; /*width of menu (not including side paddings)*/
color: black;
background-color: #dfdfdf;
text-decoration: none;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
margin: 0;
border-bottom: 1px solid #fff;
}

.ddsubmenustyle .parent a,.ddsubmenustyle .parent .parent a{
background-image: url(arrows-ffffff.png)	;
background-attachment: scroll; 
background-position: 5px center;
background-repeat: no-repeat;
}

.ddsubmenustyle .parent li a, .ddsubmenustyle .parent .parent li a{
background-image: none;
}

.ddsubmenustyle li{
padding: 0;
margin: 0;
}

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

.ddsubmenustyle .active a, .ddsubmenustyle .active .active a, .ddsubmenustyle .active .active .active a {
background: #800f85; /*background of tab with "selected" class assigned to its LI */
color: #fff;
}

.ddsubmenustyle .active li a, .ddsubmenustyle .active .active li a {
background: #dfdfdf; /*background of tab with "selected" class assigned to its LI */
color: #000;
}

.ddsubmenustyle li a:hover, .ddsubmenustyle .active.active a:hover, .ddsubmenustyle .active.active.active a:hover{
background-color: #c0c0c0;
color: white;
}

/* ######### 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: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
