div#accordion h3 { margin: 0; padding: 0; border-bottom: 1px #401505 solid; }

div#accordion h3 a { color: #401505; }

div#accordion h3:hover { background-color: #fff !important; }

div#accordion h3:hover a { color: #000; }

div.subitemactive { color: #000 !important; padding: 5px; border-bottom: 1px #2f2f2f dotted; }

div.subitemactive a { color: #000 !important; }

div.subitemactive a:hover { color: #401505 !important; }

div#accordion {
	text-align : left;
}

div#accordion h3 {
	text-transform: uppercase;
	font-family : "Segoe UI", "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size : 14px;
	line-height: 24px;
}

div#accordion h3 a {
	text-transform: uppercase;
	font-family : "Segoe UI", "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size : 14px;
	line-height: 24px;
}

div#accordion h3:hover, div#accordion h3 a:hover {
	width: 100%;
	text-transform: uppercase;
	font-family : "Segoe UI", "Trebuchet MS", Tahoma, Verdana, Arial;
	background-color: #fff !important; 
}

div.subitem {
	border-bottom : 1px solid #AAAAAA;
	background-color : #DDDDDD;
}

div.subitemactive {
	font-weight : bold;
	border-bottom : 1px #2f2f2f dotted;
	background-color : transparent;
}

div.subitemactive a {
	font-weight : bold;
}

div.subitem, div.subitemactive {
	padding : 5px;
	font-size : 11px;
}

div.subitem a, div.subitemactive a {
	font-size : 11px;
	text-transform : capitalize;
	font-family : "Segoe UI", "Trebuchet MS", Tahoma, Verdana, Arial;
}

div.subitem a:hover {
	color: #000;
	text-decoration: none;
}

div.subitemactive {}

div.subitemactive a, div.subitemactive a:hover {
	color: #000;
	text-decoration: none;
}