/* Basic code - don't modify */
 
 #sitenav {
	display: block;
	margin: 0;
	position: relative;
}
#sitenav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
#sitenav a {
	display: block;
	float:left;
}
#sitenav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
* html #sitenav ul {
	line-height: 0;
} /* IE6 "fix" */
#sitenav ul a {
	zoom: 1;
} /* IE6/7 fix */
#sitenav ul li {
	float: left;
	display: block;
}
/*	 #sitenav ul li a { float: none; }*/
    #sitenav ul ul {
	top: 0;
}
/* Essentials - configure this */

#sitenav ul {
	width: 231px;
}
#sitenav ul ul {
	left: 241px;
}
/* Everything else is theming */
 
/*#sitenav { background-color: #30A8C3; height: 24px; }
#sitenav *:hover { background-color: none; }
#sitenav a { border-right: 1px solid white; color: white; font-size: 12px; padding: 6px; line-height: 1; }
  #sitenav li.hover a { background-color: #5E5A5A; }
  #sitenav ul { top: 25px; }
    #sitenav ul li a { background-color: #5E5A5A; }
      #sitenav ul a.hover { background-color: #30A8C3; }*/
 /*  #sitenav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }*/
/* #sitenav ul a { border-bottom: none; } - I also needed this for IE6/7 */

#sitenav {
	background: url(../images/nav_bg.jpg) no-repeat 0 0;
	width:960px;
	height:40px;
	float:left;
	padding:7px;
	z-index: 100;
}
#sitenav li {
	background: url(../images/seperator.gif) no-repeat 100% 0;
	list-style: none;
	float:left;
}
#sitenav li.last {
	background: none;
}
#sitenav li a {
	height:40px;
	display: inline;
	padding: 0 13px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	line-height: 40px;
	font-size:12px;
	float:left;
}
#sitenav li a:hover {
	background: url(../images/nav_arrow_hover.gif) no-repeat 50% 0;
}
#sitenav li ul {
	padding:35px 0 0 0;
	top:5px;
}
#sitenav li ul#members {
	background: url(../images/sitenav_sub2_bg.gif) no-repeat 0 0;
	width: 225px;
}
#sitenav li ul#brokers {
	background: url(../images/sitenav_sub3_bg.gif) no-repeat 0 0;
	width: 225px;
}
#sitenav li ul#providers {
	background: url(../images/sitenav_sub4_bg.gif) no-repeat 0 0;
	width: 225px;
}
#sitenav li ul#products {
	background: url(../images/sitenav_sub5_bg.gif) no-repeat 0 0;
	width: 77px;
}
#sitenav li ul#otherproducts {
	background: url(../images/sitenav_sub8_bg.gif) no-repeat 0 0;
	width: 225px;
}
#sitenav li ul#employer {
	background: url(../images/sitenav_sub-_bg9.gif) no-repeat 0 0;
	width: 225px;
}
#sitenav li ul#providernetwork {
	background: url(../images/sitenav_sub6_bg.gif) no-repeat 0 0;
	width: 182px;
}
#sitenav li ul#preauth {
	background: url(../images/sitenav_sub7_bg.gif) no-repeat 0 0;
	width: 225px;
}
#sitenav li ul li {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-width: 0 1px 1px 1px;
	width: 240px;
	height: 27px;
}
#sitenav li ul li a {
	color: #1a3b7d;
	background: #ffffff url(../images/sitenav_sub_arrow.gif) no-repeat 219px 12px;
	width: 216px;
	line-height: 27px;
	height: 27px;
	padding: 0 12px;
	font-size: 12px;
	font-weight:normal;
}
#sitenav li ul li a:hover {
	background: #eeeeee url(../images/sitenav_sub_arrow.gif) no-repeat 219px 12px;
}
#sitenav li ul li ul {
	width:240px;
	background:none;
	border: 1px solid #e5e5e5;
	padding:0;
	top:-1px;
}
#sitenav li ul li ul li {
	background: #eeeeee;
	width: 240px;
	border: none;
	height: 27px;
}
#sitenav li ul li ul li a {
	color: #c02739;
	background: #eeeeee url(../images/sitenav_sub_arrow.gif) no-repeat 6px 12px;
	width: 216px;
	line-height: 27px;
	height: 27px;
	padding: 0 6px 0 18px;
}
#sitenav li ul li ul li a:hover {
	background: #c02739 url(../images/sitenav_sub_arrow.gif) no-repeat 6px 12px;
	color: #ffffff;
}

