#dropdown {
	margin:0 0 10px 0;
}
#dropdown h1 a {
	color:#FFFFFF;
}
#dropdown h1 a:hover {
	text-decoration:underline;
}
#dropdown h2 {
	margin:0 20px 5px 20px;
}
#dropdown h2 a {
	padding-bottom:1px;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	color:#FFFFFF;
	border-bottom-color:#FFFFFF;
}
#dropdown h2 a:hover, #dropdown h2 a:active {
	text-decoration:none;
}
#dropdown .blue h2 a:hover {
	border-bottom-color:#04699b;	
}
#dropdown .green h2 a:hover {
	border-bottom-color:#93c400;		
}
#dropdown .red h2 a:hover {
	border-bottom-color:#cf3e0f;		
}
#dropdown h3 {
	margin:3px 15px 3px 15px;
}
#dropdown h3 a {
	font-size:14px;
	font-weight:normal;
	text-decoration:underline;
}
#dropdown .blue h3 a {
	color:#04699b;
}
#dropdown .blue h3 a:hover {
	color:#839096;
}
#dropdown .green h3 a {
	color:#93c400;
}
#dropdown .green h3 a:hover {
	color:#a0a690;
}
#dropdown .red h3 a {
	color:#cf3e0f;
}
#dropdown .red h3 a:hover {
	color:#998f8d;
}
#dropdown #plusminus {
	display:block;
	width:15px;
	height:15px;
	float:left;
	margin-right:8px;
	margin-top:5px;
	margin-left:20px;
	_margin-left:10px;
}
#dropdown .blue #plusminus {
	background-image:url(articles/images/blueplusminus.png);
	background-repeat:no-repeat;
}
#dropdown .green #plusminus {
	background-image:url(articles/images/greenplusminus.png);
	background-repeat:no-repeat;
}
#dropdown .red #plusminus {
	background-image:url(articles/images/redplusminus.png);
	background-repeat:no-repeat;
}
#dropdown #plusminus.off {
	background-position:top left;
}
#dropdown #plusminus.on {
	background-position:top right;
}
#dropdown ul, #dropdown li, #dropdown ul ul, #dropdown li li, #dropdown ul ul ul, #dropdown li li li {
	margin:0;
	padding:0;
	list-style:none;
	line-height:0px;
}
#dropdown span.top {
	margin:0;
	padding:0;
}
#dropdown span.bottom {
	margin:0;
	padding:0;
}
#dropdown ul {
	margin:0px 4px 10px 4px;
}
#dropdown ul span.top {
	display:block;
	width:436px;
	height:12px;
	margin-bottom:3px;
}
#dropdown ul span.bottom {
	display:block;
	width:436px;
	height:12px;
	margin-top:3px;
}
#dropdown .blue ul .top {
	background:url(articles/images/bluemaintop.png) no-repeat;
}
#dropdown .blue ul .bottom {
	background:url(articles/images/bluemainbottom.png) no-repeat;
}
#dropdown .blue ul {
	background:url(articles/images/bluemainbg.png) repeat-y;
}
#dropdown .green ul .top {
	background:url(articles/images/greenmaintop.png) no-repeat;
}
#dropdown .green ul .bottom {
	background:url(articles/images/greenmainbottom.png) no-repeat;
}
#dropdown .green ul {
	background:url(articles/images/greenmainbg.png) repeat-y;
}
#dropdown .red ul .top {
	background:url(articles/images/redmaintop.png) no-repeat;
}
#dropdown .red ul .bottom {
	background:url(articles/images/redmainbottom.png) no-repeat;
}
#dropdown .red ul  {
	background:url(articles/images/redmainbg.png) repeat-y;
}
#dropdown ul ul {
	padding:0;
	margin:0;
}
#dropdown li li.first {
	margin-top:8px;
}
#dropdown ul ul ul {
	margin:0 15px 5px 15px;
	padding:0;
}
#dropdown ul ul ul .top {
	display:block;
	width:406px;
	height:9px;
	.position:relative;
	.top:-4px;
	.margin-bottom:-4px;
}
#dropdown ul ul ul .bottom {
	display:block;
	width:406px;
	height:9px;
	.margin-top:6px;
}
#dropdown .blue ul ul ul .top {
	background:url(articles/images/bluesubtop.png) no-repeat;
}
#dropdown .blue ul ul ul .bottom {
	background:url(articles/images/bluesubbottom.png) no-repeat;
}
#dropdown .blue ul ul ul {
	background:url(articles/images/bluesubbg.png) repeat-y;
}
#dropdown .green ul ul ul .top {
	background:url(articles/images/greensubtop.png) no-repeat;
}
#dropdown .green ul ul ul .bottom {
	background:url(articles/images/greensubbottom.png) no-repeat;
}
#dropdown .green ul ul ul {
	background:url(articles/images/greensubbg.png) repeat-y;
}
#dropdown .red ul ul ul .top {
	background:url(articles/images/redsubtop.png) no-repeat;
}
#dropdown .red ul ul ul .bottom {
	background:url(articles/images/redsubbottom.png) no-repeat;
}
#dropdown .red ul ul ul {
	background:url(articles/images/redsubbg.png) repeat-y;
}
#dropdown ul ul ul hr {
	border:0;
	padding:0;
	margin:5px 20px 5px 15px;
	.margin:0px 20px 0px 15px;
	height:2px;
	border:1px dotted #e5e5e5;
	border-left:none;
	border-right:none;
}