/* main menu classes */

.LeftMenu
{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	height: 24px;
	line-height: 24px;
	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: #527741;
	text-decoration: none;
	width: 217px;
}
.LeftMenu a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.LeftMenu a:active
{
	background-position: 0px -30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.LeftMenuHover
{
	position: absolute; 
	background-image: url(../images/but.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #527741;
	text-decoration: none;
	text-align: left;
	height: 30px;
	line-height: 30px;
	width: 156px;
	white-space: nowrap; 
}

/* submenu classes */

.LeftSubmenu {
margin-top:-28px;
position: absolute;
display: block;
width: 156px;
left: 208px;
float: left;
clear: right;
padding: 1px;
background-color: #fcdd87;
text-indent:10px;
line-height:18px;
}
.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;
}