#submenu {
	float: left;
	width: 197px;
	background-color: #ebeaea;
	font-size: 11px;
	margin: 7px 1px 0 2px;
	text-align: left;
}

#submenu h1 {
	margin: 0;
	padding: 2px 0 0 5px;
	font-size: 14px;
	background-color: #f80e0d;
	color: #FFF;
	font-weight: normal;
	height: 23px;
	border-bottom: 2px solid #FFF;
}

#text {
	float: left;
	text-align: left;
	margin-top: 7px;
	padding-bottom: 15px;
	width: 599px;
	border: 0px solid #00ff00;
}

.catpath {
	margin: 0;
	padding: 2px 0 0 5px;
	font-size: 14px;
	font-weight: normal;
	background-color: #3e3e3e;
	height: 23px;
	color: #FFF;
}

#text ul {
	margin: 0 0 0 20px;
	padding: 0 0 0 5px;
	list-style: none;
}

#text ul.level1 {
	margin-top: 10px;
}

#text ul li.level1 {
	margin: 0 10px 0 0;
	padding: 0 0 3px 0;
	list-style: url(images/bullet_arrow.gif);
	background-repeat: no-repeat;
	border-bottom: 1px dashed #CDCDCD;
}

#text ul li.level1 a:link, #text ul li.level1 a:active, #text ul li.level1 a:visited {
	color: #f80e0d;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}


#text ul.level2, #text ul.level3, #text ul.level4 {
	margin-top: 5px;
}

#text ul li.level2 {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: url(images/bullet.gif);
	background-repeat: no-repeat;
}

#text ul li.level2 a:link, #text ul li.level2 a:active, #text ul li.level2 a:visited {
	color: #3e3e3e;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#text ul li.level3 {
	margin: 0 0 0 40px;
	padding: 0px;
	list-style: url(images/bullet_gray.gif);
	background-repeat: no-repeat;
}

#text ul li.level3 a:link, #text ul li.level3 a:active, #text ul li.level3 a:visited {
	color: #696969;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}

#text ul li.level4 {
	margin: 0 0 0 60px;
	padding: 0px;
	list-style: url(images/bullet_mauve.gif);
	background-repeat: no-repeat;
}

#text ul li.level4 a:link, #text ul li.level4 a:active, #text ul li.level4 a:visited {
	color: #696969;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}

#text ul li.level1 a:hover, #text ul li.level2 a:hover, #text ul li.level3 a:hover, #text ul li.level4 a:hover {
	text-decoration: underline;
}

