@charset "utf-8";
/* CSS Document */

 /* twoColElsLtHdr and navbar defined in b2b-test.css */
#navbar a {
	text-decoration: none;
}

#navbar ul
{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	font-family: Verdana, Arial, Sans-Serif;
	list-style-type: none;
}


/* dropdown menu styles */
#menu ul	{ 
	list-style: none; 
}
/* LEVEL ONE*/
ul.dropdown { 
	position: relative; 
}
ul.dropdown li	{ 
	font-weight: bold; 
	float: left; 
	zoom: 1; 
	/*background: #ccc;*/
}
ul.dropdown a:hover { 
	color: #4e7343; 
}
ul.dropdown a:active { 
	color: #36C; 
}
ul.dropdown li a { 
	display: block; 
	padding: 4px 8px; 
	/*border-right: 1px solid #333;*/
	color: #666; 
}
ul.dropdown li:last-child a	{ 
	border-right: none; 
} /* Doesn't work in IE */

ul.dropdown li.hover,
ul.dropdown li:hover	{ 
	color: #4e7343; 
	position: relative; 
}
ul.dropdown li.hover a	{ 
	color: #4e7343; 
}


/* LEVEL TWO */
ul.dropdown ul	{ 
	width: 200px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: -20px;
	z-index: 999;
}
ul.dropdown ul li	{ 
	font-weight: normal; 
	background: #f6f6f6; 
	color: #00519a; 
	border-bottom: 1px solid #ccc;
	left: -10px; 
	float: none; 
}

ul.dropdown ul li a:hover	{ 
	color: #666;
	background: #FFFF99;
	display: block;
	border-left: #4e7343 thick solid;
}
									  
 /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a		{ 
	border-right: none; 
	width: 100%; 
	display: inline-block; 
} 

/* LEVEL THREE */
ul.dropdown ul ul	{ 
	left: 100%; 
	top: 0; 
}
ul.dropdown li:hover > ul { 
	visibility: visible;
}

<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
