.thrColFixHdr #navbar1 {
	padding-top:0px;
	position: absolute;
	float: left;
	visibility: visible;
	z-index: 4;
	margin: 0;
	left: 293px;
	top: 0px;
	width:667px;
	height: 70px;
	background-image: url(/images/bg_nav-bar.png);
	background-repeat: no-repeat;
	filter: alpha(opacity=85);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
 -moz-opacity: 0.85; opacity:0.85;
} 

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/pro_drop11.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.
=================================================================== */


.menu2 {
	padding:0 0 0 30px;
	margin:0;
	list-style:none;
	height:60px;
	position:absolute;
	top: 0px;
	left: 0px;
	font-family:"trebuchet MS", arial, verdana, sans-serif;
	width: 665px;
	a visited {color:#fff;}
}
.menu2 li {float:left; }
.menu2 li a {display:block; float:left; height:60px; color:#fff; text-decoration:none; line-height:60px; font-size:13px; padding:0 10px 0 10px;} /* height is link area, padding is area inside block */
.menu2 li a:visited {color:#fff;} /* sets link color different from other links on page */

.menu2 li a:visited {color:#fff;} /* sets link color different from other links on page */

.menu2 li:hover {position:relative; z-index:200;}
/*.menu2 li.current a {color:#fff; background: #66a9ba;}  this highlights the first box in the menu upon page opening.*/

.menu2 li a:hover {position:relative; color:#fff; background: #66a9ba; text-decoration:none;}
.menu2 li:hover a {color:#fff; background: #66a9ba; text-decoration:none;}


.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

.menu2 div {position:absolute; left:-9999px; top:-9999px; height:auto; padding:15px;}
.menu2 div.single {width:170px;}
.menu2 div.double {width:340px;}
.menu2 div.largedouble {width:400px;}
.menu2 div.small {width:200px;}

.menu2 :hover div {left:0; top:60px; background:#66a9ba; filter: alpha(opacity=85);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
 -moz-opacity: 0.85; opacity:0.85;}

.menu2 :hover ul.sub {margin:0; padding:0; list-style:none; width:170px; float:left; height:auto;}
.menu2 :hover ul.subwide {margin:0; padding:0; list-style:none; width:230px; float:left; height:auto;}
.menu2 :hover ul.narrow {width:100px;}

.menu2 :hover ul.sub li {float:left;}
.menu2 :hover ul.subwide li {float:left;}

.menu2 :hover ul.sub li a {display:block; font-size:13px; height:auto; width:160px; line-height:20px; padding:0 0 0 10px; color:#fff; text-decoration:none;}
.menu2 :hover ul.subwide li a {display:block; font-size:13px; height:auto; width:220px; line-height:20px; padding:0 0 0 10px; color:#fff; text-decoration:none;}
.menu2 :hover ul.narrow li a {width:90px;}

.menu2 :hover ul.sub li a:hover {color:#fff; background:#94c2cf;}
.menu2 :hover ul.subwide li a:hover {color:#fff; background:#94c2cf;}

