#nav {
	/*
	position:absolute;
	left:0;
	bottom:0;
	*/
	height:24px;
	margin:0px;
	width:900px;
	border-bottom:2px solid #003A52;
}

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

#nav ul li {
	float:left;
	margin:0;
	padding:0;
	margin-right:2px;
}

#nav a {
	color: #fff;
	background: #FF9019 url(../images/nav_left_tab.gif) left top no-repeat;
	text-decoration: none;
	padding: 0 0 4px 6px;
	font-size:12px;
	font-weight:bold;
}

#nav a span {
	background: url(../images/nav_right_tab.gif) right top no-repeat;
	padding: 4px 6px 0 0;
}

#nav a, #nav a span {
	display: block;
	float: left;
}

/* Hide from IE5-Mac \*/
#nav a, #nav a span {
	float: none
}
/* End hide */

#nav a:hover {
	color:#fff;
	background: #003A52 url(../images/nav_left_tab_over.gif) left top no-repeat;
}

#nav a:hover span {
	background: url(../images/nav_right_tab_over.gif) right top no-repeat;
}

#nav a.selected {
	color:#fff;
	background: #003A52 url(../images/nav_left_tab_over.gif) left top no-repeat;
}

#nav a.selected span {
	background: url(../images/nav_right_tab_over.gif) right top no-repeat;
}

/* sub nav */

#subnav {
	clear:left;
	margin-top:10px;
	/*
position:absolute;
	left:0;
	bottom:0;
*/
}

#subnav ul {
	margin:0;
	padding:0;
}

#subnav li {
	display:inline;
	list-style:none;
	/*border-right:1px solid #999;*/
	font-size:12px;
	padding:0 0.4em;
	margin:0;
}

#subnav li.last { border:none; }
#subnav li a { color:#FF5A00; text-decoration:none; }
#subnav li a:hover, #subnav li a.selected { color:#003A52; }
