@charset "utf-8";

	
div#sub {
	margin-left: 50px;
	width: 700px;
}

div#sub div.nav {
	margin-top: 12px;
}

div#sub div.opened {}
 
	div#sub h2.sub_nav_heading {
		height: 27px;
		position: relative;
		color: #ff6600;
		background: url(../img/sub_heading.gif) no-repeat;
		line-height: 27px;
		font-size: 100%;
		text-indent: 8px;
	}
	div#sub h2.opened {
		background-position: left -27px;
	}
	
		div#sub h2.sub_nav_heading span.toggle {
			padding: 0;
			width: 700px;
			height: 25px;
			position: absolute;
			top: 1px;
			right: 1px;
			background: url(../img/sub_nav_toggle.gif) no-repeat left top;
			cursor: pointer;
		}
			
	div#sub ul.sub_nav {
		padding: .2em 1px 7px;
		background: url(../img/sub_bg_bottom.gif) no-repeat left bottom;
		font-size: 93%;
	}
	
		div#sub ul.sub_nav li {
			border-bottom: solid #b0c4cd 1px;
			padding: 0 1em;
		}
		
			div#sub ul.sub_nav li {
				padding: .3em 0 .3em .6em;
				display: block;
				color: #666666;
				text-decoration: none;
				
			}
			div#sub ul.sub_nav li.last-child a {
				padding-bottom: 0;
			}
			
			div#sub ul.sub_nav li a:hover {
				text-decoration: underline;
			}
