/*
***********************************************************
Title:     Navcontainer
Author:    Emile Blume - Netcreators.com
Updated:   02/05/2007
***********************************************************
*/

/* toolbar navigation ////////////////////////////////////////////////////////////////////////*/
#toolbar {
	top: 96px;
	left: 40px;
	position: absolute;
}

#toolbar li {
	background: url(../img/bg-toolbar.gif) no-repeat bottom left;
	display: block;
	line-height: 1%;
	padding-top: 14px;
	padding-bottom: 8px;
	width: 94px;
}

#toolbar li a {
	color: #999999;
	font-size: 11px;
	text-decoration: none;
}

#toolbar li a:hover {
	color: #3D3D3D;
}

/* menu ////////////////////////////////////////////////////////////////////*/
#menu {
	background: url(../img/bg-menu.gif) repeat-x top left;
	height: 42px;
	width: 800px;
	top: 215px;
	left: 0;
	position: absolute;
}

#menu ul {
	margin-left: 24px;
}

#menu li {
	display: inline;
}

#menu li a {
	background: url(../img/bg-menu-right.gif) no-repeat right;
	color: #E3E3E3;
	font-size: 11px;
	text-decoration: none;
	
	line-height: 21px;
	height: 21px;
	
	padding-left: 16px;
	padding-right: 16px;
}

#menu li a:hover {
	color: #FFF;
}

#menu li a.last {
	background: none;
}

#menu ul ul {
	background: #B7C5CE;
	height: 21px;
	width: 776px;
	top: 21px;
	left: 0;
	position: absolute;
	
	margin-left: 0;
	padding-left: 24px;
}

#menu ul ul a {
	background: none;
	border: 0;
	color: #3D3D3D;
	line-height: 21px;
}

#menu ul ul a:hover {
	color: #FFF;
}


