.menu {
	background-image: url('/img/brown.gif');
	background-position: top right;
	background-repeat: repeat-y;
}

.menuitem, .menuitem_active {
	padding: 0px 5px 5px 0px;
}

.menuitem a, .menuitem_active a {
	font: 10px Verdana, sans-serif;
	color: #B07660; 
	text-decoration: none; 
}

.menuitem_active a {
	font-weight: bold; 
}

.menuitem a:hover, .menuitem_active a:hover {
	text-decoration: underline; 
}



.text, body, table {
	color: #000000;
	font: 12px Verdana, sans-serif; 
}

.text a, body a, table a {
	color: #555555;
	text-decoration: none;
}

.text a:hover, body a, table a {
	text-decoration: underline;
}

.text_title {
	font-weight: bold;
}

.text_subline {
	background: #B07660;
	padding: 10px;
	color: #ffffff;
	font: 11px Verdana, sans-serif; 
}

.text_subline a {
	color: #ffffff;
	text-decoration: none;
}

.text_subline a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.page1_footer, .footer {
	font: 10px Verdana, sans-serif; 
	color: #988A83;
}

.page1_footer td {
	padding: 11px 12px 7px 12px;
}

.footer td {
	padding: 16px 12px 16px 27px;
}

.page1_footer a, .footer a {
	color: #988A83;
	text-decoration: none;
}

.page1_footer a:hover, .footer a:hover {
	text-decoration: underline;
}

div.main_menu_item, div.main_menu_item_hover {
	position: relative;
}

div.main_menu_item div {
	visibility: hidden;
}

div.main_menu_item:hover, div.main_menu_item_hover {
	border: 0px solid;
}

div.main_menu_item:hover div, div.main_menu_item_hover div {
	visibility: visible;
}

div.main_menu_item div a, div.main_menu_item_hover div a {
	font: 10px Verdana, sans-serif;
	font-weight: bold; color: #ffffff; 
	text-decoration: none; 
	display: block; 
	width: 100%;
	padding: 5px;
}

div.main_menu_item_hover .sm1:hover {
	background: #F68933;
}

div.main_menu_item .sm1:hover {
	background: #F68933;
	width: 140px;
}

div.main_menu_item_hover .sm2:hover {
	background: #4A749E;
}

div.main_menu_item .sm2:hover {
	background: #4A749E;
	width: 140px;
}

div.main_menu_item_hover .sm3:hover {
	background: #9A6753;
}

div.main_menu_item .sm3:hover {
	background: #9A6753;
	width: 140px;
}

div.main_menu_item_hover .sm4:hover {
	background: #598588;
}

div.main_menu_item .sm4:hover {
	background: #598588;
	width: 140px;
}

div.main_menu_item_hover .sm5:hover {
	background: #786677;
}

div.main_menu_item .sm5:hover {
	background: #786677;
	width: 140px;
}

div.main_menu_item_hover .sm6:hover {
	background: #957E42;
}

div.main_menu_item .sm6:hover {
	background: #957E42;
	width: 140px;
}
