.navLayer {
	position: relative;
	width: 100%;
	text-align:center;
	height: 35px;
	background:#777B7E;
	z-index:98;
}

.nav {
	float: left;
	z-index: 99;
	position: relative;
	/* width: 900px; */
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-left: 24px;
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/hover_drop_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


#menu {
	list-style-type:none;
	padding:0;
	margin:0;
}

#menu ul {list-style-type:none; padding:0; margin:0; }
#menu li {float:left; background:#777b7e; margin:0px 1px 0 0; position:relative; width:149px;}
#menu li.sub {background:#777b7e; width:149px;}

/* for IE5.5 and IE6 only */
#menu table {border-collapse:collapse;position:absolute;top:0;left:0;z-index:80;font-size:13px;}

#menu li a {
	display:block;
	color: #e5ad2e;
	height:35px;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:35px;
	width:180px;
	text-decoration:none;
	text-align:left;
	text-indent: 8px;
}

#menu :hover {color:#e5ad2e; background:#575859; }
#menu :hover > a {color:#e5ad2e; background:#575859; }

#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {position:absolute; left:-9999px; width:180px;}

#menu :hover ul{
	left:0;
	top:35px;
	background-color: #777b7e;
	background-image: url(/img/dummy.gif);
} /* the background image is for IE7 */

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {padding:0 1px; left:180px; top:-1px;}



/************* #leftNavcontainer **************/



.pipelist {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #B88306C;
	overflow: hidden;
	float: right;
	line-height: 35px;
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {

	float: left;
	margin: 0 2px 0 -2px;
	padding: 0 2px;
	white-space: nowrap;
	background-image: url(../img/dummy.gif);
	background-repeat: no-repeat;
	background-position: left;
   } 

.pipelist  li a
{
	text-decoration: none;
	color: #B88306;
	padding: 8px;

}

.pipelist  li a:hover
{
	text-decoration: none;
	color: #CA0002;
}
