/* Horizontal navigation */

#nav {
	height:32px;
	width:100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#nav .nav_left{
	width:20px;
}


#nav .nav_right{
	width:20px;
}

#nav .nav_center{
}

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:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
}

table#horiz_nav td a {
	display:block;
	text-align:center;
	padding:2px;
	color:#333;
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
	background-image: url(../images/menu-separator.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}


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:#CA2C33;
	text-decoration: none;
}

/* 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 */

	text-align:left;
	width:150px;
	border: 1px dashed #CCC;
}



/* Do not change  */

#horiz_nav td:hover ul { left: auto; 

	/*border-bottom:0;*/
}

#horiz_nav td.sfhover ul { left: auto; 

	/*border-bottom:0;*/
}



#horiz_nav ul li { /* submenu */
	/* Do not change */

	display:block;
	width:100%;
	margin:0px;
	/* Styles */

	line-height:22px;
	background-image: url(../images/sub_menubg.png);
	background-repeat: repeat;	/*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-weight:normal;
	color:#333;
	font-size: 14px;
}

table#horiz_nav ul li a:hover{
	color:#3253A1;

}