/* CSS Document */

<style type="text/css" media="screen">
 
body {

font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
}
#menu {
width: 203px;
}
#menu dt {
	height: auto; /* <<-------------------------------------------------------- EDITED */
	text-align: left;
	font-weight: 900;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #11569f;
	padding-left: 14px; /* <<-------------------------------------------------------- EDITED */
	padding-right: 10px;  /* <<-------------------------------------------------------- NEW */
	padding-top: 10px; /* <<-------------------------------------------------------- NEW */
	padding-bottom: 10px;  /* <<-------------------------------------------------------- NEW */
	background-image: url(../images/btnbg.jpg);
	font-style: normal;
	line-height: 18px; /* <<-------------------------------------------------------- EDITED */
	cursor: pointer;
}

#menu dd {
border: 1px solid #CCCCCC;
}

#menu li {
	text-align: left;
	background: #f5f5f5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-indent: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#menu li a, #menu dt a {
color: #11569f;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #e9eaea;
}

</style>
