/* Big Daddy Choppers | Nav CSS 
created by SodiumHalogen.com */

/* ----------sub_nav-------------- */
#sub_nav {
	width: 233px;
	height: 289px;
	padding: 10px 0 0 4px;
	background: url(images/flash_bg_nav.jpg) no-repeat;
	}
#sub_nav a {
	display: block;
	text-decoration: none;
	}
#sub_nav img {
	padding-left: 1px;
	}
#sub_nav ul {
	margin-left: 15px;
	color: #fff;
	list-style: none;
	list-style-image: none;
	}
#sub_nav li {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	list-style: none;
	}
#sub_nav li a {
	width: 190px;
	height: 19px;
	padding: 5px 0 0 5px;
	background: url(images/li_bg.gif) no-repeat;
	color: #898a89;
	list-style: none;
	}
	* html #sub_nav li a {
		width: 165px;
		}
#sub_nav li a:hover {
	color: #fff;
	background: #2c2c2c url(images/li_bg.gif) no-repeat;
	}
#sub_nav ul ul {
	margin-bottom: 0;
	}
#sub_nav ul ul li {
	list-style: url(images/arrow.gif);
	}
#sub_nav ul ul li a {
	background: none;	
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	height: 20px;
	padding: 0;
	}
#sub_nav ul ul li a:hover {
	color: #fff;
	background: none;
	}
.on {
	background: url(images/li_bg_on.gif) no-repeat;
	}