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

#navigation li {
	padding-right: 5px;
	display: block;
	list-style-type: none;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #32183B;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
}
#navigation  ul {
	margin-top: 15px;
}
.borderright {
	border-left-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #32183B;
}
#left_nav p {
	display: block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #32183B;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #321839;
}
#left_nav {
	background-color: #DEDEDE;
	width: 172px;
	margin-left: 0px;
	padding-bottom: 10px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#left_nav a {
	color: #321439;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#left_nav a:hover {
	color: #9386ad;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#navigation  a {
	color: #32153A;
	text-decoration: none;
}
#navigation a:hover {
	color: #9386ad;
}
