@charset "utf-8";

#leftmenu {
	margin-left: -8px;
}

#leftmenu a img {
	border-width: 0px;
}
#leftmenu .item {
	margin-bottom: 8px;
}
#leftmenu .item .tab img.top {
	position: absolute;
	left: 0px;
	top: 0px;
}
#leftmenu .item .tab img.bottom {
	position: absolute;
	left: 0px;
	bottom: -1px;
}
#leftmenu[id] .item .tab img.bottom {
	bottom: 0px;
}

#leftmenu .item .tab div.arrow {
	position: absolute;
	left: 13px;
	top: 11px;
	width: 9px;
	height: 9px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/submenu/triangle.png', sizingMethod='scale');
	z-index: 1000;
}
#leftmenu[id] .item .tab div.arrow {
	filter: none;
	background: url(images/design/submenu/triangle.png) no-repeat;
}
#leftmenu .item .tab div.down {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/submenu/triangle_down.png', sizingMethod='scale');
}
#leftmenu[id] .item .tab div.down {
	filter: none;
	background: url(images/design/submenu/triangle_down.png) no-repeat;
}

#leftmenu .item .tab span.arrow {
	display: block;
	position: absolute;
	left: 13px;
	top: 11px;
	width: 9px;
	height: 9px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/submenu/triangle.png', sizingMethod='scale');
	z-index: 1000;
}
#leftmenu[id] .item .tab span.arrow {
	filter: none;
	background: url(images/design/submenu/triangle.png) no-repeat;
}
#leftmenu .item .tab span.down {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/submenu/triangle_down.png', sizingMethod='scale');
}
#leftmenu[id] .item .tab span.down {
	filter: none;
	background: url(images/design/submenu/triangle_down.png) no-repeat;
}



#leftmenu .item a.tab {
	display: block;
	position: relative;
	width: 182px;
	background: #005e1f url(images/design/submenu/bg.gif) repeat-y;
	padding: 8px 8px 8px 26px;
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
	cursor: pointer;
}
#leftmenu .item a.current {
	background-color: #000000;
}

#leftmenu .item a.black {
	background-color: #000000;
}



#leftmenu .item .subitems {
	position: relative;
	width: 216px;
	overflow: hidden;
}

#leftmenu .item .subitems a {
	color: #8f8f8f;
	display: block;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 3px;
	padding: 2px 10px 2px 26px;
	line-height: 1.1em;
}

#leftmenu .item .subitems a.current, #leftmenu .item .subitems a.current:hover  {
	background-color: transparent;
	color: #000000;
}

#leftmenu .item .subitems a:hover {
	color: #f21f32;
}
