@charset "UTF-8";
/* CSS Document */

/* ---------- parent level ----------------------- */
#topnavholder {
	width: auto;
	font-size: 18px;
	color: #FFFFFF;
	height: auto;
	clear: both;
	float: left;
}
#topnav  {
	height: auto;
	width: 973px;
	margin: 0px;
	color: #FFFFFF;
	background-image: url(../images/nav/top_nav_bg.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	position: relative;
	}
#topnav li {
	width: 160px;
	height: 48px;
	list-style-type: none;/* required for IE6 */
	font-size: 16px;
	/*background-image: url(../images/nav/top_nav_divider.png);
	background-repeat: no-repeat;
	background-position: right top;*/
	font-weight: lighter;
	line-height: 35px;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: none;
	position: relative;
}
#topnav li .client{
	background-image: url(../images/nav/nav_but_f2.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
#topnav li a {
	text-decoration: none;
	color: #FFFFFF;
	/*padding-right: 22px;
	padding-left: 20px; */
	height: 38px;
	width: auto;
	padding-top: 10px;
	display: block;
	text-align: center;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	cursor: pointer;
	cursor: hand;
}
#topnav li a:link {
	color: #FFFFFF;
}
#topnav li a:visited {
/* left blank for Safari fix */	
}
#topnav li a:hover {
	color: #000000;
	background-image: url(../images/nav/nav_but.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
#topnav li a:active {
	color: #333333;
	background-image: url(../images/nav/nav_but.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
#topnav li a span {
	display: inline-block;
	height: auto;
	width: auto;
	text-align: center;
	position: relative;
}
#topnav li a .arrow {
	background-image: url(../images/nav/arrow_down.png);
	height: 35px;
	width: 12px; /* the width of the image */
	overflow: visible;
	background-repeat: no-repeat;
	display: inline-block;
	background-position: 6px 12px; /* the sum of the width of the image */
	vertical-align: text-top;
	padding-left: 5px;
	position: relative;
	float: left;
}
#topnav li a:hover .arrow{
	background-image: url(../images/nav/arrow_down_f2.png);
}
#topnav li a .text {
	height: 35px;
	width: auto; /* the width of the image */
	overflow: visible;
	display: inline-block;
	position: relative;
	white-space: nowrap;
	clear: left;
	float: left;
}
#topnav li a .center {
	height: 35px;
	width: 100%; /* the width of the image */
	overflow: visible;
	display: block;
	white-space: nowrap;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: left;
}
/* ---------- child level ----------------------- */
/* define the nav default class */

.navdrop {
	height: auto;
	width: auto;
	left: 0px;
	top: 0px;
	position: absolute;/*	background-position: -10px 0px;
	background-image: url(../images/nav/nav_left_bg.gif); 
	removed for IE6*/
	display: block;
	padding-top: 10px;
	visibility: hidden;
}
.navdrop .center-content {
	border-radius: 5px; /* corner for IE */
	-moz-border-radius: 5px; /* corner for firefox */
	-moz-box-shadow: 2px 2px 7px #333333; /* shadow for firefox */
	-webkit-border-radius: 5px; /* corner for safari */
	-webkit-box-shadow: 2px 2px 7px rgba(51,51,51,0.9); /* shadow for safari */
	box-shadow: rgba(51,51,51,0.9) 2px 2px 0 7px; /* upcoming convention? */
	background-color:rgba(51,51,51,0.9); /* bg col + alpha for safari and firefox */
	_background:#000000; /* IE 6 and below */
	*background:#000000; /* IE 8 and below */
	background-color: #000000; /* all browsers */
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=8)  shadow for IE */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EFEF99, endColorstr=#99EFEF99);  /*bg for IE declare alpha by adding 1-99 in front so #90EFEF99 doesnt work in ie6  */
	display: block;
	height: auto;
	width: 100%;
	margin: 0px;
	clear: both;
	border: 1px solid #1F1F1F;
	float: left;
	position: relative;
	padding-top: 9px;
	padding-right: 14px;
	padding-bottom: 9px;
	padding-left: 14px;
}
/* the menu dropdown items */
#nav-col  {
	height: 100%;
	width: 100%;
	margin: 0px;
	color: #FFFFFF;
	background-image: none;
	display: block;
	padding: 0px;
}
#nav-col li {
	height: auto;
	width: 100%;
	text-align: left;
	list-style-type: none; /* required for IE6 */
	background-image: none;
	font-weight: lighter;
	line-height: 18px;
	vertical-align: middle;
	list-style-type: none;
	display: block;
	position: static;
	clear: both;
	white-space: nowrap;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#nav-col li a {
	list-style-type: none; /* required for IE6 */
	height: auto;
	text-decoration: none;
	color: #FFFFFF;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	text-indent: 4px;
	font-weight: lighter;
}
#nav-col li a:link {
	color: #FFFFFF;
}
#nav-col li a:visited {
/* left blank for Safari fix */	
}
#nav-col li a:hover {
	/* 	background-image: url(../images/nav/nav_bg_hover.png); removed for IE6 */
	color: #FFFFFF;
	background-color: #333333;
	background-image: none;
}
#nav-col li a:active {
	color: #FFFFFF;
	background-image: none;
}
#nav-col li a span {
	height: auto;
	width: auto;
	padding-left: 0px;
	font-size: 0px;
	position: relative;
}
#nav-col .img {
	height: 40px;
	width: 40px;
	border: 1px solid #89AE81;
	margin-right: 5px;
	float: left;
	display: block;
}
.nav-lcol {
	float: left;
	height: auto;
	width: 200px;
}
.nav-rcol {
	float: right;
	height: auto;
	width: auto;
	padding-bottom: 5px;
}
.nav-mcol {
	height: 18px; 
	width: auto;
	padding-top: 4px;
	display: block;
	vertical-align: middle;
}
.nav-divider {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	line-height: 0px;
	width: auto;
	font-size: 0px;
	height: auto;
	clear: both;
	margin-top: 3px;
}
/* the menu dropdowns */
#navdrop1 {
	left: 0px;
	top: 44px;
}
#navdrop2 {
	left: 0px;
	top: 44px;
}
#navdrop3 {
	left: 0px;
	top: 44px;
}
#navdrop4 {
	left: 0px;
	top: 44px;
}
