/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Carbon
  -----------------------------------
*/

.nav_vertical {
	margin: 2px;
	float: left;
	display: block;
	right: 8px;
	font-size: 12px;
}
.nav_vertical  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #98020B;
	text-decoration: none;
	height: 23px;
	display: block;
	width: 195px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: bold;
	float: left;
	background-repeat: repeat-x;
	background-color: #ffe2e4;
	border-bottom-color: #98020B;
}
.nav_vertical  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	height: 23px;
	display: block;
	width: 100%;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-top: 0.2px;
	float: left;
}

