@charset "utf-8";

#navbox {
	background-image: url(images/navbox_bg.gif);
	clear: both;
	float: none;
	height: 154px;
	width: 155px;
	overflow: hidden;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #a1a1a1;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#navbox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #924799;
	text-decoration: none;
	background-image: url(images/main_nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	text-align: left;
	display: block;
	clear: both;
	float: none;
	height: 20px;
	width: 140px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#navbox a:hover {
	color: #000000;
	text-decoration: none;
}
#navbox ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navbox li{
	list-style-type: none;
}


#main {
	width: 760px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

#submenu {
	clear: both;
	float: none;
	height: auto;
	width: 183px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#submenu_content {
	background-image: url(images/submenu_fill.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	clear: both;
	float: none;
	width: 163px;
	position: relative;
	height: auto;
	overflow: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#submenu_content  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	display: block;
	clear: both;
	float: none;
	height: 20px;
	width: 163px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	position: relative;
	padding: 0px;
}
#submenu_content  a:hover {
	color: #000000;
	text-decoration: none;
}
#submenu #submenu_bottom {
	background-image: url(images/submenu_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 7px;
	width: 183px;
	overflow: hidden;
	position: relative;
}
#submenu #submenu_top h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#submenu #submenu_top {
	color: #FFFFFF;
	background-image: url(images/submenu_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	clear: both;
	float: none;
	height: 26px;
	width: 163px;
	overflow: hidden;
	position: relative;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

