/*styles for main nav menu*/

body { 
	/*behavior:url(/css/iehover.htc); */
}
.topmenu{
	width: 920px;
	background-color: #2479CE;
	height: 30px;
	display: block;
}
#mainNavMenu { 
	width: 920px; 
	height: 30px;
	background:url(/images/nav_bg.gif) 0 0 repeat-x;
	font-size:12pt;
	list-style-type: none;
	position: absolute;	
}

#menuItems { 
	position: relative; 
	width: 920px; 
	height: 35px;
}

#menuItems ul { 
	float: left; 
	width: 1110px;
}

#menuItems ul li {
	background:url(/images/nav_divider.gif) 100% 0 no-repeat;
	display: block;
	color: white;
	float: left;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	width: auto;
	text-transform: uppercase;
}
     
      
#menuItems ul li a { 
	float: left; 
	text-decoration: none;
	font-size:12px;
	text-transform:uppercase;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 19px;
	padding-bottom: 18px;
	padding-left: 19px;	
}
#menuItems .last {
	background-image: none!important;
}
#menuItems ul li a:link { 
	color: white; 
	text-decoration: none 
}

#menuItems ul li a:visited { 
	color: white; 
	text-decoration: none
}
#menuItems ul li a:hover { 
	color: black; 
	text-decoration: none
}
#menuItems ul li div {
	position: absolute; 
	height: 35px; 
	top: 31px; 
	left: 0px; 
	margin: 0px;
    width: 920px; 
	display: none;  
}
/*#menuItems ul li.sectionActive a.active {
	color: #000000;
	background-image: url(/images/nav_active.gif);
	background-repeat: no-repeat;
	background-position: center 30px;
	background-color: #2176cc;
}*/
#menuItems ul li.sectionActive a.active {
	color: #000000;
	background-image: url(/images/nav_active.gif);
	background-repeat: no-repeat;
	background-position: center 30px;
	z-index: 25;
	position: relative;
}
#menuItems ul li.sectionActive div {
	display: block;
	z-index:5;

}
           
#menuItems ul .showSub div, #menuItems ul li:hover div { 
	display: block; z-index: 20; 
}

         
#menuItems ul li div ul {
	padding: 0; 
	width: auto; 
	float: none; 
	height: 20px
}

#menuItems ul li div ul li {
	color: black;
	font-weight: normal;
	float: left;
	list-style-type: none;
	margin-right: 5px;
	padding: 4px 0 0 6px;
	border: 0;
	text-transform: none;
	font-size: 12px;
	background-color: transparent;
	height: 12px;
	background-image: none;
	line-height: 10px;
}

#menuItems ul li div ul li.leftside { 
	border: 0;
	margin-left: 0px; 
}
    
#menuItems ul li div ul li a {
	float: left;
	color: #FFFFFF;
	padding-bottom: 2px;
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
}

/*#menuItems ul li div ul li a:link { 
	color: #ddd; 
	text-decoration: none;  
}*/

#menuItems ul li div ul li a:visited { 
	color: #eee;  
	text-decoration: none
}

#menuItems ul li div ul li a:hover { 
	color: white;
	text-decoration: underline;
}

#menuItems ul li div ul li a.currentSection:link { 
	color: #fff;  
	text-decoration: underline;
}

#menuItems ul li div ul li a.currentSection:hover { 
	color: white;
}
#menuItems ul li div ul li a.currentSection:visited { 
	color: #fff;  
	text-decoration: underline;
}

#menuItems ul li div ul li a.currentSection:hover { 
	color: white;
}


/* Section 1 - About Us */

#section1 div {
	color: white;
	background-color: #000000;
}
#section1:hover{}
#section1 div ul { 
	margin: 2px 2px 0px 10px; 
}


/* Section 2  - Media*/

#section2 div {
	color: white;
	background-color: #000000;
}
#section2:hover{}
#section2 div ul { 
	margin: 2px 2px 0px 60px; 
}

/* Section 3  - Advocacy*/

#section3 div {
	color: white;
	background-color: #000000;
}
#section3:hover{}
#section3 div ul { 
	margin: 2px 2px 0px 70px; 
}

/* Section 4 - Consumer Info*/

#section4 div {
	color: white;
	background-color: #000000;
}
#section4:hover{}
#section4 div ul { 
	margin: 2px 2px 0px 190px; 
}

/* Section 5 - Membership*/


#section5 div {
	color: white;
	background-color: #000000;
}
#section5:hover{}
#section5 div ul { 
	margin: 2px 2px 0px 270px; 
}


/* Section 6 - Conventions & Events*/

#section6 div {
	color: white;
	background-color: #000000;
}
#section6:hover{}
#section6 div ul { 
	margin: 2px 2px 0px 230px; 
}


/* Section 7 - Business Resources*/

#section7 div {
	color: white;
	background-color: #000000;
}
#section7:hover{}
#section7 div ul {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 50px;
}


.subnavblock {
	background-color: #000000;
	height: 36px;
}
