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

.PopOutStyle, .PopOutStyle div{ /*topmost and sub DIVs, respectively
font: 14px Geneva, Arial, Helvetica, sans-serif;*/
font: 12px Georgia, serif;
font-weight:600;
margin: 0px;
padding: 0px;
position:absolute;/*was absolute*/
left: 0px;
top: 0px;
list-style-type: none;
background: white;
border: 2px solid #808080;
/*border-bottom-width: 0;*/
visibility: hidden;
z-index: 100;

}

.PopOutStyle ul{
margin: 0px;
padding: 0px;
position: absolute;
left: 0px;
top: 0px;
list-style-type: none;
border: 0px none;
width:195px;/*the gray border, must be larger then the li's*/

}

.PopOutStyle li a{
position:relative;/*I added*/
left:0px;/*I added moves the submenu items*/
z-index: 101px;/*I added*/

display: block;
width: 155px; /*width of menu (not including side paddings)*/
color: #3764A6;/*blue 3764A6 font*/
background-color: white;
text-decoration: none;
padding: 5px 20px;
/*border-bottom: 1px solid black;*/
}

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

.PopOutStyle li a:hover{
background-color: white;
color: #000000;/*blue 3764A6 font*/

/*color: Green;**************/
}

/* ######### 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;
padding-left: 2px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;/*"transparent" color, will turn the rest of the screen this color*/
border-width: 0;
width: 0;
height: 0;
display: block;
}