.topfix {
    display: block;
    position: fixed;
    top:0px;left:0px;right:0px;
    background-color:#fff;
    background-repeat: repeat-x;
    z-index: 10000;
    text-align: center;
    box-shadow: 0px 2px 5px rgba(100,100,100,0.2);
    border-bottom: 1px solid #fff;
}

.topfix > div:first-child {
    
}
.top_bar{
    border-bottom: 1px solid #fff;
    background: transparent url('../images/top_bar_bg.gif') repeat-x left -9px;
    height: 36px;
}
/*
#top_bar{
    height: 50px;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0px;
    z-index: 99;
    border-bottom: 1px solid #fff;
    box-shadow: 0px 2px 5px rgba(100,100,100,0.2);
    background-image: url('../images/top_bar_bg.gif');
}
.top_bar {
    border-bottom: 1px solid #fff;
    box-shadow: 0px 2px 5px rgba(100,100,100,0.2);
    background: transparent url('../images/top_bar_bg.gif') repeat-x left bottom;
    height: 36px;

}

.top_bar01 {
	height: 30px;
	width: 1024px;
	margin: 0 auto;
	padding:10px 0px 10px 0px;
}
*/
.thiaza_logo {
	text-align: right;
	float: left;
	width: 100px;
}

.box-search {
	float: left;
	width: 290px;
	text-align: right;
}

.truehit {
	float: left;
	height: 30px;
	width: 30px;
	text-align: right;
	padding-top:5px;
}

.submenu {
	color: #FFFFFF;
	padding: 0 0 0 4px;
	display: inline;
	float: left;
	width: 37px;
	height: 30px;
	margin:0px;
	text-align: center;
	list-style: none;
}
.submenu .list {
	display: block;
	padding: 0px;
	height: 3px;
	width: 34px;
}
.submenu .list .nav-sub {
	display:none;
	padding: 10px;
	width: 993px;
	top: 48px;
	left: 0;
	z-index: 598;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	overflow: hidden;
	background-color: #000;
	background: rgba(0,0,0,0.8);
}

.submenu .list:hover .nav-sub {
	display:block;
}
.nav-sub {
	display:none;
	padding: 10px;
	width: 993px;
	top: 48px;
	left: 0;
	
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	overflow: hidden;
	background-color: rgb(255,85,137);
	background: rgba(255,85,137,0.95);
}

.nav-sub .colum {
	float:left;
	width: 170px;
	list-style-type: disc;
	text-align: left;
	padding-left: 20px;
}
.nav-sub li {
    text-indent: -5px;
}
.nav-sub li a {
	color: #FFF;
	font-family: supermarketregular, Tahoma;
	font-size: 15px;
	text-decoration: none;
	line-height: 20px;
}
.nav-sub li a:hover{
	color: #FFF;
	text-decoration: underline;
}
.box-right {
	display: block;
	float:right;
	white-space: nowrap;
	padding-right:5px;
	vertical-align: middle;
	margin-top:2px;
}
.box-right a  {
	float:left;
	vertical-align: middle;
	margin-left: 5px;
	margin-top:2px;
}
.box-right form {
	float:left;
	vertical-align: middle;
	margin-left: 5px;
	margin-top:0px;	
}
.box-right img {
    vertical-align: middle;
}
.spacer {
	float:left;
	height: 20px;
	display: block;
	width:1em;
}
/*
.topbar_text2 {
	COLOR: #CCC;
	font-family: supermarketregular, Tahoma;
	font-size: 15px;
	text-decoration: none;
}
A.topbar_text:hover {
	COLOR: #FFF;
	font-family: supermarketregular, Tahoma;
	font-size: 15px;
	text-decoration: none;
}

*/
