#menu-caption {
	position:fixed;
	top:5px;
	left:20px;
	height:15px;
	z-index:1;
	font-size:12px;
	background:url(../images/bg_opacity-90.png) repeat;
	border:1px solid #333333;
	border-bottom:none;
	width:253px;
	color:#666666;
	}
#menu-toTop {
	position:fixed;
	top:5px;
	left:277px;
	font-size:12px;
	z-index:1;
	}
#menu-toBottom {
	position:fixed;
	top:23px;
	left:277px;
	font-size:12px;
	z-index:1;
	}
#menu-toBottom a, #menu-toTop a {
	vertical-align:middle;
	padding:0px;
	display:block;
	text-align:center;
	width:20px;
	text-decoration:none;
	color:#333333;
	border:1px solid #333333;	
	background:url(../images/bg_opacity-90.png) repeat;
	}
#menu-toBottom a:hover, #menu-toTop a:hover {
	background:#333333;
	color:#CCCCCC;
	border:1px solid #CCCCCC;
	}
	
#menu-container {
	position:fixed;
	top:21px;
	left:20px;
	z-index:1;
	font-size:12px;
}
#drop_down_menu {
	display:block;
	position:absolute;
	clear:both;
	margin:0px;
	padding:0px;
	text-align:left;
	list-style-type:none;
	width:255px;
	float:none;
	left:0px;
	top:0px;
}
#drop_down_menu a {
	display:block;
	padding-bottom:2px;
	padding-top:2px;
	background:url(../images/bg_opacity-90.png) repeat; 
	text-decoration:none;
	}
#drop_down_menu a:hover {
	background:#333333;
	color:#CCCCCC;
	}
a.pageLink {
	color:#000000;
	text-align:center;
	}
#drop_down_menu li {
	float:left;
	cursor:pointer;
	width:85px;
	}
#drop_down_menu li ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#drop_down_menu li ul li {
	display:block;
	float:none;
	clear:both;
}
#drop_down_menu li ul li a {
	padding-left:8px;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
}