img{ border: 0pt; }

/*change working image menu*/
.leftmenu{
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #b68c89;
	border: 1px solid #A5706B;
	width: 160px;
	padding-left: 1px;
}
.leftmenu br {
	margin:0;
	padding:0;
	display:none;
}
.leftmenu a{
	color: #A5706B;
	text-decoration: none;
	display:block;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 1px;
	margin-bottom: 1px;
	background-image: url(/images/menu_base.gif);
	background-repeat: repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.leftmenu a:hover{
	display:block;
	color: #FFF;
	text-decoration: none;
	margin-top: 1px;
	margin-bottom: 1px;
	background-image: url(/images/menu_hover.gif);
	background-repeat: repeat;
}
.leftmenu a:visited{
	text-decoration: none;
}
/*end site menu left*/


/*top and bottom menus*/

#main_menu{
	background: url(/images/topmenu.gif) no-repeat;
	padding-top: 8px;
	padding-bottom: 4px;
	height: 45px;
	text-align: right;
}
.main_menu_link{
	margin-left: 15px;
	margin-right: 15px;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
}

.main_menu_link a{
	font-size: 14px;
	color:#FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.main_menu_link a:hover{
	color:#FCECEB;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.main_menu_link a:visited{
	color:#FFF;
}
#bottommenu {
	height: 24px;
	color: #A36D69;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 4px;
}

.bottommenu {
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	margin-top: 6px;
	padding-bottom: 5px;
	background-color: #B68C89;
	margin-bottom: 5px;
}
.bottommenu a{
	color: #F9EFEE;
	text-decoration: none;
	font-weight: bold;
	padding-right: 20px;
	text-align: center;
}
.bottommenu a:hover{
	font-weight: bold;
	color: #F9EFEE;
	text-decoration: none;
}
