#hor_nav_wrapper
{
	min-height: 50px;
    background-image: url(../../images/menu/menu_bg.png);
	z-index: 1000;
	/*position: relative;*/
	margin-top: 40px;
	/*margin-bottom: 10px;*/
    margin-left: 83px;
}
#head{
    position: fixed;
    z-index: 2000;
    width: 100%;
    background: rgba(255, 255, 255, 0.90) !important;
}
#head .brand {
    padding: 15px 0px;
}
#head UL{
    margin-left: 5px;
}
#head .container {
    background: rgba(255, 255, 255, 0.90) !important;
    /*-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);*/
    /*-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);*/
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);*/
}
.header-search{
    margin-top: 5px;
}
.header-search input{
    margin-bottom: 0px !important;
}
.banners .banner{
    float: right;
    /*display: block;*/
    clear: both;
    margin-bottom: 5px;
}
.header-search form{
    margin: 0px;
}
#head.collapsed .header-search {
    display: none;
}
#head.collapsed .brand {
    padding: 10px 0px;
}
#head.collapsed #hor_nav_wrapper {
    margin-top: 10px;
    margin-left: 43px;
}
#head.collapsed .brand img {
    height: 50px;

}
.body {
    padding-top: 130px;
}
.body .container{
    padding-top: 5px;
}
#hor_nav UL
{
	margin: 0;

	/*background-repeat: repeat-x;*/
    width: 100%;
    height: 50px;
}

#hor_nav LI
{
	list-style: none;
	float: left;
	padding-left: 0;
	height: 50px;
	position: relative;
	text-transform: capitalize;
	background-image: url(../../images/menu/menu_bg.png);
	background-repeat: repeat-x;
}
/*#hor_nav LI:last-child{*/
    /*clear: right;*/
/*}*/
/*#hor_nav UL:after{*/
    /*content: "";*/
    /*display: table;*/
    /*clear: both;*/
/*}*/
#hor_nav LI A
{
	display: block;
	padding: 0 10px;
	line-height: 50px;
	color: #FFF;
	font-weight: normal;
	border-right: 1px solid #D8D8D8;
	font-size: 11pt;
}
/*TRANS PARENT*/
#hor_nav LI.active A
{
	background: #FB9100;
	color: #FFFFFF;
}
#hor_nav LI A:hover, #hor_nav LI:hover A, #hor_nav LI.sfHover A
{
	background: #FB9100;
	color: #FFF;
	text-decoration: none;
}
/*TRANS SUB*/
#hor_nav LI UL
{
	position: absolute;
	width: auto;/*170px;*/
	left: -999em;
	margin-left: -1px;
	border: 0;
	border-top: 0;

}
#hor_nav LI UL UL
{
	margin: -31px 0 0 170px;
}
#hor_nav LI:hover UL UL, #hor_nav LI:hover UL UL UL, #hor_nav LI:hover UL UL UL UL, #hor_nav LI.sfHover UL UL, #hor_nav LI.sfHover UL UL UL, #hor_nav LI.sfHover UL UL UL UL
{
	left: -999em;
}
#hor_nav LI LI
{
	padding: 0;
	height: auto;
	background: #FFF;
	width: 100%;/*170px;*/
	min-width: 170px;
	white-space: nowrap;
	z-index: 1100;
}
#hor_nav LI LI A, #hor_nav LI LI.active A, #hor_nav LI LI A:hover
{
	margin: 0;
	height: 30px;
	line-height: 30px;
	/*background: #FB9100;*/
	border-top: 1px solid #FFFFFF;
	color: #4C4C4C;
}
#hor_nav LI LI A, #hor_nav LI.active LI A
{
	font-weight: normal;
}
#hor_nav LI:hover UL, #hor_nav LI.sfHover UL
{
	left: 1px;
}
#hor_nav LI LI:hover UL, #hor_nav LI LI LI:hover UL, #hor_nav LI LI LI LI:hover UL, #hor_nav LI LI.sfHover UL, #hor_nav LI LI LI.sfHover UL, #hor_nav LI LI LI LI.sfHover UL
{
	left: 0;
}
