/*=================================== TOP NAV =============================================*/
#topnav {	
	width: 910px;
	margin: 0 auto;
	font-size: 0.8em;
	margin-bottom: 3px;
/*	border: 1px solid #fff;*/
}
#topnav ul {
	float: left;
	width: 910px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 0; 
	text-align: right;
}
#topnav ul li {
	float: right;
	margin-right: 10px;
}
#topnav a {
	color:#fff;
	text-decoration: none;
}
#topnav a:hover {
	/*color: #ebf1d7;*/
	text-decoration: underline;
}
#topnav a.danger {
	text-decoration: none;
}
#topnav ul li.danger {
	position: relative;
}
#topnav ul li.danger img{
	position: absolute;
	top: -10px;
	left: -30px;
}
#topnav img {	
	border: 0;
	padding: 0;
}



/*=================================== MAIN NAV =============================================*/
#mainnav {
	float: right;
	width: 890px;
	margin: 0 10px 10px 10px;
	border-top: 4px solid #067c4f;
}
* html #mainnav {
	display: inline;
}
#mainnav ul {
	list-style-type: none;
	width: 890px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#mainnav ul li {
	float: left;
	width: 170px;
	margin-right: 10px;
	background:url(../images/navbg.jpg) top left repeat-x;
}
#mainnav ul li.sel, #mainnav ul li.lastsel {
	padding-top: 21px;
	padding-bottom: 16px;
	background:url(../images/navbg_over.jpg) top left repeat-x;
	color: #fff;
}
#mainnav ul li.last, #mainnav ul li.lastsel {
	margin-right: 0;
}

#mainnav ul a {
	width: 170px;
	padding-top: 21px;
	padding-bottom: 16px;
	display: block;
	background:url(../images/navbg.jpg) top left repeat-x;
	text-decoration: none;
	color: #fff;
	font-size: 1.0em;
}
#mainnav ul a:hover {
	background:url(../images/navbg_over.jpg) top left repeat-x;
}
#mainnav ul a.services {
	background:url(../images/navbg_over.jpg) top left repeat-x;
}
/*=================================== SUB NAV =============================================*/
ul#subnav {
	list-style: none;
	width: 170px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	background: url(../images/subnav_bot.jpg) bottom left no-repeat; 
	font-size: 0.8em;
}
#subnav li {
	width: 170px;
	padding: 0px;
	margin-bottom: 2px;
	background: url(../images/subnav_bg.jpg) top left repeat-y; 
	
}
#subnav li.selected {
	width: 160px;
	background: url(../images/subnav_roll.jpg) top left repeat-y;
	background: url(../images/subnav_sel.jpg) top left repeat-y;
	color: #fff;
	padding: 8px 5px;
}
* html #subnav li.selected {
	width: 170px;
	w\idth: 160px;
}
/* IE gap fix */
* html #subnav li {
	display: inline; 
	zoom: 1;
}
ul#subnav li.title {
	width: 170px;
	padding: 10px 0;
	background: #371e67 url(../images/subnav_top.gif) top left no-repeat;
	color: #fff;
	text-align:center;
	font-weight:bold;
}
/* IE6 layout fix */
* html ul#subnav li.title {
	zoom: 1;
}
#subnav a {
	width: 160px;
	padding: 8px 5px;
	display: block;
	color: #fff;
	text-decoration: none;
}
/* IE6 fix */
* html #subnav a {
	height: 1px;
	width: 170px;
	w\idth: 160px;
}
#subnav a:hover {
	color: #000;
	background: url(../images/subnav_roll.jpg) top left repeat-y;
}

ul#sub2nav {
	list-style: none;
	width: 170px;
	margin: 0;
	padding: 0;
	font-size: 0.85em;
}
#sub2nav li {
	width: 170px;
	padding: 0px;
	margin-bottom: 2px;
	background: url(../images/subnav2_bg.jpg) top left repeat-y;
	zoom: 1; 
}
#sub2nav li.sel2 {
	width: 150px;
	padding: 6px 5px;
	padding-left: 15px;
	font-weight: bold;
	background: url(../images/subnav2_bg.jpg) top left repeat-y;
	color: #000;
	
}
/* IE gap fix and layout fix */
* html #sub2nav li.sel2 {
	display: inline;
	width: 170px;
	w\idth: 150px;
	zoom: 1;
}
#sub2nav a {
	width: 150px;
	padding: 6px 5px;
	padding-left: 15px;
	display: block;
	color: #000;
	text-decoration: none;
}
/* IE6 fix */
* html #sub2nav a {
	height: 1px;
	width: 170px;
	w\idth: 150px;
}
#sub2nav a:hover {
	color: #000;
}


/*=================================== TRAIL =============================================*/
#trail {
	font-size: 0.8em;
}
#trail a, #trail p {
	color: #666666;
}