@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



/*---------------------Suckerfish Styles----------------------------------*/

#nav li:hover, #nav li.hover {
    position:static;
    }

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li a {
	display: block;
	
	color:#000;
	text-decoration: none;
}

#nav li a:hover {
	display: block;
	color:#FFF;
	text-decoration: none;
}

#nav li {
	float: left;
	color:#000;
	line-height: 28px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	background-image: url(http://www.tacticalholsters.com/images/suckerfish-bg.png);
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;	
}
#nav li ul li a {
	display: block;
	
	color:#FFF;
	text-decoration: none;
}

#nav li ul li a:hover {
	display: block;
	color:#000;
	text-decoration: none;
}
#nav li ul li {
	text-align: left;
	background-color:#333;
	color:#FFF;
	text-indent: 3px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	background-image: none;
	width: 180px;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

