#submenu {
	margin-top: 6px;
	margin-right: 20px;
	width: 216px;
}

/* caps */

#submenu .topcap {
	font-size: 1px;
	width: 216px;
	height: 21px;
	background-image: url("../media/images/subnav_topcap.png");
	background-position: top center;
	background-repeat: no-repeat;
}

#submenu .bottomcap {
	font-size: 1px;
	width: 216px;
	height: 21px;
	background-image: url("../media/images/subnav_bottomcap.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}

#submenu .innertopcap {
	font-size: 1px;
	width: 216px;
	height: 30px;
	background-image: url("../media/images/subnav_innertopcap.png");
	background-position: top center;
	background-repeat: no-repeat;
}

#submenu .innerbottomcap {
	font-size: 1px;
	width: 216px;
	height: 30px;
	background-image: url("../media/images/subnav_innerbottomcap.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}

/* list styles */

#submenu ul.level2 {
	margin: 0px;
	padding: 0px;
	width: 216px;
	list-style-type: none;
	background-image: url("../media/images/subnav_lvl2back.png");
	background-position: top center;
	background-repeat: y-repeat;
}

#submenu ul.level2 li {
	margin-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 185px;
}

#submenu ul.level2 li a {
	color: #E7E9E1;
	font-size: 13px;
	font-weight: normal;
}

#submenu ul.level2 li a:hover {
	color: #FFFFFF;
}

#submenu ul.level3 {
	margin: 0px;
	padding: 0px;
	width: 216px;
	list-style-type: none;
	background-image: url("../media/images/subnav_lvl3back.png");
	background-position: top center;
	background-repeat: y-repeat;
}

#submenu ul.level3 li {
	margin-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 180px;
}

#submenu ul.level3 li a {
	color: #164A7B;
	font-size: 12px;
	font-weight: normal;
}

#submenu ul.level3 li a:hover {
	color: #2767A7;
}

/* current highlighter */

#submenu ul.level2 a.current {
	font-weight: bold;
	text-decoration: none;
}

#submenu ul.level3 a.current {
	font-weight: bold;
	text-decoration: none;
}

