#nav {
	padding:4px 0px;
	float:left;	
	font:bold 11px Arial, Helvetica, sans-serif;
	width:798px;
	position:relative;
}

#nav2 {
	
	float:left;	
	font:bold 11px Arial, Helvetica, sans-serif;
	width:100%;
	position:relative;
	background:#dfedef;
}
/* remove all the bullets, borders and padding from the default list styling */
#nav ul {
	padding:0px;
	margin:0;
	list-style:none;
}
/* style the sub-level lists */
#nav ul ul {
	padding:0px;
	margin:0px;
}
/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#nav ul li {
	float:left;
	padding : 0px;
	background:url(../images/menu-devide.gif) right no-repeat;
	padding:0 1px 0 0px;
}
#nav ul li.last {
	background:none;
	padding-right:0px;
}
/* style the sub level list items */
#nav ul ul li {
	background:#dfedef;
	position:relative;
	padding:5px;
	padding-left:12px;
	display:block;
	width:140px;
	border-bottom:1px solid #b3d3d8;
	
}
/* style the links for the top level */
#nav a{
	display:block;
	float:left;
	text-decoration:none;
	color:#0089b2;
	padding:6px 10px 3px 10px;

}
#nav a.top, #nav a.home{
	background:#dfedef;	
	padding:7px 17px 2px 17px;
	z-index:10;
}
#nav a.getbid{
	color:#fe0c00;
}
#nav a.home{
	padding:7px 15px 2px 35px;
}

/* style the sub level links */
#nav ul ul a{
	display:block;
	color:#0089b2;
	font:normal 11px Arial, Helvetica, sans-serif;
	padding:0px;
	}

/* style the table so that it takes no part in the layout - required for IE to work */
#nav table {
	position:absolute;
	left:0;
	top:0;
	font-size:1em;
	z-index:-1;
}
#nav ul ul table {
	lef\t:-1px;
}
#nav ul ul table ul.left {
	margin-lef\t:2px;
}
#nav li:hover {
	position:relative;
	}
* html #nav a:hover {
	position:relative;
}


/* style the sub level 1 background */
#nav ul :hover a.sub1 {
}

/* style the level hovers */
/* first */

#nav a:hover {
	color:#00536c;
	}
#nav :hover > a {
	ccolor:#00536c;

}
#nav a.curents {
	color:#cd8c5d;
	
}
/* second */
#nav ul ul a:hover {
	color:#00536c;
	}
#nav ul ul :hover > a {
color:#00536c;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav ul ul {
	visibility:hidden;
	position:absolute;
	font-weight:normal;
	top:23px;
	left:0;
	width:180px;
	padding:0px;
	bottom:0px;
	border:0px;
}
/* position the third level flyout menu */
#nav ul ul ul {
	left:15em;
	_left:14em;
	top:0;
	font-weight:normal;
	width:14em;
}
/* position the third level flyout menu for a left flyout */
#nav ul ul ul.left {
	left:-14em;
}
/* make the second level visible when hover on first level list OR link */
#nav ul li:hover ul, #nav ul li a:hover ul {
	visibility:visible;
	height:auto;
	font-weight:normal;
	padding-bottom:3em;
	}
/* keep the third level hidden when you hover on first level list OR link */
#nav ul :hover ul ul {
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#nav ul :hover ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#nav ul :hover ul :hover ul {
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
#nav ul :hover ul :hover ul :hover ul {
	visibility:visible;
}

