/* Vertical Nav
------------------------------------------------------------------*/

/*ul#subnav {
	float: right;
	display: block;
	position: relative;	
	margin: 10px 0 0 0;
	padding: 0 0 7px 0;
	width: 197px;
	border-bottom: 3px solid #ff0;
	background: url(../images/nav_bg.jpg) repeat-y 0 0;
}

#subnav li {
	display: inline;
}

#subnav li a:link, #subnav li a:visited {
	float: left;
	display: block;
	line-height: 23px;
	width: 157px;
	height: 26px;
	padding-left: 20px;
	color: #fff;
	font-size: 0.85em;
	background: url(../images/navitem_bg.gif) no-repeat 0 0;
}

#subnav li a:hover, #subnav li.li-selected a {
	background-position: 0 -26px; 
	text-decoration: none;
}*/
 ul#subnav { /* all lists */
		padding: 0;
		float: right;
		margin: 10px 0 0 0;
		list-style: none;
		padding: 0 0 7px 0;
		width: 197px;
		border-bottom: 3px solid #ff0;
		background: url(../images/nav_bg.jpg) repeat-y 0 0;
		display: block;
		position: relative;
	}
	
	#subnav li { /* all list items */
		position: relative;
		float: left;
		display: inline;
		line-height : 2em;
		list-style: none;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 25px;
	}
	
	#subnav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin : -26px 0 0 197px;
		width: 195px;
		padding: 0;
		background: #676767;
		border-left: 8px solid #ff0;
	}
	
	#subnav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#subnav li a {
		display: block;
		line-height: 23px;
		width: 180px;
		height: 26px;
		padding-left: 20px;
		color: #fff;
		background: url(../images/navitem_bg.gif) no-repeat 0 0;
	}
	
	#subnav li a:hover, #subnav li.li-selected a {
		background-position: 0 -26px; 
		text-decoration: none;
	}
	
	#subnav li ul li a {
		background: none;
		width: 175px;
		line-height: 25px;
	}
	
	#subnav li ul li a:hover, #subnav ul li.li-selected a {
		font-weight: bold;
		background: #777;
	}
	
	#subnav li:hover a, #subnav li.sfhover a {
		background-position: 0 -26px; 
		text-decoration: none;
	}
	
	#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover ul ul, #subnav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfhover ul, #subnav li li.sfhover ul, #subnav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#subnav ul li a, #subnav ul li a:hover, #subnav ul li.sfhover a, #subnav ul li.sfhover a:hover {
		
	}

/* Top Tabs
------------------------------------------------------------------*/

ul#nav {
	float: left;
	display: block;
	position: relative;	
	margin: 108px 0 0 0;
	padding: 0 0 0 38px;
}

#nav li {
	display: inline;
}

#nav li a:link, #nav li a:visited {
	float: left;
	display: block;
	line-height: 32px;
	width: 126px;
	text-indent: -9999px;
	margin-right: 3px;
}
#nav li.home a { background-image: url(../images/tab_home.gif); }
#nav li.about a { background-image: url(../images/tab_about.gif); }
#nav li.support a { background-image: url(../images/tab_support.gif); }
#nav li.contact a { background-image: url(../images/tab_contact.gif); }

#nav li a:hover, #nav li.li_selected a {
	background-position: 0 -32px; 
}

/* Left Side Tabs
------------------------------------------------------------------*/

#leftwrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 40px;
}

#leftwrapper li {
	display: inline;
}

#leftwrapper li a:link, #leftwrapper li a:visited {
	float: left;
	display: block;
	height: 129px;
	width: 40px;
	text-indent: -9999px;
	background-position: -40px 0;
}

#leftwrapper li.products a { background-image: url(../images/tab_products.gif); }
#leftwrapper li.hot-specials a { background-image: url(../images/tab_hotspecials.gif); }
#leftwrapper li.new-products a { background-image: url(../images/tab_newproducts.gif); }

#leftwrapper li a:hover, #leftwrapper li.li_selected a {
	background-position: 0 0; 
}

.page-5 #leftwrapper li.products a,
.page-6 #leftwrapper li.hot-specials a,
.page-7 #leftwrapper li.new-products a { background-position: 0 0; }

/* 2nd level Subnav
------------------------------------------------------------------*/

ul#subnav2 {
	background: #333 url(../images/2nd_subnav_bg.jpg) no-repeat 0 0;
	width: 100%;
	float: left;
	margin: -3px 0 20px 0;
	padding: 0;
}
ul#subnav2 li {
	display: inline;
	list-style: none;
}
ul#subnav2 a {
	display: block;
	float: left;
	line-height: 30px;
	padding: 0 15px;
	color: #666;
	white-space: nowrap;
	font-weight: bold;
}
ul#subnav2 a:hover, ul#subnav2 li.li-selected a {
	color: #000;
	text-decoration: none;
}

