
.drop-down {
 border-collapse: collapse;
 margin:0px;
}

.drop-down td a.link,
.drop-down td a.link:visited,
.drop-down td b,
.drop-down td a.last,
.drop-down td a.link_active {
 display:block; 
 text-decoration: none; 
 height:24px; 
 padding: 14 7 5 6;
 font-family: verdana,sans-serif; 
 font-size: 9px; 
 color: #939393; 
 text-transform: uppercase; 
 font-weight: bold; 
}

.drop-down td a.link,
.drop-down td a.link:visited,
.drop-down td b {
 background: url(../images/dd-link-separator.gif) right 16px no-repeat;
}

.drop-down td a.last:hover,
.drop-down td a.link_active { 
 color: white;
 background: #ff0000;
}

.drop-down td a.last {
	background: none;
}

.drop-down td b {
	color: #2277ae;
}

.subnav {
	position: absolute;
	visibility: hidden;
	background: #dedede;
	border-bottom: 5px solid #a8a9aa;
	border-top: 1px solid white;
	padding: 3 0 9 0;
}

.subnav a,
.subnav a:visited {
 display: block;
 text-decoration: none;
 padding: 4 7 4 7;
 font-family: arial,sans-serif;
 font-size: 9px;
 color: #2779b5;
 text-transform: uppercase;
 font-weight: bold;
 background: none;
 white-space: nowrap;
 border-bottom:1px solid white;
 border-left: #dedede solid 6px;
 border-right: #dedede solid 6px;
}

.subnav a:hover {
 background: #5090be;
 color: white;
 text-decoration: none;
 font-size: 9px;
 border-bottom: 1px solid #5090be;
 border-left: #5090be solid 6px;
 border-right: #5090be solid 6px;
}


