@charset "utf-8";
/* CSS Document */

body 
{
	behavior:url(/csshover.htc);
}

body div#topNav ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
}
div#topNav /*--- Menu List Container ---*/
{
	width:739px;
	float:left; /*--- Makes the div enclose the list ---*/
	background-image:url(../images/nav-bg.jpg);
	background-repeat:no-repeat;
	padding:0px;
	height:32px;
	font-size:14px;
}

div#topNav ul
{
	padding:0px 0px 0px 15px;
	margin:0px;
}

div#topNav li		{
	float:left; /*--- Causes the list to align horizontally instead of stack ---*/
	position:relative; /*--- Positioning context for the absolutely positioned drop-down ---*/
	list-style-type: none; /*--- Removes the bullet off list items ---*/
}


div#topNav li.line	{
	float:left; /*--- Causes the list to align horizontally instead of stack ---*/
	position:relative; /*--- Positioning context for the absolutely positioned drop-down ---*/
	list-style-type: none; /*--- Removes the bullet off list items ---*/
	background-image:url(../images/topnav-line.gif);
	background-position:bottom;
	background-repeat:none;
	height:32px;
	}

div#topNav li:hover	{
	background-image:url(../images/nav-bg_on.jpg);
	background-repeat:repeat-x;
}

div#topNav ul li:hover a	{
	color:#FFFFFF;
}

div#topNav ul li a	{
	font-weight:bold;
	display:block; /*--- List items in drop down highlight and wrapped lines indent correctly ---*/
	padding:9px 12px 7px 12px; /*--- Space on sides of menu item's text ---*/
	text-decoration: none; /*--- Removes the underlining of the link ---*/
	color:#5c6062;
}

div#topNav ul li a:hover	{
	font-weight:bold;
	display:block; /*--- List items in drop down highlight and wrapped lines indent correctly ---*/
	padding:9px 12px 7px 12px; /*--- Space on sides of menu item's text ---*/
	text-decoration: none; /*--- Removes the underlining of the link ---*/
	color:#ffffff;
}


div#topNav ul li:hover ul		{
	display:block; /*--- Displays appropriate drop down menu ---*/
}

/*--- DROPDOWNS ---*/

div#topNav ul li ul
{
	Width:105px;
	margin:0px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:0px; /*--- Aligns the drop-down exactly under the menu ---*/
	top:32px;
	padding:0px;
	background:none;	
}


div#topNav ul li ul li
{
	width:100%; /*--- Makes the list items fill the list containers (ul) ---*/
	border-left:1px solid #5c6062; /*--- Three sides of each drop-down item ---*/
	border-bottom:1px solid #5c6062;
	border-right:1px solid #5c6062;
	margin:0px;
	background-color:#b6b6b6;
	display:block;
	
}

div#topNav ul li ul li:hover	{
background-color:#72332E;
background-image:none;
}

	div#topNav ul li ul li.top
	{
		width:100%; /*--- Makes the list items fill the list containers (ul) ---*/
		border-left:1px solid #5c6062; /*--- Three sides of each drop-down item ---*/
		border-bottom:1px solid #5c6062;
		border-right:1px solid #5c6062;
		border-top:1px solid #5c6062;
		margin:0px;
	}


div#topNav ul li ul li a	{
	display: block;
	font-weight:normal;
	width:100%;
	padding:2px 0px 2px 5px;
	margin:0px;
	color:#ffffff;
	font-size:11px;
}

div#topNav ul li ul li a:hover	{
	display: block;
	width:100%;
	font-weight:normal;
	padding:2px 0px 2px 5px;
	margin:0px;
	background:none;
	
}

/* === END TOP NAV STYLES === */


/* === START LEFT NAV STYLES === */

body div#leftMenu ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
}
div#leftMenu /*--- Menu List Container ---*/
{
	width:235px;
	float:left; /*--- Makes the div enclose the list ---*/
/*	height:220px;
*/	padding:0px;
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
/*	background-image:url(../images/left-nav-bg.jpg);
	background-repeat:repeat-y;
*/}

div#leftMenu ul
{
	margin:0px;
	padding:0px 0px;
}

div#leftMenu li
{
	float:left; /*--- Causes the list to align horizontally instead of stack ---*/
	position:relative; /*--- Positioning context for the absolutely positioned drop-down ---*/
	list-style-type: none; /*--- Removes the bullet off list items ---*/
	border-bottom:1px solid #dfe0e1;
	padding:0px 0px 0px 0px ;
	margin:0px;
	width:235px;
	display:block;
	font-weight:normal;
}

div#leftMenu li.newStarburst	{
background-image:url(../images/left-nav-bg-new.jpg);
background-repeat:no-repeat;
}

div#leftMenu li.newStarburst:hover	{
background-image:url(../images/leftNav_on-new.jpg);
background-repeat:no-repeat;
}


div#leftMenu li:hover
{
	color:#FFFFFF;
	background-image:url(../images/leftNav_on.jpg);
	background-repeat:repeat-y;
}

div#leftMenu ul li a  {
	display:block; /*--- List items in drop down highlight and wrapped lines indent correctly ---*/
	padding:7px 25px 7px 35px; /*--- Space on sides of menu item's text ---*/
	text-decoration: none; /*--- Removes the underlining of the link ---*/
	color:#ffffff;
	font-weight:bold;	
	margin:0px;
	font-size:14px;
}

div#leftMenu ul li a.shopnow  {
	padding:0px; /*--- Space on sides of menu item's text ---*/
	}

div#leftMenu ul li a:hover  {
	color:#ffffff;
	display:block;
}

div#leftMenu ul li:hover ul
{
	display:block; /*--- Displays appropriate drop down menu ---*/
}

div#leftMenu ul li:hover a	{
	color:#FFFFFF;
}


/*---------------  FLY OUTS  -----------------*/

div#leftMenu ul li ul
{
	margin:0px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:234px; /*--- Aligns the drop-down exactly under the menu ---*/
	top:0px;
	padding:0px 1px;
	font-size:10px;
	width:135px;
}

div#leftMenu ul li ul.tubes
{
	margin:0px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:234px; /*--- Aligns the drop-down exactly under the menu ---*/
	top:0px;
	padding:0px 1px;
	font-size:10px;
	width:185px;
}

div#leftMenu ul li ul li
{
	width:100%; /*--- Makes the list items fill the list containers (ul) ---*/
	/*border-top:1px solid #ffffff; --- Three sides of each drop-down item ---*/
	border-bottom:none;
	padding:0px 0px 0px 0px;
	background-image:none;
	margin:0px;
	border-left:1px solid #5c6062; /*--- Three sides of each drop-down item ---*/
	border-bottom:1px solid #5c6062;
	border-right:1px solid #5c6062;
	margin:0px;
	background-color:#b6b6b6;
	text-align:left;	
}
div#leftMenu ul li ul li.lefttop
{
border-top:1px solid #5c6062;
}

div#leftMenu ul li ul li a.subcatsfont
{
font-size:10px;
padding-left:25px;
}

div#leftMenu ul li ul li:hover {
	background-color:#ff0000;
}

div#leftMenu ul li ul li a
{
	display: block;
	padding:3px 0px 3px 15px ;
	margin:0px;
	text-decoration:none;
	color:#f7f7f7;
	font-size:11px;
	font-weight:normal;
}

div#leftMenu ul li ul li a:hover	{
	background-color:#72332E;
	}
/* === END LEFT NAV INDEX STYLES === */