menu{
    width:970px;
	/*-webkit-font-smoothing: antialiased;
	text-shadow: #095eae 0px 0px 3px, #095eae 0px 0px 6px;
	text-shadow: #7b7b7b 1px 2px 3px;*/
    }
	
	.menu ul{
    margin: 0; padding: 0;
    float: left;}
 
.menu ul li{
    display: inline;}
 
.menu ul li a{
    float: left; text-decoration: none;
    color: white; 
    padding:18px 36px;
	font-weight:bold;
    }

.	
 
.menu ul li a:visited{
    color:#FFFFFF;
	}

.menu ul li a:hover, .menu ul li .current{
    color: #da251c;
    }
	
	/*********************************brand menus***********************/
.brand_ul {
	width:100%; 
	height:auto 0px;
	margin:0px auto;
}


.brand_ul ul {
	margin:15px 0px 0 0px;
	/*margin: 20px 0 1em 100px; */
	padding:0; 
	font-size:12px; 
	list-style: none; 
}

.brand_ul li {
	line-height:24px; 
	padding:0px 0px 0px 0px; 
	background-image:url(../images/brands_arrow.jpg); 
	background-position: 0 4px; 
	background-repeat: no-repeat; 
	list-style: none;
}


.menus_1 {margin-left:0px; display:block;}
 
.menus_2 {margin-left:158px; display:block;}
 
.menus_3 {margin-left:297px; display:block;}
 
.menutoper_1 {margin-top:-166px;}

.menutoper_2 {margin-top:-166px;}

.menutoper_3 {margin-top:0px;}



.brand_ul li a {
	display:block; 
	position: relative; 
	width:100%;
	color: #000; 
	background-position: 0 4px; 
	background-repeat: no-repeat; 
	text-decoration: none; 
	padding-left:26px;
}

.brand_ul a:hover {
	background-image:url(../images/brands_arrow_ho.jpg);
	 

}


#top
{
 height:86px;
 width:89px;
 position:absolute;
 background:url(../images/top.png) no-repeat;	
 right:150px;
 }
#top:hover
 
{
	background:url(../images/top_hover.png) no-repeat;
}
.loading
{
	background:url(../images/loading.gif);
	height:30px;
	width:30px;
	display:none;
	position:absolute;
	z-index:99999;
	margin-top:4px;
	margin-left:-10px;
}

.loading_pop_up
{
	background:url(../images/loading.gif);
	height:30px;
	width:30px;
	display:none;
	position:absolute;
	z-index:99999;
	top:35%;
	left:50%;
}


