#leftmenubar 
{
	width: 4cm;
	position: fixed;
	left: 2mm;
	top: 65mm;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	list-style-type: none;
}
#leftmenubar ul
{
	margin-left: 0;
	padding-left: 0;
	width: 4cm;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E4D7B8;
	color: #FFFFFF;
	left: 2mm;
	top: 55mm;
}
#leftmenubar li
{
	margin: 0mm;
	padding: 0mm;
	font-size: 100%;
	width: 4cm;
	position: static;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 0.5mm solid #E4D7B8;
	color: #FFFFFF;
}
ul.leftmenubar ul
{
	padding: 0;
	z-index: 1020;
	width: auto;
	left: 5mm;
	top: 55mm;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -5%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 95%;
	color: #FFFFFF;
}
ul.leftmenubar ul li
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E4D7B8;
	width: 4.5cm;
	font-size: 12px;
	color: #FFFFFF;
}
#leftmenubar a
{
	display: block;
	padding: 3px;
	width: 4cm;
	background-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	left: 2mm;
	top: 55mm;
}
ul.leftmenubar iframe
{
	position: absolute;
	z-index: 1010;
}
li.leftmenubar li:link
{
	color: #FFFFFF;
	text-decoration: none;
}
#leftmenubar a:hover
{
	background-color: #336699;
	color: #fff;
}
