.nav {
	position:absolute;
	float: left;
	padding-left: 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	top: -1px;

}

/* ================================================================ 
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:#CA0002; margin:1px 1px 0 0; position:relative; 	width:135px;}
#menu li.sub {background:#CA0002;}

/* 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: #FFFFFF;
	height:25px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:25px;
	width:135px;
	text-decoration:none;
	text-align:left;
	font-weight: normal;
	text-indent: 6px;
}
#menu :hover {color:#000000; background:#FF0000;}
#menu :hover > a {color:#000000; background:#FF0000;}

#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {position:absolute; left:-9999px; width:134px; }

#menu :hover ul{left:0;top:25px; background: #000000 url(../img/dummy.gif); width:135px;} /* the background image is for IE7 */

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {padding:0 1px; left:135px; top:-1px; }

/************* #topNavcontainer **************/
.navcontainer {
	float: right;
	margin-right: -11px;
	height: 16px;
	width: 350px;
   }


.pipelist {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	overflow: hidden;
	float: right;
	line-height: 16px;
   }

.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/bgpipenav.gif);
	background-repeat: no-repeat;
	background-position: left;
   } 

.pipelist  li a
{
	text-decoration: none;
	color: #CCCCCC;
	padding: 8px;

}

.pipelist  li a:hover
{
	text-decoration: none;
	color: #CA0002;
}

/************* #leftNavcontainer **************/

#leftNavcontainer {
width: 190px; 
}

#leftNavcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:25px;
	text-indent: 6px;
	background-color: #282828;
	width: 190px;

}

#leftNavcontainer a
{
	display: block;
	width: 190px;
	background-color: #282828;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}

#leftNavcontainer a:link, #navlist a:visited
{
color: #CCCCCC;
text-decoration: none;
}

#leftNavcontainer a:hover
{
background-color: #369;
color: #CCCCCC;
}


