/* Custom: Menu */


#nav { 
	padding:0 0px; font-size:1.2em; 
	background-image: url('../images/main_menu_bg.gif');
	background-repeat: repeat-x;
}

/************** ALL LEVELS  *************/
#nav li { position:relative; text-align:left; 	background: url(../images/primary-nav-pipe.gif) no-repeat right;}
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; /*line-height:1.3em; */text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; padding-left: 4px;}
#nav li ul span {white-space:normal; }

#nav ul li.parent a { background:url(../images/i_nav-parent.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/************ 0 LEVEL  ***************/
#nav li { float:left; }
#nav li.active a { color:#b6e600; }
#nav a { float:left; padding:5px 12px 6px 8px; font-weight:bold; color:#fff; }
#nav li.over a,
#nav a:hover { color:#fff; }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(../images/nav_divider.gif) repeat-x 0 100%; }
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }
#nav ul li a { background:#ecf3f6; }

/************ 2ND LEVEL ************/
/* Customization: width adjusts the width of the dropdowns */
#nav ul { position:absolute; width:12em; top:25px; left:-10000px; border:1px solid #b1b1b1; }

/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background-color:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }





.nav-primary {
	clear:both;
	float:left;
	width:100%;
	background:#d9d9d9;
}
.nav-secondary {
	clear:both;
	float:left;
	width:100%;
	background:#666;
	height: 0px;
}

a.primary-link, a.primary-link:visited {
	padding:9px 8px 9px 8px;
	color:#333333;
	background:#d9d9d9 url(../images/primary-nav-pipe.gif) no-repeat right;
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	font-size:1.0em;
	line-height:1.1em;
	text-transform:none;
	text-decoration:none;
	display:block;
	float:left;
	white-space:nowrap;
}
a.primary-link:hover, a.primary-link:active {
	background:#999;
	color:#fff;
	text-decoration:underline;
}

a.secondary-selected, a.secondary-selected:visited {
	color:#cf0;
	padding:8px 9px 8px 9px;
	font-size:1.0em;
	line-height:1.1em;
	text-decoration:none;
	text-transform:none;
	background:#666 url(../images/primary-nav-pipe.gif) no-repeat right;
	letter-spacing:0.05em;
	display:block;
	float:left;
	white-space:nowrap;
}
a.secondary-selected:hover, a.secondary-selected:active {
	text-decoration:underline;	
}
a.secondary-selected-no-pipe, a.secondary-selected-no-pipe:visited {
	color:#cf0;
	padding:8px 9px 8px 9px;
	font-size:1.0em;
	line-height:1.1em;
	text-decoration:none;
	text-transform:none;
	letter-spacing:0.05em;
	display:block;
	float:left;
	white-space:nowrap;
}
a.secondary-selected-no-pipe:hover, a.secondary-selected-no-pipe:active {
	text-decoration:underline;	
}
a.secondary-link, a.secondary-link:visited {
	color:#fff;
	padding:8px 9px 8px 9px;
	font-size:1.0em;
	line-height:1.1em;
	text-transform:none;
	text-decoration:none;
	background:#666 url(../images/primary-nav-pipe.gif) no-repeat right;
	letter-spacing:0.05em;
	display:block;
	float:left;	
	white-space:nowrap;
}
a.secondary-link:hover, a.secondary-link:active {
	text-decoration:underline;	
}
a.secondary-link-no-pipe, a.secondary-link-no-pipe:visited {
	background:#666;
	color:#fff;
	padding:8px 9px 8px 9px;
	font-size:1.0em;
	line-height:1.1em;
	text-transform:none;
	text-decoration:none;
	letter-spacing:0.05em;
	display:block;
	float:left;
	white-space:nowrap;
}




#categories {
	margin:0; padding:0;
	width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/main_menu_bg.gif');
	background-repeat: repeat-x;
}

#category-list {
	margin:0; padding:0;
	width:auto; height:auto;
	list-style:none;
}

		
#category-list {
	margin:0; padding:0;
	width:auto; height:auto;
	list-style:none;
}

#category-list li {
	width:auto; height:auto;
	float:left;
}

#category-list li.current-cat {
	width:auto; height:auto;
	float:left;
	background:#d7e5e9;
	border-top:1px solid #d7e5e9;
}

#category-list li.current-cat, #category-list li:hover {
	background-image: url('../images/main_menu_bg_hover.gif');
	background-repeat: repeat-x;
}	

#category-list li a {
	font:normal .8em Arial, Helvetica, sans-serif; color:#ffffff;
}
	
#category-list li.active a {
	font:bold .8em Arial, Helvetica, sans-serif;
	color:#fff;
	background-image: url('../images/main_menu_bg_hover.gif');
	background-repeat: repeat-x;
	font-weight:bold;
	text-decoration:none;	
	display:block;
	white-space:nowrap;
}

#category-list li.level1 a {
	font:bold .8em Arial, Helvetica, sans-serif;
	color:#fff;
	background:#fbfaf6;
	font-weight:bold;
	text-decoration:none;	
	display:block;
	white-space:nowrap;
}			

#category-list li.level1 a:hover {
	font:bold .8em Arial, Helvetica, sans-serif;
	color:#fff;
	background:#dee7ef;
	font-weight:bold;
	text-decoration:none;	
	display:block;
	white-space:nowrap;
}			

#category-list li a:hover {
	text-decoration:none; color:#ffffff;
	background-image: url('../images/main_menu_bg_hover.gif');
	background-repeat: repeat-x;		
}

	

/*- Menu Tabs 6--------------------------- */

#tabs6 {
  float:right;
  width:100%;
  font-size:1em;
  line-height:normal;
  font-weight:normal;
  }
#tabs6 ul {
  margin:0;
  padding:22px 10px 0 0px;
  list-style:none;
  float:right;  
  }
#tabs6 li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs6 a {
  float:left;
  background:url("../images/tableft6.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  color:#fff;
  }
#tabs6 a span {
  float:left;
  display:block;
  background:url("../images/tabright6.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#fff;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs6 a span {float:none;}
/* End IE5-Mac hack */
#tabs6 a:hover span {
  color:#FFF;
  }
#tabs6 a:hover {
  background-position:0% -42px;
  }
#tabs6 a:hover span {
  background-position:100% -42px;
  }
  