@charset "utf-8";
#sidebarBox {
	margin-top: 20px;
	width: 195px;

}

.sidebar_bg {
	background-image: url(../../images/new/sidebar_bg_02.jpg);
	background-repeat: no-repeat;
	height: 52px;
	width: 195px;
	background-position: 3px;
}
/*sidebar MENU*/
dl.localNavigation
 {
	width: 180px;
	margin-top: 0px;
	zoom: 1;
	font-size: 1.3em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
dl.localNavigation   dt   a {
	color: #6d290f;
	display: block;
	text-decoration: none;
	height: 35px;
	line-height: 32px;
	padding-left: 1.8em;
}
dl.localNavigation dt {
	padding-bottom: 0em;
	background-image: url(../../images/new/menubar_li_icon.jpg);
	background-repeat: no-repeat;
	background-position: 15px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
}
dl.localNavigation dd  {
	display: none;
	font-size: 0.7em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
}

dl.localNavigation dd a {
	COLOR: #000;
}
dl.localNavigation dd ul {
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 1.2em;
	margin-top: 0.6em;
						}	
dl.localNavigation dd ul li	{
	height: 28px;
	color: #383838;
	line-height: 20px;
	display: block;
	padding-bottom: 10px;
}
dl.localNavigation dd  ul li a	{
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #b36900;
	
}
dl.localNavigation  dd  ul  li  a:hover {
	color: #b36900;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f0f0f0;
	border-right-color: #f0f0f0;
	border-bottom-color: #f0f0f0;
	border-left-color: #b36900;
}	
dl.localNavigation  dd   ul  li   .current {
	color:#00a226;
	text-decoration:none;
    border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f0f0f0;
	border-right-color: #f0f0f0;
	border-bottom-color: #f0f0f0;
	border-left-color: #b36900;
						}						
dl.localNavigation dt  a:hover    {
	COLOR: #00a226;
	text-decoration: none;
}
dl.localNavigation dt .current {
	color: #00a226;
	background-position: 0px -32px;
}
