
/* main menu classes */

.LeftMenu
{
	background-image: url(../images/but.gif);
	background-repeat: no-repeat;
	background-position:  bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #34507f;
	text-decoration: none;
	text-align: left;
	text-transform:uppercase;
	width: 183px;
	height: 29px;
	text-indent:4px;
	line-height:28px;
}
.LeftMenu a
{
	display: block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#34507f;
	text-decoration: none;
	text-align: left;
	background-image: url(../images/but.gif);
	background-repeat: no-repeat;
	background-position:  bottom;
    text-transform:uppercase;
	width: 183px;
	height: 29px;
	text-indent:4px;
	line-height:28px;
}
.LeftMenu a:hover
{
    display: block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
    text-transform:uppercase;
	background-image: url(../images/but.gif);
	background-repeat: no-repeat;
	background-position: top;
    width: 183px;
	height: 29px;
	text-indent:10px;
	line-height:28px;
}
.LeftMenu a:visited
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #34507f;
	text-decoration: none;
}
.LeftMenu a:active
{
	background-position: 0px -30px;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #34507f;
	text-decoration: none;
}





.LeftMenu2
{
	background-image: url(../images/but2.gif);
	background-repeat: no-repeat;
	background-position:  bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #34507f;
	text-decoration: none;
	text-align: left;
	text-transform:uppercase;
	width: 183px;
	height: 40px;
	line-height:16px;
	vertical-align:middle;
}
.LeftMenu2 a
{
	display: block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#34507f;
	text-decoration: none;
	text-align: left;
	background-image: url(../images/but2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
    text-transform:uppercase;
	width: 183px;
	height: 40px;
	line-height:16px;
	text-indent:4px;
}
.LeftMenu2 a:hover
{
    display: block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
    text-transform:uppercase;
	background-image: url(../images/but2.gif);
	background-repeat: no-repeat;
	background-position: top;
    width: 183px;
	height: 40px;
	line-height:16px;
	text-indent:10px;
}


/* submenu classes */

.LeftSubmenu {
margin-top:-25px;
position: absolute;
display: block;
width: 186px;
left: 182px;
float: left;
clear: right;
padding: 1px;
background-color: #FFFFFF;
}
.LeftSubmenu a {
display: block;
clear: both;
height:20px;
line-height:20px;
width: 180px;
width*: 186px;
padding: 3px;
border-bottom: 1px solid #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #34507f;
background-color: #ebd7b3;
}
.LeftSubmenu a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #ffffff;
background-color: #c4b088;
}
.LeftSubmenu a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #34507f;
background-color: #ebd7b3;
}
.LeftSubmenu a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #34507f;
background-color: #c4b088;
}
