.dropdown dd, .dropdown dt, .dropdown ul {
	margin:0px; 
	padding:0px; 
	text-align:left;
	font-family: Georgia, Serif;
	text-transform: uppercase;
	font-size:10px;
	letterspacing:.2em;
	}
.dropdown dl {border:1px solid #bcbcbc; border-top:0px;}	
.dropdown dd { position:relative; top:0px;}
.dropdown a, .dropdown a:visited {
	color:#000; 
	text-decoration:none; 
	outline:none;
}
.dropdown a:hover {color:#000;}
.dropdown dt a:hover {
	}
.dropdown dt {
        width:120px; 
        text-align:center;
        -moz-border-radius-bottomleft:5px;
        -webkit-border-bottom-left-radius:5px;
        -moz-border-radius-bottomright:5px;
        -webkit-border-bottom-right-radius:5px;
        }
.dropdown dt a { 
	display:block; 
	width:105px;
	height:30px;
	padding-left:5px; padding-top:7px;
	font-family: Georgia, Serif;
	}
.dropdown dt a span {cursor:pointer; display:block;}
.dropdown dd ul { 
	display:none; 
	left:0px; 
	padding:0px; 
	position:absolute; 
	top:0px; 
	width:auto; 
	min-width:120px; 
	list-style:none;
	background:#fff;
	border:1px solid #bcbcbc; border-top:0px;
	}
.dropdown dd ul li {margin-bottom:4px; height:35px; border:1px solid #fff; background:#fff; width:118px;}
.dropdown dd ul li:hover {color:#000; border:1px solid #000;}
.dropdown dd ul li a {
	height:35px; 
	display:block; 
	padding-left:15px;
	padding-top:15px;
	text-transform:uppercase;
	font-size:9px;
	letterspacing:.2em;
	color:#000000;
	font-family: Century Gothic, sans-serif;
	}


.topDTVOL {
	font-family: Georgia, Serif;
	font-style:italic;
	font-size:14px;
	text-transform:none;
	font-weight:normal;
	}

.topDT {
	font-family: Century Gothic, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	font-size:14px;
	}
