/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font:10px Arial;
margin: -1px 0px 0px -16px;
padding: 10px 0px 0px 0px;
position: absolute;
left: 0px;
top: 0px;
list-style-type: none;
background-image:none;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
border-bottom:1px solid #222;
}	

.ddsubmenustyle li a{
display: block;
width: 180px; /*width of menu (not including side paddings)*/
color: #999;
text-decoration: none;
background-image:url(menu.png);
padding: 10px 5px 6px 16px;
border-bottom: 1px solid #111;
border-left:1px solid #222;
border-right:1px solid #222;
}
.ddsubmenustyle li img {
 border:0px;
 margin-bottom:10px;
}
* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 202px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
 background-image:none;
background-color: #222;
color:#FFF;
}
.ddsubmenuhead a {
 	color:#FC0;
}
.ddsubmenustyle li.jwats a:hover{
background-color: #333;
}
.ddsubmenustyle li.ac a:hover {
background-color: #620c0c;
}

 
/* ######### 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;
}