/* SUBNAV CSS */
/* Document Version 1.0 */


#subnav {
	float:left;
	width: 183px;
	margin-right:0px;
	}
	
	#subnav h1 {
		font-size: 1.2em;
		font-family:Arial, Helvetica, sans-serif;
		padding-left: 10px;
		color:#000000;
		margin:12px 15px 12px 0;
		}
	
	#subnav ul	{
		list-style-type: none;
		padding-left: 0;
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 0;
		}
	
	#subnav li {
		list-style-image:none;
		margin:0;
		padding:0;
		}
	
	#subnav a {
		display: block;
		padding: 10px 13px 10px 10px;
		width: 160px;
		background: #0066b2 url("../images/nav_sub/bg_main.gif") bottom repeat-x !important;
		color: #ffffff;
		font-weight:normal;
		}
	
	#subnav a:link, #subnav a:visited	{
		color: #ffffff;
		text-decoration: none;
		}
	
	#subnav a:hover {
		background: #686768 url("../images/nav_sub/bg_hover.gif") bottom no-repeat !important;
		color: #FFFFFF !important;
		text-decoration: none;
		}

	#subnav a.active {
		background: transparent url("../images/link_arrow_blue.gif") 95% 50% no-repeat;
		color: #990000;
		text-decoration: none;
		}

