.headerlink {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: none}
.text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: none; line-height: 15px}
.textfield {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; background-color: #FFFFFF; border-style: inset}
.headertext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; text-decoration: none}
.wtext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF}
.linktext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #0000CC; text-decoration: underline; font-weight: normal}
.subpagehead {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #6699CC}
.bg {  background-attachment: fixed; background-image: url(images/headerbg.jpg); background-repeat: no-repeat; background-position: left top}
.more {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: underline; font-weight: bold}
.border {  border: 1px #6666CC solid}




/* Dropdown info - top title\*/
a.info{
    position:relative; /*this is the key*/
    z-index: 5;
    font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt; 
	color : black; 
	text-decoration : none}

a.info:hover{
	z-index:5; 
	background-color:white}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:30em;
    border:1px solid black;
    background-color:#6666CC; color:black;
    text-align: center}





/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */