@charset "UTF-8";
/* CSS Document */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	background: #9b0e21;
	float:left;
	width:931px;
	border-bottom:1px solid #FFFFFF;
}
#nav li a {
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	line-height:25px;
	padding:6px 10px;
	background:url(sep.gif) no-repeat top right;
}
#nav li a:hover {
	background-color:#f8f5e0;
	color:#000;
}
#nav li ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	text-indent:0px;
	text-decoration:none;
	white-space:nowrap;
	display:inline-block;
	display:block;
	color:#9B0D21;
	width:160px;
	line-height:20px;
	padding:0 0 0 15px;
}
#nav li ul.wider li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	text-indent:0px;
	text-decoration:none;
	white-space:nowrap;
	display:block;
	color:#9B0D21;
	width:250px;
	line-height:20px;
	padding:0 0 0 15px;
}
#nav li ul.medium li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	text-indent:0px;
	text-decoration:none;
	white-space:nowrap;
	display:block;
	color:#9B0D21;
	width:210px;
	line-height:20px;
	padding:0 0 0 15px;
}
#nav li { /* all list items */
	float: left;
	height:27px;/* width needed or else Opera goes nuts */
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	margin: 13px 0 0 0em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color:#FFFFFF;
	border:2px solid #9B0D21;
	_height: 1%;
}
#nav li ul li {
	float: none;
	height:auto;
 *height: 1%;
	_height: 1%;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -20px 0 0 177px;
	background-color: #fff;
	z-index: 99;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav .has-next-level {
	background:url(nav-arrow-off.gif) right 5px no-repeat;
	margin:0 5px 0 0;
}
#nav .has-next-level:hover {
	background:#f8f5e0 url(nav-arrow-on.gif) right 5px no-repeat;
}
/* 
	#nav{
		width:100%;
		
		
	}
	#nav ul{
		margin: 0;
		padding: 0;
		display: inline;
		
	}
	#nav ul li{
		margin: 0;
		padding: 0;
	   float:left;
	   position: relative;
	   list-style-type:none;
		
	}
	#nav ul li a{
	   display:block;
	   height:29px;
	   text-indent:-9009px;
	}
	*/
/*#nav-home {
	background:transparent url(1_home.png) no-repeat top right;
	width:74px;
}
#nav-home a {
	height: 16px;
}
#nav-home ul li a {
	height: 22px;
}
#nav-experts {
	background:transparent url(2_experts.png) no-repeat top left;
	width:87px;
}
#nav-experts a {
	height: 16px;
}
#nav-experts ul li a {
	height: 22px;
}
#nav-resources {
	background:transparent url(3_resources.png) no-repeat top left;
	width:103px;
}
#nav-resources a {
	height: 16px;
}
#nav-resources ul li a {
	height: 22px;
}
#nav-services {
	background:transparent url(4_services.png) no-repeat top left;
	width:91px;
}
#nav-services a {
	height: 16px;
}
#nav-services ul li a {
	height: 22px;
}
#nav-events {
	background:transparent url(5_mediaAndEvents.png) no-repeat top left;
	width:146px;
}
#nav-events a {
	height: 16px;
}
#nav-events ul li a {
	height: 22px;
}
#nav-issues {
	background:transparent url(6_issues.png) no-repeat top left;
	width:78px;
}
#nav-issues a {
	height: 16px;
}
#nav-issues ul li a {
	height: 22px;
}
#nav-mam-tv {
	background:transparent url(7_mam-tv.png) no-repeat top left;
	width:85px;
}
#nav-mam-tv a {
	height: 16px;
}
#nav-mam-tv ul li a {
	height: 22px;
}
#nav-store {
	background:transparent url(8_store.png) no-repeat top left;
	width:74px;
}
#nav-store a {
	height: 16px;
}
#nav-store ul li a {
	height: 22px;
}
#nav-about-us {
	background:transparent url(0_about-us.png) no-repeat top left;
	width:88px;
}
#nav-about-us a {
	height: 16px;
}
#nav-about-us ul li a {
	height: 22px;
}
#nav-contact {
	background:transparent url(9_contactUs.png) no-repeat top left;
	width:105px;
}
#nav-contact a {
	height: 16px;
}
#nav-contact ul li a {
	height: 22px;
}*/
/*
	#nav ul li ul {
		display:none;
		position: absolute; 
		top: 1em;
		margin: 0;
		padding: 0;
		left: 0;
		background-color:#FFFFFF;
		border:2px solid #9B0D21;
	}
	#nav ul li ul li{
		margin: 0;
		padding: 0;
		float:none;
		list-style-type:none;
background-color:#FFFFFF;
	

	}
	#nav ul li ul li:hover{
		background-color:#f8f5e0;
	
	}
	#nav ul li ul li a{
		font-family:Arial,Helvetica,sans-serif;
		font-size:13px;
		font-style:normal;
		font-weight:bold;
		text-indent:0px;
		text-decoration:none;
		white-space:nowrap;
		display:block;
		color:#9B0D21;
		cursor:default;
		padding:5px;
		height:12px;
		
	}
	#nav li:hover ul { 
		display:block;
		margin-top:11px;
		padding:0px 0em;
		
		
	}
*/
	
