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

.tpsubmenustyle, .tpsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 10px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #f7f971;  /*  was white */
border: 1px solid #003366; 
visibility: hidden;
z-index: 10;
}


.tpsubmenuheaderstyle  {
display: block;
/*width: 250px;*/
color: #003366;
background-color: #e0e0e0;
text-decoration: none;
padding: 5px 5px;
border: 1px solid #003366;
}



.tpsubmenustyle li a {
display: block;
/*width: 250px;*/
color: #003366;
font: bold 12px Verdana;
background-color: #f7f971;
text-decoration: none;
padding-top: 5px;
padding-bottom: 3px;
padding-left: 5px;
padding-right: 15px;
/*border: 1px solid #003366;*/
border-bottom: 1px solid #003366;
}

.tpsubmenustyle li a:hover{
font: bold 12px Verdana;
color: #ffffff;
background-color: #557793;
}
 
.tpsubmenustyle li a:visited{
font: bold 12px Verdana;
} 

* html .tpsubmenustyle li a{  /*IE6 CSS hack*/
display: inline-block;
}




/* ######### 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-bottom: 3px;
padding-left: 4px;
padding-right: 4px;
border: 0;
}

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