@charset "UTF-8";
/* CSS Document */


body {
margin: 0;
padding: 0;

}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;

}
#menu {
position: relative; 
top: 0;
left: 0;
font: 12px arial, verdana, sans-serif;
}
#menu {
width: 200px;
}
#menu dt {
cursor: pointer;
padding: 5px 5px;
margin-left: 5px;
margin: 2px 0;
height: 15px;
line-height: 15px;
text-align: left;
font-weight: bold;
border-bottom: 1px solid #fff;
background: #8DD8F8;


}
#menu dd {
margin-left: 15px;

}
#menu li {
text-align: left;
background: #fff;
cursor: pointer;
padding: 5px 5px;
margin-left: 5px;
margin: 2px 0;
height: 15px;
line-height: 15px;
text-align: left;
font-weight: bold;
border-bottom: 1px solid #fff;
background: #8DD8F8;

}

#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
text-decoration: underline;
	color: #ed1024;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
-->
