/* CSS Document */

<style type="text/css" media="screen">
 
body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	top: 181px;
	color: #CCCCCC;
	clip: rect(auto,150,auto,auto);
}
#menu {
	width: 150px;
	font-size: 85%;
	font-variant: small-caps;
}
#menu dt {
	cursor: pointer;
	;
	height: 20px;
	text-align: center;
	font-weight: bold;
	background-color: #990000;
	border: 1px ridge #CC0000;
	color: #FFFFFF;
}
#menu dd {

}
#menu li {
	text-align: center;
	background-color: #999999;
	font-size: 11px;
}
#menu li a, #menu dt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	line-height: 18px;
}
#menu li a:hover, #menu dt a:hover {
	background-color: #666666;
	color: #FFFFCC;
}

</style>
#menu a {
	font-size: 95%;
	text-transform: uppercase;
}
#menu ul {
	font-size: 95%;
}
