#bottommenu {
	background: url('../images/rs-cms_menubg.gif');
	border-top: solid 0px;
	border-bottom: solid 0px;
	padding: 18px 0px 0px 0px;
	margin: 0px auto; 	
	color: #fff;
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	width: 100%;
	text-align: left;
	display: block;
	margin: 0px auto;
}

#menu {
	border-top: solid 0px;
	border-bottom: solid 0px;
	background: url('../images/rs-cms_bg.gif') repeat-y;
	margin: 0px 5px 0px 0px;
	color: #fff;
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
}

	#menu ul {
		list-style: none;			/* removes list marker */
		padding: 0px 0px 0px 0px;				/* removes left indent */
		text-align: right;
		margin: 0px 0px 0px 0px;
		display: inline;			/* sets list items to display in a row */
	}
	
	#menu li {
		font-variant: small-caps;
		padding: 0px 0px 0px 0px;				/* removes left indent */
		display: inline;			/* sets list items to display in a row */
		height: 25px;
	}
	
	#menu a:link, #menu a:visited {
		color: #fff;
		text-decoration: none;
	}
	
	#menu a:active, #menu a:hover {
		color: #EDDF7D;
		text-decoration: none;
		background-repeat: repeat-x;
	}

.verticalmenu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.verticalmenu a:link, .verticalmenu a:visited, .verticalmenu a:hover {
		display: block;
		font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
		color: #ECECEC;
		text-decoration: none;
		text-transform: uppercase;
		padding: 0px;
		width: 153px;
		height: 26px;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 143px;
		height: 16px;
		text-indent: 2px;
	}
		html>body .verticalmenu a:link, html>body .verticalmenu a:visited, html>body .verticalmenu a:hover {
			width: 143px;
			height: 16px;
		}
		
	.verticalmenu a:hover {
	color: #C1D832;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	}
	
.subverticalmenu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.subverticalmenu a:link, .subverticalmenu a:visited, .subverticalmenu a:hover {
	display: block;
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	color: #ECECEC;
	text-decoration: none;
	text-transform: none;
	padding: 1px;
	width: 143px;
	height: 12px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 143px;
	height: 12px;
	text-indent: 10px;
	}
		html>body .subverticalmenu a:link, html>body .subverticalmenu a:visited, html>body .subverticalmenu a:hover {
			width: 143px;
			height: 12px;
		}
		
	.subverticalmenu a:hover {
	 	color: #C1D832;
		text-decoration: none;
	}
	
	
.childverticalmenu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.childverticalmenu a:link, .childverticalmenu a:visited, .childverticalmenu a:hover {
	display: block;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #ECECEC;
	text-decoration: none;
	padding: 1px;
	width: 143px;
	height: 12px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 143px;
	height: 12px;
	text-indent: 20px;
	}
		html>body .childverticalmenu a:link, html>body .childverticalmenu a:visited, html>body .childverticalmenu a:hover {
			width: 143px;
			height: 12px;
		}
		
	.childverticalmenu a:hover {
	   color: #C1D832;
		text-decoration: none;
	}
	
.contentlist {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.contentlist a:link, .contentlist a:visited, .contentlist a:hover {
	color: #43698F;
	text-decoration: none;
	padding: 0px;
	width: 143px;
	height: 12px;
	text-indent: 8px;
	}
		html>body .contentlist a:link, html>body .contentlist a:visited, html>body .contentlist a:hover {
			width: 143px;
			height: 12px;
		}
		
	.contentlist a:hover {
			   color: #478BD0;
		text-decoration: underline;
	}