.dd {
	
	color: #76DEFC;
    font-size: 12px;	
	float:left; 
	padding-right:0px; 
	position:relative
	}
.dd dt a:link, .dd dt a:active, .dd dt a:visited {
	width:164px;
	overflow:visible; 
	border:2px solid black; 
	padding: 5px;
	padding-top: 2px;
	font-weight:; 
	cursor:pointer; 
	background-color: #222222;
	}
.dd dt a:hover {
	background-color: #4D4D4D;
	}
.dd dd {
	position:absolute; 
	overflow:hidden; 
	display:none
	}
.dd ul {
	width:174px; 
	border:2px solid black; 
	list-style:none
	}
.dd li {
	display:inline; 
	position:relative
	}
.dd b {
	color:  white;
	}
.dd a, .dd a:active, .dd a:visited {
	display:block; 
	padding:5px; 
	color:#76DEFC; 
	text-decoration:none; 
background-color: #4D4D4D;
	width:164px
	}
.dd a:hover, .subdd dt:hover {
	background-color: #222222;
	color:white;}
.dd .underline {
	border-bottom:1px solid  black;
	}
.subdd {
	position:relative
	}
.subdd dt {
	display:block; 
	border:none; 
	padding:5px; 
	color:#76DEFC;
	text-decoration:none; 
		background-color:#4D4D4D;
	width:164px; 
	font-weight:normal
	}
.subdd dd {
	width:78px
	}
.subdd ul {
	width:74px; 
	border:1px solid  black;
	}
.subdd a, .subdd a:active, .subdd a:visited {
	width:64px
	}