/* CSS Document */

/* Navigation Bar/Elements */

#NAVIGACATION-CONTAINER {
	position:relative;
	height: 25px;
	background:#CCCCCC;
	overflow:hidden;
	width: 780px;
	background-image: url(../graphics/button_green.jpg);
	}
#home-nave-menu	ul{
clear: left;
margin: 0;
padding: 0;
list-style-type: none;
float:left;
position:relative;
left: 50%;
text-align:center;

}
#home-nave-menu ul li{
	position: relative;
	display: block;
	float:left;
	list-style-type: none;
	margin:0;
	padding:0;
	right: 50%;
}

#home-nave-menu ul li a 
	{
	display:block;
	margin: 0 0 0 1px;
	padding:5px 15px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	line-height:1.3em;
	font-family: arial;
	background-image: url(../graphics/button_green.jpg);
	}
#home-nave-menu ul li a:link 
	{	
	color:#fff; 	
	}
#home-nave-menu ul li a:active ,

#home-nave-menu ul li a.active:hover 
	{	color:#fff; background: #ffcc00; }
	
#home-nave-menu	li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; 
	top:35px;
	display: none; /*--Hide by default--*/
	width: 870px;
	background: #1376c9;
	color: #fff;
	
}
#home-nave-menu li:hover span { display: block; } /*--Show subnav on hover--*/
#home-nave-menu li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
#home-nave-menu li span a:hover {text-decoration: underline;}

/* active state per page*/

#home li.home a, /*--Home Page > Home Link--*/
#about li.about a, /*--About Page > About Link--*/
#services li.services a, /*--Services Page > Services Link--*/
#team li.team a, /*--team Page > team Link--*/
#contact li.contact a, /*--Contact Page > Contact Link--*/
#news li.news a /*--new Page > news Link--*/
{
	background-color: #fff;
}




#verticalmenu {
	margin: 10px;
	position:relative;
}

#verticalmenu ul {
	margin: 0;
	padding: 0;
	}

#verticalmenu li{
	list-style-type: none;
	text-align: left;
}


#verticalmenu li a {
	display: block;
	line-height: 25px;
	width:170px;
	text-decoration: none;
	background-color:#fff;
	border-bottom: dotted 1px #000;
	font-weight:bold;
	color: #333;
	padding-left: 10px;
}

#verticalmenu li li a {
	color: #333;
	display: block;
	width:170px;
	line-height:25px;
	text-decoration: none;
	background-color:#D8DEDD;
	border-bottom: dotted 1px #ccc;
	font-weight:normal;
}

#verticalmenu li a:hover {
	background-color: #62716F;
	color:#fff;
}
#verticalmenu li li a:hover {
	background-color: #4D7079;
	color:#fff;
}

#navcontainer { margin-left: 30px; }

/*Fat Erik's Breadcrumbs*/
#navlist
{
list-style: none;
padding: 0;
margin: 0;
}

#navlist li
{
display: inline;
padding: 0;
margin: 0;
}

#navlist li:before { content: "> "; }
#navlist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #navlist li
{
background-image: url("images/gt.gif");
background-repeat: no-repeat;
background-position: 0 50%;
padding: 0 0.5em 0 1em;
margin: 0 1em 0 -1em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist { height: 1%; }

* html #navlist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child { background-image: none; }