#sign-up-free {
	background:url(sign-up-free-bg.gif) no-repeat top left;
	font-size:9px;
	padding:35px 5px 0px 13px;
	margin:0px;
 *background: #fff url(sign-up-free-bg.gif) no-repeat top left;
}
#sign-up-free-header {
	display:none;
}
#sign-up-free input {
	font-size:10px;
	display: block;
}
#sign-up-free form {
	padding:16px 0px 16px 0px;
	margin:0;
}
#experts {
	text-indent:-9009px;
	background:url(subnav-experts.gif) top left no-repeat;
}
#contact {
	text-indent:-9009px;
	background:url(sub_hdr_ContactUs.jpg) top left no-repeat;
}
#resources {
	text-indent:-9009px;
	background:url(sub_hdr_Resources.jpg) top left no-repeat;
}
#issues {
	text-indent:-9009px;
	background:url(sub_hdr_issues.jpg) top left no-repeat;
}
#events-feedback {
	text-indent:-9009px;
	background:url(sub_hdr_EventsandFeedback.jpg) top left no-repeat;
}
#services {
	text-indent:-9009px;
	background:url(sub_hdr_Services.jpg) top left no-repeat;
}
#whitelist {
	text-indent:-9009px;
	background:url(sub_hdr_whitelist.jpg) top left no-repeat;
}
#corner {
	text-indent:-9009px;
	background:url(sub_hdr_Corner.jpg) top left no-repeat;
}
#subnav {
	width:151px;
}
#subnav ul {
	margin: 0;
	padding: 0;
}
#subnav ul li {
	margin: 0;
	padding: 0;
	list-style-type:none;
	background: #fff url(subnav-bg.gif) top left no-repeat;
 *margin-bottom: -3px;
}
#subnav ul li a {
	background:url(subnav-bullet.gif) no-repeat 8px 8px;
	color:#9B0D21;
	font-weight: normal;
	display:inline-block;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #CDCDCD;
	font-size:12px;
	margin:0;
	padding:6px 6px 6px 22px;
	text-decoration:none;
}
#metanav {
	width:100%;
}
#metanav ul {
	margin: 0;
	padding: 0;
	display: inline;
}
#metanav ul li {
	margin: 0;
	padding: 8px 15px;
	float:left;
	list-style-type:none;
}
#metanav ul li a {
	display:block;
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-transform:capitalize;
	text-decoration:none;
}
/* style for drop down boxes to accomodate larger category names */	
#nav li#nav-experts ul li.cat-item-28 ul.children {
	width:310px;
}
#nav li#nav-experts ul li.cat-item-10 ul.children {
	width:310px;
}
#nav li#nav-experts ul li.cat-item-14 ul.children {
	width:310px;
}
#nav li#nav-experts ul li.cat-item-36 ul.children {
	width:310px;
}
#nav li#nav-services ul li.cat-item-54 ul.children {
	width:350px;
}
#nav li#nav-contact ul.wider {
	width:275px;
}
