@charset "utf-8";
/* CSS Document */
.active {
	background-color: #D4D0C8;
}
.active_lnk {
	color: #98002E;
	font-weight: bold;
}
.menucurr, .menuactive {
	background-color: #A08678;
	color: #FFFFFF;
	font-weight: normal;
}
#nav {
	width: 199px;
	height: 570px;
	margin-top: 10px;
	position: relative;
	z-index: 2;
}
#nav a:hover {
	font-weight: bold;
}
#nav #ind_menu, #nav #grp_menu {
	background-color: #CABAB1;
	z-index: 3;
	display: block;
	width: 199px;
	text-indent: 15px;
}
#nav #ind_menu ul li a, #nav #grp_menu ul li a {
	color: #98002E;
	height: 25px;	
}
#nav #ind_menu ul li, #nav #grp_menu ul li {
	background-image: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 25px;	
}
#nav ul li {
	display: block;
	list-style-image: none;
	margin-top: 0;
	margin-bottom: 0;
	width: 199px;
	height: 35px;
	color: #CABAB1;
	font-weight: lighter;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	position: relative;
	background-image: url(/images/btn_brdr1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	_background-image: none;
	_height: 25px;
	_border-bottom-width: 2px;
	_border-bottom-style: solid;
	_border-bottom-color: #000000;
	padding: 0;
}
#nav ul li a {
	color: #CABAB1;
	text-decoration: none;
	font-size: 20px;
	font-weight: lighter;
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
	width: 194px;
	padding-left: 5px;
}
.subactive {
	background-color: #E7E0DA;
	font-weight: bold;
}
