ul.menu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #339900;
	border-right-color: #339900;
	border-bottom-color: #339900;
	border-left-color: #339900;
}
ul.menu a:hover {
	color: #66CC00;
}

ul.menu,
ul.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 148px;
	font-size: 1.2em;
	background-color: #242424;
	border: 1px solid #CCCCCC;
}
ul.menu ul {
	position: absolute;
	top: 0;
	left: 148px;
	visibility: hidden;
	font-size: 0.9em;
}
ul.menu li {
	position: relative;
	padding: 2px;
	text-align: center;
}
ul.menu li:hover {
	background-color: #666666;
}
ul.menu li:hover > ul {
    visibility: visible;
}
li.menu > a {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 125px;
}
