/* main menu classes */

.LeftMenu
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center !important;
	height: 28px;
	line-height: 28px;
	width: 217px;
	white-space: nowrap;
}
.LeftMenu a
{
	display: block;
	width: 217px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 0px;
	text-align:center;
	text-transform:uppercase;
}
.LeftMenu a:hover
{
    background-image: url(../images/but.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	width: 217px;
	display: block;
}


/* submenu classes */

.LeftSubmenu {
margin-top:-28px;
position: absolute;
display: block;
width: 156px;
left: 208px;
padding: 1px;
background-color: #fcdd87;
line-height:18px;
z-index:9999999 !important;
}
.LeftSubmenu a {
display: block;
white-space:nowrap;
width: 150px;
width*: 156px;
padding: 3px;
border-bottom: 1px solid #fcdd87;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #527741;
background-color: #e8c360;
}
.LeftSubmenu a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
background-color: #ddad46;
}

.LeftSubmenu a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
background-color: #ddad46;
}