body {
    background-color: #FFEEC4;
	font-family: Verdana;
    font-size: 12px;
	color:#333333;

}


a:link, a:visited,  {
	color: #333399;
	text-decoration: none;
}
a:hover{  color: #333333;
	text-decoration: none;
}
a:active {  color: #333399;
	text-decoration: none;
} 
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

dl#menu {
width: 13em;
}
dl#menu dt {

cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: left;
padding-top:3px;
font-weight: normal;
border: 0px solid gray;
background: #FFDD8E;
}
dl#menu dd {
border: 0px solid gray;
}
dl#menu li {
font-size: 12px;
text-align: left;
background:#FFDD8E;
}
dl#menu li a, dl#menu dt a {
color: #666666;
text-decoration: none;
padding-top:3px;
display: block;
border: 0 none;
height: 25;
}

dl#menu li a:hover, dl#menu dt a:hover {

background: #ffffff;
color: #666666;
text-decoration: none;
padding-top:3px;
display: block;
border: 0 none;
height: 25;
}

dl#menu li a:active, dl#menu dt a:active {
background: #ffffff;
color: #666666;
text-decoration: none;
padding-top:3px;
display: block;
border: 0 none;
height: 25;
}

