   #topmenu ul {
   list-style: none; 
   padding: 0; 
   margin: 0; 
   overflow: hidden;
   }

#topmenu ul li {
	background: url(../images/topmenu_right.gif) no-repeat 100% 0;
	float: left;
	margin: 0 2px 0 0;
}
#topmenu ul li a:link, #topmenu ul li a:visited {
	background: url(../images/topmenu_left.gif) no-repeat 0 0;
	color: #CF8F8F;
	display: inline-block;
	font-size: 0.9em;
	padding: 0 15px 0;
	text-decoration: none;
	border: 0 none;
	line-height: 30px;
	outline: none;
}
#topmenu ul li:hover, #topmenu ul li.active {
	background: url(../images/topmenu_right_hover.gif) no-repeat 100% 0;

}
#topmenu ul li a:hover, #topmenu ul li.active a:link, #topmenu ul li.active a:visited {
	background: url(../images/topmenu_left_hover.gif) no-repeat 0 0;
	outline: none;
	color: #FFF;
	
}
a img {
	border: 0 none;
}
ul {
	clear: both;
}
.componentheading {
	color: #BF5F5F;
	text-transform: uppercase;
	border-bottom: 1px solid #BF5F5F;
	border-right: 10px solid #BF5F5F;
	font-size: 1.1em;
	text-align: right;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 0 5px;
}
.contentpaneopen {
	text-align: justify;
}
.contentheading, .buttonheading {
	margin: 0 5px 0;
	font-size: 1em;
	background: #BF5F5F;
	color: #900;
	padding: 2px 4px;
	text-align: left;
	font-weight: bold;
}
#sidebar .moduletable, #sidebar .moduletable_menu {
	margin-bottom: 20px;
}
.moduletable h3, .moduletable_menu h3, .bannerheader {
	margin: 0 0 5px;
	font-size: 1em;
	background: #BF5F5F;
	color: #900;
	padding: 2px 4px;
	text-align: left;
	font-weight: bold;
}
.moduletable ul, .moduletable_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.moduletable ul ul, .moduletable_menu ul ul {
	padding: 0 0 0 20px;
	margin: 0;
	list-style: outside;
}
.moduletable a, .moduletable_menu a, .moduletable_menu ul li a {
	border-bottom: 1px dashed #AF5F5F;
	text-decoration: none;
	color: #CF8F8F;
	display: block;
	padding: 2px;
}
.moduletable a:hover, .moduletable_menu a:hover, .moduletable_menu ul li a:hover {
	border-bottom: 1px dashed #900;
	text-decoration: none;
	background: #BF5F5F;
	color: #FFF;
	display: block;
}
.banneritem_text {
	border: 1px solid #BF5F5F;
	margin: 0 0 5px;
	padding: 3px;
}
.bannergroup_text a {
	text-decoration: underline;
	color: #fff;
	outline: none;
}
.bannergroup_text a:hover {
	text-decoration: none;
}
.inputbox {
	border: 1px solid #BF5F5F;
	background: transparent;
	color: #BF5F5F;
	padding: 3px;
}
.inputbox:hover {
	border: 1px solid #fff;
	color: #fff;
}
.button {
	background: #BF5F5F;
	border: 1px solid #fff;
	color: #900;
	margin: 5px 0;
}
fieldset {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.small, .createdate, .modifydate {
	color: #CF5A5A;
	font-size: 0.8em;
}
.contenttoc {
	float: right;
	border: 1px solid #fff;
	margin: 0 0 10px 10px;
}
.contenttoc tbody tr th {
	border-bottom: 1px solid #fff;
	padding: 5px;
}
.contenttoc tbody tr td {
	padding: 1px 5px 3px;
}
.sectiontableheader, .sectiontableentry0 td, .sectiontableentry1 td, .sectiontableentry2 td {
	background: #BF5F5F;
	padding: 5px;
	border-bottom: 1px solid #900;
}
.column_separator .contentpaneopen {
	margin-left: 10px;
}
