.acc_header
{
	font-weight:normal;
	width:230px;
	border-bottom: solid white 1px;
	padding-top:7px;
	padding-left:20px;
	padding-bottom:10px;
	background: black top left no-repeat url(../../images/subnav_bg.jpg);
}
div.acc_header a
{
	text-decoration:none;
	font-weight:normal;
}
.acc_header:hover, .acc_header:hover a
{
	color:Red;
}
.acc_header a:link { text-decoration:none; }
.acc_header a:visited { text-decoration:none; }
.acc_header a:hover { text-decoration:none; }
.acc_header a:active { text-decoration:none; }

div.acc_subnav
{
	min-height:24px;
	padding-top:5px;
	margin-left:40px;
	padding-left: 12px;
	background: top left no-repeat url(../../images/bullet3b.gif);
}
div.acc_subnav a, 
div.acc_subnav2 a,
div.acc_subnav3 a
{
	text-decoration:none;
	font-weight:normal;
}
div.subnav_container
{
	background: #333333;
	border-bottom:solid 1px white;
}

div.acc_subnav2
{
	min-height:24px;
	padding-top:5px;
	margin-left:60px;
	padding-left: 12px;
	background: top left no-repeat url(../../images/bullet3b.gif);
}
div.subnav2_container
{
    background: #222222;
}

div.acc_subnav3
{
	min-height:24px;
	font-size: 12px;
	font-weight:normal;
	padding-top:5px;
	margin-left:70px;
	padding-left: 12px;
	background: top left no-repeat url(../../images/bullet3b.gif);
}
div.subnav3_container
{
    background: #111111;
}

.main_expand{
	cursor:pointer;
	}


