
#submenu {
	height: 28px;
	width: 1024px;
	background: url(../images/submenu_bg.jpg) repeat-x;
	text-align: center;
	padding-top: 4px
}
*html #submenu {
	height: 38px;
}
#submenu ul {
	list-style: none;
	line-height: normal;
}
#submenu li {
	display:inline;
	padding-left: 20px;
	padding-right: 20px;
}
#submenu li a {
	color: #fff;
	font-family: Helvetica, Verdana;
	font-weight: 100;
	font-size: 16px;
	text-decoration: none;
}

#mainmenu {
	margin-bottom: 80px;
}
#mainmenu ul {
	list-style: none;
	line-height: normal;
}
#mainmenu li {
	padding-bottom: 9px;
	margin-top: 10px;
	margin-bottom: 9px;
	list-style: none;
	font-size: 17px;
	font-weight: 100;
	font-family: Helvetica, Verdana;
	border-bottom: solid;
	border-bottom-color: #000;
	border-bottom-width: 1px;
}
#mainmenu li a {
	text-decoration: none;
}