.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
a:link {
	color: #847448;
}
a:visited {
	color: #847448;
}
a:hover {
	color: #000000;
}
.subMenu {
	position: absolute;
	z-index: 200;
	margin-left: 152px;
	display:none;
	margin-top: 0px;
	top: 0px;
}
.subMenu a {
	display: block;
}

#menu_div {
	width:173px;
}
.menu_items {
	margin:0;
	padding:0;
}
.menu_items li {
	list-style:none;
	height:23px;
	width:173px;
}
.menu_items li a {
	display:block;
	text-decoration:none;
	line-height:23px;
	height:23px;
}
.menu_items img {
	border:0;
}
.menu_items li a:hover, .menu_items li a.selected {
	background:url(images/menu/over.jpg) left top repeat-y;
	display:block;
	text-decoration:none;
	line-height:23px;
	height:23px;
}

