#bar_out {
	width: 962px;
	position: relative;
}
#bar_out div {
	width: 962px;
}
#bar_top {
	background: url(../images/layout/bar_top.png) left top no-repeat;
	height: 16px;
	font-size: 1px;
}

#bar_top span {
	height: 5px;
	position: relative;
	top: 11px;
	margin: 0 11px 0;
	display: block;
}

#bar_bot span {
	height: 4px;
	position: relative;
	top: 0;
	margin: 0 11px;
	display: block;
}

#bar_mid, #bar_top span, #bar_bot span {
	background: #333;
}

#bar_out form {
	float: right;
}
#bar_out select {
	font-size: 10px;
	margin: 1px 22px 0;
}
#bar_out #bar_mid_wrap {
	background: url(../images/layout/bar_bg.png) repeat-y;	
	padding: 0 11px;
	overflow: visible;
	width: auto;

}

#bar_out #bar_mid {
	width: auto;
	height:  24px;
}
#bar_mid_wrap span {
	position: absolute;
	z-index: 100;
	font-size: 1%;
}
#bar_mid_wrap #bar_mid_top_left {
	background: url(../images/layout/bar_mid_top_left.png) no-repeat;
	top: 11px;
	left: 11px;
	width: 4px;
	height: 4px;
}

* html #bar_mid_wrap #bar_mid_top_left {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/bar_mid_top_left.png',method='crop');
}

#bar_mid_wrap #bar_mid_top_right {
	background: url(../images/layout/bar_mid_top_right.png) no-repeat;
	top: 11px;
	right: 11px;
	width: 4px;
	height: 4px;
}

* html #bar_mid_wrap #bar_mid_top_right {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/bar_mid_top_right.png',method='crop');
}

#bar_mid_wrap #bar_mid_bot_left {
	background: url(../images/layout/bar_mid_bot_left.png) no-repeat;
	margin-bottom: 13px;
	bottom: 0;
	left: 11px;
	width: 4px;
	height: 4px;
}

* html #bar_mid_wrap #bar_mid_bot_left {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/bar_mid_bot_left.png',method='crop');
	bottom: -1px;
}

#bar_mid_wrap #bar_mid_bot_right {
	background: url(../images/layout/bar_mid_bot_right.png) no-repeat;
	margin-bottom: 13px;
	bottom: 0;
	right: 11px;
	width: 4px;
	height: 4px;
}

* html #bar_mid_wrap #bar_mid_bot_right {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/bar_mid_bot_right.png',method='crop');
	bottom: -1px;
}

#bar_out h4 {
	font-size: 108%;
	line-height: 22px;
	margin: 0 16px;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, sans-serif;
	color: #fff;
}
#bar_out h4 a {
	color: #fff;
}
#bar_bot {
	height: 17px;
	background: url(../images/layout/bar_bot.png) left top no-repeat;
	font-size: 1px;
}
* html #bar_top {
	background-image: none;
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='/images/layout/bar_top.png', sizingMethod='crop');	
}
* html #bar_out #bar_mid_wrap {
	background-image: none;
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='/images/layout/bar_bg.png', sizingMethod='scale');
	height: 1%;
}
* html #bar_bot {
	background-image: none;
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='/images/layout/bar_bot.png', sizingMethod='crop');	
}