/* MAIN NAVIGATION
========================================== */

#navigation {
	clear: both;
	width: 100%;
	margin: 0 auto;
}
.menu { width:100%; font-size:12px; }

#navigation .container {
	height: 31px;
	overflow: visible;
}
#nav {
	background:url(../images/menu/menubg.png) repeat-x top left;
	position: relative;
	float: left;
	padding: 0;
	list-style-type: none;
	z-index: 100;
	background-color: #ffffff;
	text-align: right;
	/*
line-height: 175%;
*/
	width:100%;
}
#nav li {
	position: relative;
	float: left;
	height: 31px;
	font-size: 100%;
}
#nav li.last-page-item a {
	background-image: none;
}
#nav li a {
	display: block;
	float: left;
	padding: 10px 10px 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
}
#nav li a:hover,
#nav ul li a:hover,
#nav li.current_page_item a,
#nav li.current_page_parent a {
	color: #ffffff;
}


#nav li ul {
	position: absolute;
	visibility: hidden;
	float: none;
	top: 31px;
	left: 0px;
	width: 150px;
	margin: 0;
	padding: 5px 10px 6px 10px;
	z-index: 10000;
	border: 1px solid #b2b2b2;
	border-bottom-width: 2px;
	border-bottom-color: #494949;
	border-top: 0;
	background-color: #fff;
	opacity: 0.97;
}

#nav li:hover ul,
#nav li.iehover ul {
	visibility: visible;
}
#nav ul li{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 100%;
	line-height: 100%;
	overflow: hidden;
	white-space: normal;
	border-bottom: 1px dotted #e5e5e5;
}
#nav ul li:last-child {
	border-bottom: 0;
}
#nav ul li a {
	display: block;
	width: auto;
	height: auto;
	float: none;
	font-weight: normal;
	font-size:90%;
	background-image: none;
	padding: 6px 0;
	white-space: normal;
	color: #222222;
}
#nav li.current_page_item ul li a,
#nav li.current_page_parent ul li a {
	color: #666;
}
#nav li ul li a:hover,
#nav li.current_page_item ul li a:hover,
#nav li ul li.current_page_item a {
	color: #00546E;
}

#nav li.nav-start {
	background: transparent url(images/nav-start.gif) no-repeat left top; 
	width:20px;
	height:31px;
}
#nav li.nav-end {
	background: transparent url(images/nav-end.gif) no-repeat right top; 
	width:12px;
	height:31px;
}