#menu-wrapper a {
	text-decoration: none;
	color:#eee;
}
#menu-wrapper a:hover {
	text-decoration: underline;
	color: white;
}
#menu-wrapper {
    width:130px;
    position:absolute;
    left:0
}
#menu-wrapper p {
	background:#003300;
	line-height:2.85em;
	color:#fdfdfd;
	padding-left:12px;
	font-weight:bold;
}

#menu {
	background:#cccc99;
}

#menu li {
	border-bottom:2px dotted #29521f;
	margin:0 5px;
	line-height:2.85em;
}

#menu img {
	float:left;
	margin:4px 5px 0 4px;
}

#menu a, #menu a:visited {
	display:block;
	color:#3f5322;
	font-weight:bold;
	text-decoration:none;
}

#menu a:hover {
	color:#4a8e00;
	text-decoration:underline;
}

#submenu-wrapper {
	line-height:2.85em;
	background:#005b11;
	padding-left:15px;
	margin-left:130px
}

#submenu-wrapper a, #submenu-wrapper a:visited {
	color:white;
	text-decoration:none
}

#submenu-wrapper a:hover {
	text-decoration:underline;
}

#submenu-wrapper p a {
	font-weight:bold
}
#submenu a, #submenu a:visited {
	border: 0;
	padding:4px 7px;
	display:block;
	border:1px solid #63b100;
	border-bottom:none;
	background:#003300;
	color: white;
}
#submenu form button {
	border: 0;
	padding:2px 2px;
	border:1px solid #63b100;
	background:#003300;
	color: white;
	margin-right: 1em;
} 
#submenu a:hover, #submenu form button.highlighted {
	color:#003300;
	background:#63b100;
	text-decoration:none;
}
#submenu {
	list-style:none;
	line-height:1.35em;
}
#submenu li {
	margin-top:8px;
	font-size:.9em;
	margin-right:6px;
	float:left;
}
#submenu-wrapper img {
	float:left;
	margin:4px 4px 0 0
}
#submenu-wrapper p {
	float:left;
	margin-right:30px
}
#submenu form {
	padding:0;margin:0;
}
#submenu form label {
	padding:0;margin:0;
	color:	#fff;
}
#submenu-wrapper .logged-user {
	display: block;
	float: right;
	color: white;
}
