/*
***********************************************************
Title:     Navcontainer
Author:    Emile Blume - Netcreators.com
Updated:   02/05/2007
***********************************************************
*/
@charset "utf-8";
/* Breadcrumb navigation ////////////////////////////////////////////////////////////////////*/
#bread {
	color: #959595;
	top: 118px;
	left: 136px;
	position: absolute;
}

#bread a {
	color: #959595;
	text-decoration: none;
	padding-left: 0.3em;
	padding-right: 0.3em;
}
/* Left navigation ////////////////////////////////////////////////////////////////////////*/
#nav-top {
   background: url(/novaserv/static/images/ge/bg-nav-top.png) repeat-x;
	height: 28px;
	top: 84px;
	position: absolute;
	width: 100%;
}

#nav-top li {
	display: inline;
	float: left;
	margin-right: 52px;
}

#nav-top li a {
	color: #77B800;
	font-size: 1.2em;
	line-height: 28px;
	text-decoration: none;
}

#nav-top li a:hover {
	color: #696969;
}


/* Left navigation ////////////////////////////////////////////////////////////////////////*/
#nav-left li a {
	color: #3B73B9;
	font-weight: normal;
	line-height: 2em;
	text-decoration: none;
}

#nav-left li a:hover, #nav-left li a.active {
	color: #77B800;
}

#nav-left ul ul {
margin-left: 0.6em;
margin-bottom: 0.6em;
font-size: 0.9em;
}

/* Footer navigation ////////////////////////////////////////////////////////////////////*/
#footer-nav {
	top: 16px;
	left: 78px;
	position: absolute;
}

#footer-nav pre {
	display: inline;
	margin-right: 6px;
}

#footer-nav pre a {
	border-right: 0px solid #B3B3B3;
	color: #666666;	
	font-family:GEInspira,Arial,Helvetica,sans-serif;
	text-decoration: none;
	padding-right: 6px;
}

#footer-nav a.last {
	border: none;
}