/* CSS Document */
<style type="text/css">

body {
	font-family: Arial;
	background-color: #000000;
	font-size: 14px;
	text-align: left;
}
	
a:link, a:visited, a:active {
	color: #30aa31;
	text-decoration: none;
}
a:hover {
	color: #e2091b;;
	text-decoration: none;
}
.menu {
	vertical-align: top;
	text-align: left;
}

li { background-image:url(arrow.gif); background-repeat: no-repeat; background-position: 100% .-2em; margin:0em 0; padding: 2px 8px 5px;
}

 ul {list-style-type:none; font-family:Arial; font-weight:800; font-size:13px; background-color: #bcdb8d; margin-left: 0; padding-left: 2; 
 }
 
 li li {list-style-type:none; background-image: none; font-family:Arial; font-weight:800; font-size:12px; background-color: #bcdb8d; margin: 2;
} 
 
.menu ul {
	border-bottom: 0px;
}

.menu ul:link, .menu ul:visited, .menu ul:active {
	color: #30aa31;
	width: 140px;
	text-decoration: none;
	text-align: left;
	background-image:url(arrow.gif); background-repeat: no-repeat; background-position: 100%
}
.menu ul:hover {
	color: #e2091b;
	text-decoration: none;
}


</style>