#menu0 {
	width: 200px;
	margin: 10px;
	padding: 0;
}

#menu0 dt {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	cursor: pointer;
	margin: 0px 0 0 0;
	padding: 0px;
}

#menu0 dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	Background-color: #FFFFCC;
	color: #000;
	margin: 0px 0 0 0;
	padding: 3px 19px;
	text-align: left;
}

#menu0 dd.active {
	COLOR: #ff0000;
	text-decoration: none;
}

#menu0 dd.visited {
    COLOR: #808080;
	text-decoration: none;
}

#menu0 dd.a {
    COLOR: #808080;
	text-decoration: none;
}
A.sub_menu {COLOR: #808080; text-decoration: none;}
A.sub_menu1 {COLOR: #000000 text-decoration: none; font-weight: bold;}   
A:active {COLOR: #ff0000; text-decoration: none;}   
A:visited {COLOR: #808080; text-decoration: none;}   
A:hover {COLOR: #ff0000; text-decoration: none; font-weight: bold;}   
