﻿	#Navigation{
		 margin:-2px 0px 0px 24px;
		_margin:-2px 0px 0px 24px; /*-- IE6 hack --*/
	}
	#Framework #Navigation ul{
	}
	/*-- FF --*/
	 body > #Framework #Navigation #NavTop{
		/* background:url(../images/NavTop.png) no-repeat;  */
	 }
	 /*-- IE6 --*/
	#NavTop{
		/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/NavTop.png', sizingMethod='scale'); */
	}

	.Nav
	{
		height:29px;
		display:block;
	}
	
	.current-main-item{
		color:#ffffff;
		background:#4C8A2D;
		font-weight: bold;
		margin-top:2px;
		margin-bottom:2px;
	}	
	.three-content-child{
		color:#5e8047;
		font-weight:bold;
		text-align:left;
		padding-left:10px;
		padding-top:3px;
		padding-bottom:5px;
		padding-right:5px;
		margin-left:20px;
		margin-top:2px;
		margin-bottom:2px;
		border: 1px solid #A8C275;
		border-width: 0px 0px 1px 0px;
	}
	.three-content-child-active {
		color:#50673F;
		font-weight:bold;
		text-align:left;
		padding-left:13px;
		padding-top:3px;
		padding-bottom:5px;
		padding-right:5px;
		margin-left:17px;
		margin-top:2px;
		margin-bottom:2px;
		border: 1px solid #A8C275;
		border-width: 0px 0px 1px 0px;
		background: url(../images/navigation/nav_bg_subitem_hi.gif) 0px 5px no-repeat;
	}

	.three-content-child-content{
		padding-top:0px;
		padding-left:0px;
		font-weight:normal;
		color:#E46C0C;
		/* background: url(../images/navigation/nav_bg_subitem.gif) repeat-y; */
	}
	.current-menu-item{
		color:#fff;
		font-weight: bold;
		border: 0px;
		padding: 0px 0px 0px 0px;
		background: transparent;
	}
	.current-menu-item-title a,
	.current-menu-item-title a:link,
	.current-menu-item-title a:visited,
	.current-menu-item-title a:hover,
	.current-menu-item-title a:active {
		color:#fff;
		
	}
	.current-menu-item-title{
		display:block;
		padding: 0px 0px 5px 10px;
		margin: 0px 0px 0px 0px;
		background: url(../images/navigation/nav_bg_item.gif) repeat-y;
	}
	.current-menu-item-top {
		margin-top:4px;
		height: 5px;
		width: 100%;
		background: url(../images/navigation/nav_bg_top.gif) no-repeat;		
	}
	.current-menu-item-bottom {
		height: 5px;
		width: 100%;
		background: url(../images/navigation/nav_bg_bottom.gif) no-repeat;		
	}
	.three-content-child-content .top{
		height:4px;
	}
	.three-content-child-content span {
		display:block;
		color:#50673F;
		padding: 0px 0px 0px 17px;
		background: url(../images/navigation/nav_bg_subitem.gif) repeat-y;
	}
	.three-content-child-content span.hi{
		padding: 0px 0px 0px 0px;
	}
	.three-content-child-content span span.hi {
		color:#50673F;
		font-weight:bold;
		background: url(../images/navigation/nav_bg_subitem_hi.gif) 4px 3px no-repeat;
		padding: 0px 0px 0px 17px;
	}
	.three-content-child-content span a.hi {
		color:#50673F;
		font-weight:bold;
		background: url(../images/navigation/nav_bg_subitem_hi.gif) 4px 3px no-repeat;
		padding: 0px 0px 0px 17px;
	}
	.three-content-child-content a {
		color:#E46C0C;
		font-weight:bold;
		text-align:left;
	}
	.three-content-child a{
		color:#5E8047;
		font-weight:bold;
		text-align:left;
	}
