/*#container { position: relative; text-align: left; width: 979px; margin: 0 auto; height: 100%; }
*/

h1, h2, h3, h4, h5, h6 { font-size: 12px; font-weight: normal; padding: 0; margin: 0; }



    /* Left column */

	#leftcol {
		width: 180px;
		margin-left:10px;
		border: 0px solid red;
		z-index:200;
		
	}

	#leftcol ul, #leftcol li {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	

	/* Nav left */
	
	#nav 
	{
		background:#999999;
		height:200px;
		color: #FFFFFF;
	
	}
	
	#nav h2 {
		font-size: 11px;
		font-weight: normal;
	}
	
	#nav a {
		padding: 4px 5px;
		color: #FFFFFF;
		display: block;
		text-decoration: none;
		line-height:18px;
		_width: 170px;
	}

	#nav a:link, #nav a:visited {
		
	}

	#nav a:hover, #nav a:active {
		color:#000000;
	}


	/* Subnav left */

	#subnav1, #subnav2, #subnav3, #subnav4, #subnav5, #subnav6, #subnav7, #subnav8, #subnav9, #subnav10 {
		margin: -25px 0 0 179px;
		/*visibility: hidden;*/
		display:none;
		position: absolute;
		
	}

	#subnav {
		margin: 5px;
		
	}
	
	#subnav a
	{
		padding: 4px;
		padding-left:10px;
		color: #FFFFFF;
		display: block;
		height:20px;
		line-height:13px;
		border: none;
		text-decoration: none;
		_width: 205px;
		width: 205px;
		background:  url(img/submid2.png);
		cursor:pointer;
		
	}


	#subnav a:hover, #subnav a:active {
		color:#CCCCCC;
	}
	
	.subnavtop {
		background:url(img/subtop2.png) no-repeat; 
		width:220px; 
		height:5px; 
		overflow:hidden;
	}
	
	.subnavbot {
		background:url(img/subbottom2.png) no-repeat; 
		width:220px; 
		height:5px; 
		overflow:hidden;
	}