.dropdown {
	text-align: center;
}

.dropdown dt {
	width: 123px; 
	font-weight: bold; 
	cursor: pointer; 
	background: url(/images/menu_rollup_menu.png);
}

.dropdown dt:hover {
	background: url(/images/menu_rollup_menu_hover.png);
}

.dropdown dd {
	position: absolute; 
	overflow: hidden; 
	width: 123px; 
	display: none; 
	z-index: 400; 
	opacity: 0;
}

.dropdown ul {
	width: 123px; 
	list-style: none; 
}

.dropdown li {
	display: inline;
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display: block; 
	color: #333; 
	text-decoration: none; 
	background: url(/images/content_bar_bg.jpg);
	width: 123px
}

.dropdown a:hover {

}

.dropdown .underline {

}

/* styles for the rollovers */
