/* 
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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative; /* Menu position that can be changed at will */
	top: 0;
	left: 0;
	font-size: 1em;
	clear: left;
	float: left;
}
#menu {
width: 200px;
}
#menu dt {
	cursor: pointer;
	margin: 2px 0;
	;
	height: 20px;
	line-height: 20px;
	text-align: right;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #00398e;
	border-right-color: #00398e;
	border-bottom-color: #FFFFFF;
	border-left-color: #00398e;
}
#menu ul {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#menu dd {
	border: 1px solid gray;
	background-color: #ccc;
}
#menu li {
	text-align: right;
	background-color: #C6C6C6;
}
#menu dt a {
color: #F9F9F9;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a {
	color: #000;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	font-size: .75em;
	padding-right: .5em;
}
#menu dt a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #002D77;
}
#menu li a:hover {
background: #eee;
}

