﻿#navcontainer{
	float:left;
	width:664px;
	margin-top:10px;
}

#navlist
{
position: relative;
height:42px;
margin: 0 0 0 0;
padding: 0;
white-space: nowrap;
float:right;
}

#navlist li
{
	float: left;
	height:41px;
	margin: 0;
	padding:0;
	list-style-type: none;
	background: url(navbtn/left.gif) no-repeat top left;
}

#navlist li.last {
	border-right:1px solid white;
}

#navlist li a span {
	padding:7px 12px 0 3px;
	margin-top:3px;
	display:block;
	float:left;
}

#navlist li a {
	float: left;
	height:41px;
	position: relative;
	display: block;
	margin: 0 0 0 5px;
	padding: 0;
	color: #555555;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
	border:0;
	background: url(navbtn/right.gif) no-repeat bottom right;
	cursor:pointer; 
}

#navlist li a:hover
{
	text-decoration: underline;
}


#navlist li.active { background: url(navbtn/left_active.gif) no-repeat top left; }
#navlist li.active a { background: url(navbtn/right_active.gif) no-repeat bottom right; }

/****************/
#left ul{
	margin-left:0px;
	padding-left:0px;
	margin-top:10px;
	margin-bottom:2em;
	font-size: 90%;
}

#left li{
 list-style:none;
 margin-left:0;
 padding-left:9px;
 margin-bottom:0.5em;
 background:transparent url(arrow_black.gif) no-repeat;
}

#left li.active{
 list-style:none;
 margin-left:0;
 padding-left:9px;
 margin-bottom:0.5em;
 background:transparent url(arrow_down.gif) no-repeat;
}



#left li a
{
	
	margin: 0;
	font-size: 75%;
	text-decoration: none;
	color:#704800;
}



