/* --[[ Main Container ]]-- */
	#imouter0 {
		margin:0;
		padding:10px 0 0;
		width:216px;
		height:243px;
		position: relative;
		background:url(bg-nav.png) no-repeat;
	}

/* --[[ Sub Container ]]-- */
	#imenus0 li ul {
		background:url(bg-nav.png) no-repeat 0 -75px;
		padding:0;
		margin:0 0 0 5px;
		width:216px;
	 }

/* --[[ Main Items ]]-- */
	#imenus0 li a {
		list-style-type:none;
		font:12px Arial, Verdana, Helvetica, sans-serif;
		text-transform:uppercase;
		font-weight:700;
		border-bottom:1px solid #b1b09a;
		border-top:1px solid #edece7;
		margin:0 8px;
		line-height:31px;
		padding-left:10px;
		color:#000;
		text-decoration:none;
	}
	
	#imenus0 li.first a {
		border-top:none;
	}
	
	#imenus0 li.last a {
		border-bottom:none;
	}

	/* [hover] - These settings must be duplicated for IE compatibility.*/
	#imenus0 li:hover>a {
		color: #d21f1f;
		text-decoration: none;
	}
	#imenus0 li a.ihover, .imde imenus0 a:hover {
		color: #d21f1f;
		text-decoration: none;
	}
/* --[[ Sub Items ]]-- */
	#imenus0 ul a {
		font-size:11px;
		line-height:31px;
		padding:0 0 0 5px;
		margin:0 7px 0 6px;
	}

	/* [hover] - These settings must be duplicated for IE comptatibility.*/
	#imenus0 ul li:hover>a {
		color: #d21f1f;
		text-decoration: none;
	}
	#imenus0 ul li a.ihover {
		color: #d21f1f;
		text-decoration: none; 
	}
	
	
	
/*CMS Incompatible Styles*/

a[href $='.pdf'] { 
   padding:2px 0 2px 20px;
   background:transparent url(icon_pdf.gif) no-repeat center left;
}

a[href $='.doc'] { 
   padding:2px 0 2px 20px;
   background:transparent url(icon_doc.gif) no-repeat center left;
}
