<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Horizontal navigation */

/*#nav {  
	height:58px;
	width:100%;
}*/

#nav{
	width:100%;
	height:41px;	
	margin:0 auto;
	float:left;	
}

#nav .nav_left{
	width:10px;
	background:url(../images/menu/left_bg.gif) no-repeat right top;
	display:none;
}


#nav .nav_right{
	width:10px;
	background:url(../images/menu/right_bg.gif) no-repeat left top;
	display:none;
}

#nav .nav_center{
	background:url(../images/menu/center_bg.gif) repeat-x center top;
	vertical-align:top;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	
}

table#horiz_nav {	/* table is generated via shopa_navigation_create.asp */
	padding:0px;
	width:100%;
	border-collapse:collapse;
	height:37px;
}



table#horiz_nav td {
	text-align:left;
	font-family:Arial;
	padding:0px;
	
}

table#horiz_nav td a {
	display:block;
	text-align:center;
	padding:14px 10px 10px;
	color:#bbbbbb;
	text-decoration:none;
	font-size:14px;
	text-transform:capitalize;		
	font-weight:normal;	
	text-shadow:#000000 1px 1px 1px;
}

table#horiz_nav td .first{
	background:none;
	
} 

#horiz_nav .submenu{
	background:none;
}


table#horiz_nav td.last a { border-right:0px; }

table#horiz_nav td a:hover { color:#00FFFF; 

background:url(../images/menu/hover-bg.gif) no-repeat center 8px;
padding:14px 10px 10px;
}

/* Horizontal navigation drop down menu

   do not remove or modify styles listed 

   under "Do Not Change" */

table#horiz_nav ul {

	/* Do not change  */

	position:absolute;
	left: -999em;
	padding:0px;
	margin:0px;
	list-style-type:none;	
	z-index:999999;
	/* Styles */

	background:#2b2b2b;
	border-right:1px solid #eee;
	text-align:left;
	width:150px;

}



/* Do not change  */

#horiz_nav td:hover ul { left: auto; 
	border: 1px solid #bbb;
	/*border-bottom:0;*/
}

#horiz_nav td.sfhover ul { left: auto; 
	border: 1px solid #bbb;
	/*border-bottom:0;*/
}



#horiz_nav ul li { /* submenu */

	/* Do not change */

	display:block;	
	width:100%;
	margin:0px;

	

	/* Styles */

	line-height:22px;
	background:#2b2b2b;
	/*border-bottom: 1px solid #bbc386;*/
	

}



table#horiz_nav ul li a { /* submenu links */

	/* Do not change */

	display:block;
	background-image:none;
	

	/* Styles */

	padding:5px 10px !important;
	text-transform:none !important;
	text-align:left;	
	font:11px Arial;
	font-weight:normal;
	color:#ccc;
	text-shadow:none;

}

table#horiz_nav ul li a:hover{
	color:#000;
	background:#bbb;
}</pre></body></html>