/* navigation stuff */
body {
	behavior: url("/global/nav/csshover.htc"); /* WinIE behaviour call */ 
}

div#branding_nav {
	z-index:30;
}

#branding_nav ul#nav {
	position:absolute;
	top:62px;
	right:-5px;
	width:603px;
	height:38px;
	float: left; 
	z-index:21; 
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	border:0px solid black;
}

#nav a{
	text-decoration:none;
}

#home, #forum, #community, #resources, #store, #support, #about, #contact {
	float:left;
	height:38px;
	margin-left:0px;
	margin-right:0px;
}

#home:hover ul.level2, #forum:hover ul.level2, #community:hover ul.level2, #resources:hover ul.level2, #support:hover ul.level2, #store:hover ul.level2, #about:hover ul.level2 {
	display:block;
	position:absolute;
	z-index:30;
}

#home {width:82px;}

#home a, #home a:visited {background:url("/img/btn-home.gif") top left no-repeat;}

#home a:hover {background:url("/img/btn-home.gif") top right no-repeat;}

#forum  {width:91px;}

#forum a, #forum a:visited {background:url("/img/btn-discuss.gif") top left no-repeat;}

#forum a:hover {background:url("/img/btn-discuss.gif") top right no-repeat;}

#community {width:124px;}

#community a, #community a:visited {background:url("/img/btn-community.gif") top left no-repeat;}

#community a:hover {background:url("/img/btn-community.gif") top right no-repeat;}

#resources {width:108px;}

#resources a, #resources a:visited {background:url("/img/btn-resources.gif") top left no-repeat;}

#resources a:hover {background:url("/img/btn-resources.gif") top right no-repeat;}

#store {width:73px;}

#store a, #store a:visited {background:url("/img/btn-store.gif") top left no-repeat;}

#store a:hover {background:url("/img/btn-store.gif") top right no-repeat;}

/*
#support {width:157px;}

#support a, #support a:visited {background:url("/img/btn-support.gif") top left no-repeat;}

#support a:hover {background:url("/img/btn-support.gif") top right no-repeat;}*/

#about {width:82px;}

#about a, #about a:visited {background:url("/img/btn-about.gif") top left no-repeat;}

#about a:hover {background:url("/img/btn-about.gif") top right no-repeat;}

#contact {width:117px;}

#contact a, #contact a:visited {background:url("/img/btn-contact.gif") top left no-repeat;}

#contact a:hover {background:url("/img/btn-contact.gif") top right no-repeat;}

#nav li {
	position: relative; 
	list-style: none; 
} 

#nav li a {
	display: block; 
	height:38px;
	border:0px solid black;
}
	
#nav li a:hover {

}

#nav ul li {
	z-index:22;
}

#nav ul {
	position: absolute; 
	width:130px ; 
	left:20px;
	display: none; /*Hides dropdowns*/ 
	z-index: 23;
}

#nav ul li { 
	border-bottom: 1px solid #7f9ab1;
}

#nav li.submenu li.submenu {
	width:130px;
	height:auto;
	padding:0px;
}

ul.level1 li.submenu:hover {
	background-color: transparent; /*needed for ie6*/
}

#nav ul.level2 li.submenu:hover, #nav ul.level2 li:hover {
	background-color: #fff; /*changes dropdown hover bg color*/
}

#nav ul.level2 {
	position:absolute;
	top: 38px; 
	left: 18px; 
	width:130px; 
	padding:0;
	border-left: 1px solid #7f9ab1; 
	border-right: 1px solid #7f9ab1;
}

#nav ul.level2 li {
	width:130px; 
	background-color: #d3dce4;
	height:auto;
	background-image:none;
}

#nav ul.level2 a {
	color:#323232;
	font:bold 11px arial, Verdana sans-serif;
	padding:5px; 
	width: 120px !important; 
	width:130px;
	height:auto;
	background-image:none;
}

#nav ul.level2 a:hover {
	background-image:none;
	background-color:#fff; /*changes dropdown hover bg color in IE6*/
	color:#39b54a; /*change subnav text color on hover*/
}

/*IE6 fix - removes main btn bg image from behind dropdowns */
#nav ul.level2 li a{
	background-image:none;
}

#nav ul.level2 li a:visited {
	background-image:none;
}

#nav ul.level2 li a:hover {
	background-image:none;
}

