@charset "utf-8";
	
div#sub {
	width: 100%;
	float:left;
}

div#sub div.nav {
	margin-top: 0px;
}

div#sub div.opened {}
 
	div#sub h2.sub_nav_heading {
		position: relative;
		color: #ECA318;
		background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#442427), to(#010101));
        text-shadow: 1px 1px 1px #000;/
		line-height: 35px;
		font-size: 100%;
		text-indent: 0px;
		font-weight:bold;
		font-size:14px;
		padding:8px 5px 8px;
	}
	div#sub h2.opened {
		background-position: left 0px;
	}
	
		div#sub h2.sub_nav_heading span.toggle {
			padding: 0;
			width: 100%;
			height: 45px;;
			position: absolute;
			top: 1px;
			right: 1px;
			/*background: url(../img/toggle-down.gif) no-repeat right top;*/
			cursor: pointer;
		}
			
	div#sub ul.sub_nav {
		padding: .2em 1px 7px;
		background: #111;
		font-size: 93%;
	}
	
		div#sub ul.sub_nav li {
			border-bottom: solid #777 0px;
			padding: 0.5em 0.5em;
			text-align:center;
		}
		

			div#sub ul.sub_nav li a {
				padding: .3em 0 .4em .3em;
				display: block;
				color: #fff;
				text-decoration: none;
				font-weight: bold;
			}
			div#sub ul.sub_nav li.last-child a {
				padding-bottom: 0;
			}
			
