.menu {
	position: relative;
	float: left;
	margin: 5px;
	width: 200px;
}

.menu ul {
	position: relative;
	margin-left: 15px;
}

.menu li {
	background-color: #EBFDF1;
	margin: 3px;
	padding: 2px;
	padding-left: 7px;
	border-bottom: 1px solid silver;
	list-style-type: none;
	color: #B62D2D;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}

.menu a {
	text-decoration: none;
	color: #006400;
	font-weight: bold;
	font-size: 1em;
}

.menu a:hover {
	color: silver;
}

.menu .visit {
	color: #B62D2D;
	font-weight: bold;
}

/*

div#menu {
	left: 160px;
	position: absolute;
	top: 80px;
}
div#menu div {
	background-image: url(/images/main/btnbg.png);
	background-repeat: repeat-x;
	float: left;
	height: 22px;
	margin-left: 5px;
	padding-top: 3px;
	top: 10px;
	z-index: 0;
}

div#menu div a {
	background-color: inherit;
	color: #2E8B57;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}

div#menu div a:hover {
	background-color: inherit;
	color: #7AD19E;
}

div#menu div img {
	margin-top: -3px;
}

div#menu div span {
	background-color: inherit;
	color: #B62D2D;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}
div.menu {
}

ul.menu li {
	background-image: url(/images/main/btnbg.png);
	background-repeat: repeat-x;
	float: left;
	height: 22px;
	margin-right: 5px;

	padding-top: 3px;
	top: 0;
	z-index: 0;

	list-style-type: none;
}

ul.menu li a {
	color: #2E8B57;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}

ul.menu li a:hover {
	background-color: inherit; 
	color: #7AD19E;
}

ul.menu li img {
	margin-top: -3px;
}

ul.menu li span {
	background-color: inherit;
	color: #B62D2D;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}
*/
