#jQueryAccordionWrapper {
	width: 213px;
	float: left;
	border: 0px solid pink;
}

* html #jQueryAccordionWrapper {
	overflow: hidden;
	border: 0px solid red;
}

*:first-child+html #jQueryAccordionWrapper {
	width: 213px;
	float: left;
	border: 0px solid red;
}

.navigation {
	margin: 0;
	pading: 0;
	text-indent:0px;
	background: #f7f7f7;
	/*border-right: 1px solid #c0c0c0;*/
	/*width: 212px;*/
	overflow: hidden;
}

.navigation a.head {
	cursor:pointer;
	background: url(/images/2009/CommunityTop_3.jpg) no-repeat top left;
	color: #333;
	display:block;
	font-weight:bold;
	font-style: normal;
	margin: 0px 0px -14px 0px;
	padding-top: 14px;
	text-indent:17px;
	text-decoration: none;
	height: 39px;
	width: 213px;
	outline: none;
	
}

.navigation a.mid {
	cursor:pointer;
	background: url(/images/2009/midSection.jpg) no-repeat top left;
	color: #333;
	display:block;
	font-weight:bold;
	font-style: normal;
	margin:0px;
	padding-top: 7px;
	text-indent:17px;
	text-decoration: none;
	height: 23px;
	width: 213px;
	outline: none;
}

.navigation a.head:hover {
	color:#a0a0a0;
	outline: none;
}

.navigation a.selected {
	/*background-image: url(../images/expanded.gif);*/
}

.navigation a.current {
	background-color:#333333;
}

.navigation ul {
	margin: 0px 0px 0px 0px;
	padding:0px;
	text-indent:0px;
	height: 87px;
}

.navigation ul li {
	list-style:none outside none; display:inline; font-style: normal;
}

.navigation ul li a {
	color:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	font-style: normal;
}

.navigation ul li a:hover {
	background-color:#a0a0a0;
	color:#ffffff;
	outline: none;
	font-style: normal;
}

#importantNewsWrapper {
	width: 100%;
}

#importantNewsHeader {
	background: url(/images/CommunityTop_2.jpg) no-repeat;
	padding: 10px 0px 10px 14px;
	color: #333;
	font-weight: bold;
}

#importantNewsSection {
	background: #fefefe;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	padding: 0px 0px 0px 0px;
	color: #333;
	margin: -7px 0px 0px 0px;
	height: 27px;
}


#importantNewsSection a {
	color: #d30729;
	display: block;
	outline: none;
	font-style: normal;
	text-indent:10px;
	text-decoration: underline;
	padding: 5px 0px 3px 0px;
}

#importantNewsSection a:visited {
	color: #d30729;
	display: block;
	outline: none;
	font-style: normal;
	text-indent:10px;
	text-decoration: underline;
	padding: 5px 0px 3px 0px;
}

#importantNewsSection a:hover {
	color: #ffffff;
	background-color:#a0a0a0;
	display: block;
	outline: none;
	font-style: normal;
	text-indent:10px;
	text-decoration: none;
	padding: 5px 0px 3px 0px;
}

#importantNewsSection a:active {
	color: #333;
	display: block;
	outline: none;
	font-style: normal;
	text-indent:10px;
	text-decoration: underline;
	padding: 5px 0px 3px 0px;
}

.imgBottom {
	background: url(/images/CommunityBottom_2.jpg) no-repeat;
	margin-top:-8px;
}

* html .jQueryIE6-InnerDiv {
	overflow: hidden;
	height: 230px;
	background: #f7f7f7 url(/images/jQueryIE6-InnerDiv.jpg) repeat-y top left;
}

/* GLOSSY ACCORDION */

.glossymenu{
	margin: 5px 0;
	padding: 0;
	/*width: 170px;*/ /*width of menu*/
	width: 213px;
	border: 0px solid blue;
	float: right;
	/*border: 0px solid #9A9A9A;*/
	/*border-top: 1px solid #c0c0c0;*/
	/*border-right: 1px solid #c0c0c0;*/
	/*border-left: 1px solid #c0c0c0;*/
	/*border-bottom-width: 0;*/
}

.glossymenu a.menuitem{
	/*background: black url(acc_gradient.jpg) repeat-x bottom left;*/
	background: black url(/images/acc_bckgrnd.jpg) repeat-y;
	font: bold 12px arial, verdana, georgia, tahoma, courier, helvetica, sans-serif;
	color: #333333;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	outline: none;
	/*border-left: 1px solid #c0c0c0;*/
	/*border-right: 1px solid #c0c0c0;*/
	border-bottom: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #333333;
	outline: none;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	outline: none;
}

.glossymenu a.menuitem:hover{
	background-image: url(/images/acc_bckgrnd.jpg);
	outline: none;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
	/*border-bottom: 1px solid #c0c0c0;*/
	/*border-top: 1px solid #c0c0c0;*/
	/*border-left: 1px solid #c0c0c0;*/
	/*border-right: 1px solid #c0c0c0;*/
	/*width: 100%;*/
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom: 0px solid blue;
}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 12px arial, verdana, georgia, tahoma, courier, helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding: 5px 0;
	padding-left: 10px;
	outline: none;
}

.glossymenu div.submenu ul li a:hover{
	/*background: #DFDCCB;*/
	background: #a0a0a0;
	color: white;
	outline: none;
}
