
#top a.tostart {
	display:block;
	position: absolute;
	top: 0;
	left: 40px;
	width: 260px;
	height: 110px;
}
#nav1 {
	position: absolute;
	top: 104px;
	left: 0;
	width: 100%;
	height: 60px;
	overflow: hidden;
}
#nav1 ul {
	position: relative;
	width: auto;
	height: 30px;
	white-space: nowrap;
	background: #304c49;
	z-index: 2;
}
#nav1 ul li {
	float: left;
	height: 30px;
}
#nav1 ul li a {
	display: block;
	padding: 8px 10px 5px 20px;
	height: 17px;
	font: bold 12px georgia, serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background: none;
}
#nav1 ul li a:hover, #nav1 ul li.h a {
	display: block;
	color: #d59015;
	background: url('../img/nav/nav1_h.gif') 5px 8px no-repeat;
}
#nav1 ul li ul {
	display: none;
	position: absolute;
	top: 30px;
	width: auto !important;
	height: 30px !important;
	background: url('../img/nav/bg_nav.gif') repeat-x !important;
}
#nav1 ul li:hover ul, #nav1 ul li.h ul {
	display: block;
	height: 30px !important;
}
#nav1 ul li ul li {
/*maybe obsolete*/
	float: left;
	height: 30px;
}
#nav1 ul li ul li a {
	display: block !important;
	padding: 13px 10px 0 20px !important;
	height: 17px !important;
	font: bold 11px georgia, serif !important;
	color: #fff !important;
	background: none !important;
}
#nav1 ul li ul li a:hover, #nav1 ul li ul li.h a {
	display: block !important;
	color: #d59015 !important;
	background: url('../img/nav/nav1_h.gif') 5px 13px no-repeat !important;
}
#nav1-bg {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 20px;
	background: #304c49;
}
#nav2 {
	position: absolute;
	top: 214px;
	width: 200px;
}
#nav2 a {
	display: block;
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
	height: auto !important;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	background: none;
}
#nav2 a:hover, #nav2 li.h a {
	color: #d28e16;
	background: url('../img/nav/nav2_h.gif') 15px 0 no-repeat;
}
#nav2 li {
	clear: left;
	float: left;
	height: 30px;
}
#nav2 li img {
	margin: 0 0 0 30px;
}