/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
 
font-family:"Trebuchet MS", Verdana, sans-serif;
font-size:9pt;
font-weight:normal;
margin: 0; /*1em 0em 0em -1em; */
padding: 1px 2px 1px 1px;
color:#336699;  
width: 205px;
text-indent: 5px;
position: absolute;
line-height:18px;
left: 0;
top: 0;
list-style-type: none;
background:white;
border: #cccccc 2px solid;
/*border-bottom-width: 2;  */
visibility: hidden;
/*z-index: 100;*/
}

.ddsubmenustyle li a{
display: block;
width: 205px;
color:#336699;
/*background-color: lightyellow;  */
text-decoration: none;
padding: 5px -1px 5px 2px; 
/*border-bottom: 1px solid grey;  */
border:3px #cccccc;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;

}

.ddsubmenustyle li a:hover{
background-color: #336699; /* #F1BC58 gold*/
color: #ffffff;

}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 2px;
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: 1;
display: block;
}
/* ###old drop down code 


#dropmenudiv a{
width: 200px;
display: block;
text-indent: 5px;
color:#336699;
border-bottom: 1px solid grey;
padding: 2px 2px 2px 2px;
text-decoration: none;
font-weight: normal;
border:1px grey;
}

 
a.dropdown:active
 	{TEXT-DECORATION: none;
	 font-weight:bold; 
	 color:none;
}
a.dropdown:visited 	{TEXT-DECORATION: none;	color:#000099; } 

a.dropdown:link { color:#ffffff; } 

a.dropdown:hover {color:#F1BC58; } /*#A3032C*/
/* END Layout for Dropdown menu*/ 







