.headermenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 16px;
	width: 100%;
	left: 0px;
	top: 100px;
/*change background-color by theme*/
	background-color: #666699;
	vertical-align: baseline;
	line-height: 14px;
	font-weight: bold;
}
.leftmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #33CC99;
/*change background-color by theme*/
	background-color: #666699;
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 100%; 
	width: 150px;
	left: 0px;
	top: 116px;
}
/*Leftmenu Link Colors*/
a.left:link {
	color: #33CC99;
	text-decoration: none;
}
a.left:hover {
	color: #66FFCC;
	text-decoration: underline;
}
a.left:active {
	color: #33CC99;
	text-decoration: none;
}
a.left:visited{
	color: #009966;
	text-decoration: none;
}