/************************************************************
Title:     Navcontainer | Emile Blume - Netcreators.com
************************************************************/
#header ul, #header li, #nav-left ul, #nav-left li, 
ul#tools, #tools li, #footer ul, #footer li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

/* Top navigation ////////////////////////////////////////////////////////////////////////*/
#nav-top, #nav-sub {
	top: 101px;
	left: 15px;
	position: absolute;
}

#nav-top li a {
	background: url(../img/nav-top-01.gif) no-repeat left bottom;
	color:  #929292;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height: 12px;
	float: left;
	display: block;
	height: 26px;
	width: 131px;
	margin-right: 6px;
	padding: 7px 12px 7px 12px;
	overflow: hidden;
}

#nav-top li a:hover { background: url(../img/nav-top-01.gif) no-repeat left center; }
#nav-top li a:hover, #nav-top li a.active, #nav-top li a.current { color:#4F4F4F; }
#nav-top li a.m-10.current { background: url(../img/nav-top-01.gif) no-repeat left top; }

/* Sub navigation ////////////////////////////////////////////////////////////////////////*/
#nav-sub { top:143px; left: 0; }

#nav-sub li a {
	/*border-right: 1px solid #D9D538;*/
	color:#3A639C;
	display: block;
	font-size: 11px;
	float: left;
	font-weight: bold;
	line-height:18px;
	padding: 12px 0;
	text-decoration: none;
	text-transform: lowercase;
}

#nav-sub li a.active, #nav-sub li a.current { background:#FDF92F;}
#nav-sub li a:hover { background: #f7f5af;}

#nav-sub li a span { 
	border-right: 1px solid #3A639C; 
	padding: 0 16px;
}

#nav-sub li.first a span { padding: 0 16px; }

/* Toolbox navigation ////////////////////////////////////////////////////////////////////////*/
#tools {
	right: 4px;
	position: absolute;
}

#tools li a {
	border-left: 1px dotted #B8B8B8; 
	cursor: pointer;
	display: block;
	float: left;
	height: 27px;
	padding: 7px 9px;
}

#tools li#print a { background: url(../img/ico-print.gif) no-repeat center 7px; width:62px; }
#tools li#contact a { background: url(../img/ico-contact.gif) no-repeat center 7px; width:77px; }
#tools li#sitemap a { background: url(../img/ico-sitemap.gif) no-repeat center 7px; width:79px; }
#tools li#rss a { background: url(../img/ico-rss.gif) no-repeat center 7px; width:57px; }
#tools li span { display:none; }

/* Left navigation ////////////////////////////////////////////////////////////////////////*/
#nav-left li a {
	border-bottom: 1px solid #E9E9E9;
	color: #003580;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 4px 10px;
	text-decoration: none;
}

#nav-left li a:hover { background:#003580; color:#FFF;}
#nav-left li a.current { background:#FFF url(../img/arrow-blue.gif) no-repeat 140px 14px;}
#nav-left li a.current:hover { background:#003580 url(../img/arrow-white.gif) no-repeat 140px 14px; }

#nav-left li li a { 
	padding: 4px 10px 4px 20px; 
	font-weight: normal;
}

/* Breadcrumb navigation ////////////////////////////////////////////////////////////////////*/
#bread { margin-bottom: 1em; font-size: 0.9em;}
#bread * { color: #999; margin: 0.3em;}
#bread a { color:#3A639C; text-decoration: none; }
#bread a:hover { text-decoration: underline; }

/* Footer navigation ////////////////////////////////////////////////////////////////////*/
#nav-footer { 
	left: 15px;
	top: 20px;
	position: absolute;
}
#nav-footer li {
	border-right: 1px solid #CCC;
	margin-right: 6px;
	padding-right: 6px;
}

#nav-footer li a {
	color: #333;
	text-decoration: none;
}

#nav-footer li.last { border: none;}

/* Anchor tag (quiet) ////////////////////////////////////////////////////////////////////*/
.anchor { float: left; }
