/* Submenu */

#submenu {
	clear: both;
	padding:0;
	background: #bbb url(images/.gif) repeat-x left bottom;
	color: #A9B6BB;
	font-family:verdana;
}
#submenu {
	clear: both;
	padding: 20px 0;
	background: #535657 url(images/img16.gif) repeat-x left bottom;
	color: #A9B6BB;
}
#submenu ul {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#submenu li {
	display: block;
	float: left;
	width: 175px;
	padding: 0 12px 0 0;
	font-size:11px;
}

#submenu li ul {
	width: auto;
	margin: 0;
}

#submenu li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 3px 0 5px 0;
	background: url(images/img17.gif) no-repeat left center;
	border-bottom: 1px solid #A9B6BB;
}

#submenu h2 {
	margin: 0 0 3px 0;
	border-bottom: 2px solid #A9B6BB;
	font-size: 11px;
	padding-bottom: 4px;
	text-transform: uppercase;
}

#submenu a {
	text-decoration: none;
	color: #A9B6BB;
}

#submenu a:hover {
	text-decoration: underline;
	color: #424546;
}