@charset "UTF-8";
/* CSS Document */

.sub_nav {
	width: 194px;
	margin-bottom:15px;
}

.sub_nav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font:11px normal Arial, Helvetica, sans-serif;
}

.sub_nav a {
	display: block;
	padding: 5px;
	width: 194px;
	background-color:transparent;
	border-bottom: 1px solid #f7f7f7;
}

.sub_nav a:link, .sub_navlist a:visited {
	color: #999999;
	text-decoration: none;
}

.sub_nav a.highlight:link, .sub_navlist a.highlight:visited {
	color: #ad9445;
	text-decoration: none;
}

.sub_nav a:hover, .sub_nav a.highlight:hover {
	background-color: #999999;
	color: #fff
}

.sub_nav a.alt_highlight:link, .sub_navlist a.alt_highlight:visited {
	background-color: rgb(171,44,99);
	color:white;
	text-decoration: none;
}

.sub_nav a.alt_highlight:hover, .sub_nav a.alt_highlight:hover {
	background-color: #999999;
	color: #fff
}

.nav_buttons{
}

.nav_button{
	display:block;
	margin-bottom:4px;
}
