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

.menustyle, .menustyle ul{ /*topmost and sub ULs, respectively*/
/* font: normal 12px Verdana; */
margin: 2px 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border: 1px solid #CCCCCC;
width: 200px;
visibility: hidden;
z-index: 100;
}


.menustyle li a{
background: #FFFFFF url(bw1.gif) no-repeat 0px center;
font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: 175px;
padding: 5px 0;
padding-left: 25px;
text-decoration: none;
border-bottom: 1px solid #CCCCCC;
}

* html .menustyle li a{ /*IE6 CSS hack*/
width: 199px
/* display: inline-block; */
}

.menustyle li a:hover{
background: #FFFFFF url(bw2.gif) no-repeat 0px center;
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;
right: 5px; 
border: 0;
}

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