/* Horizontal navigation */

#nav {  
	height:25px;
	width:950px;
}

#nav .nav_left{
	width:10px; 
background-color: #292021;
}
#nav .nav_right{
	width:10px; 
background-color: #292021;
}
#nav .nav_center{
	background-color:#292021; repeat-x center bottom;
	/*background:url(../images/utility-box-top.gif) repeat-x center top;*/

}

table#horiz_nav {	/* table is generated via shopa_navigation_create.asp */
	padding:0px;
	width:100%;
	border-collapse:collapse;
}



table#horiz_nav td {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
}

table#horiz_nav td a {
	display:block;
	text-align:center;
	padding:0px 0px;
	color:#CE92BD;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;	
	background-image: url(../images/footer-menu--separator.gif);
	background-repeat: no-repeat;
	background-position: 0px -10px;
	font-weight:bold;
}

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:#fff; }

/* 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;	

	/* Styles */

	background:#D7CBD0;
	border-right:1px solid #2B2020;
	text-align:center;
	width:156px;
}

/* Do not change  */

#horiz_nav td:hover ul { left: auto; 
	border: 1px solid #2B2020;
	/*border-bottom:0;*/
}

#horiz_nav td.sfhover ul { left: auto; 
	border: 1px solid #2B2020;
	/*border-bottom:0;*/
}

#horiz_nav ul li { /* submenu */

	/* Do not change */

	display:block;	
	width:100%;
	margin:0px;
	
	/* Styles */
	line-height:22px;
	background:#D7CBD0;
	border-bottom: 1px solid #2B2020;
	
}


table#horiz_nav ul li a { /* submenu links */

	/* Do not change */

	display:block;
	background-image:none;
	

	/* Styles */

	padding:5px 5px !important;
	text-transform:none !important;
	text-align:center;	
	font:12px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#2B2020;

}

table#horiz_nav ul li a:hover{
	color:#fff;
	background:#A37597;
}

