/* ******************************************************** Nav start */
#nav_wrapper {
	position: absolute;
	top: 10px;
	left: 150px;
	margin: 0;
	padding: 0;
	z-index: 10;
	width: 605px;
	height: auto;
	background-color: #fff;
	background-image: url();
	background-position: bottom left;
	background-repeat: repeat-x;
}

#nav_wrapper_inner {
	height: auto;
	margin-left: 20px;
	padding: 0;
}

#nav,#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 100px;
	height: auto;
	margin: 0;
	padding: 0.1em 0 0.2em 0.5em;
	font-size: 10px;
}

#nav li {
	float: left;
	width: 110px;
	height: auto;
	margin: 0;
	padding: 0;

	background-color: #0aa;
	
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #fff;
	
	line-height: 12px;
}

#nav li.header {
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #fff;
}

#nav li.first {
	width: 110px;
	margin: 0;
	padding: 0 0 0 15px;
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #fff;
	background-image: url(images/but_end_l.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

* html #nav li.first { /* for M$oft IE */
	width: 110px;
	margin: 0;
	padding: 0 0 0 15px;
}

#nav li.last {
	width: 110px;
	margin: 0;
	padding: 0 15px 0 0;
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #fff;
	background-image: url(images/but_end_r.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

* html #nav li.last { /* for M$oft IE */
	width: 125px;
	margin: 0;
	padding: 0;
}

#nav li ul {
	position: absolute;
    width: 110px;
	left: -999em;
	background-color: #fff;
}

#nav li:hover ul,#nav li.sfhover ul {
	left: auto;
}

#nav a {
	color: white;
	background-color: #00e0e0;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	width: 95px;
	padding: 3px 0 0 5px;
	margin: 0;
	height: 27px;
}

#nav a.header,#nav a.header:link,#nav a.header:visited,#nav a.header:active
	{
	font-size: 11px;
	font-weight: bold;
}

#nav a.header:hover {
	font-size: 11px;
	font-weight: bold;
}

#nav a:link {
	color: white;
	font-weight: normal;
	background-color: transparent;
}

#nav a:visited {
	color: white;
	font-weight: normal;
	background-color: transparent;
}

#nav a:active {
	color: white;
	font-weight: normal;
	background-color: transparent;
}

#nav a:hover {
	color: white;
	font-weight: bold;
	background-color: transparent;
}

/* ******************************************************** Sub nav start */
#sub_nav {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	width: 200px;
	padding: 0;
	margin: 0.5em 0.5em 5em 0.7em;
	color: #FFF;
	background-color: #d9efef;
	font-family: Arial, Helvetica, "sans serif";
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.5em;
	background-image: url(images/info_cnr_b.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

* html #sub_nav {
	display: inline;
}

#sub_nav dt {
	background-color: #0aa;
	padding: 0 0 0 0.5em;
	margin: 0;
	font-family: Arial, Helvetica, "sans serif";
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.8em;
	color: #fff;
	background-image: url(images/info_cnr_t.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#sub_nav dd {
	padding: 0.2em 0 0.1em 0.5em;
	margin: 0;
	font-family: Arial, Helvetica, "sans serif";
	font-weight: bold;
	font-size: 0.95em;
	font-style: normal;
	
	color: #000;
	
	line-height: 1.8em;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #fff;
}

#sub_nav dd.subsection {
	padding: 0.2em 0 0.1em 1.5em;

}

#sub_nav a {
	color: #000;
	text-decoration: none;
	font-style: normal;
}

#sub_nav a:link,#sub_nav a:visited,#sub_nav a:active {
	font-weight: normal;
	background-color: transparent;
}

#sub_nav a:hover {
	color: #f00;
	font-weight: bold;
	background-color: transparent;
}