@charset "utf-8";
/* CSS Document */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;

  position: relative;
  width: 100%;
  height: 28px;
clear:both;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  height: 27px;
}
.nav li a{
display:block;
width: 182px;
text-align:center;
font-size: 14px;
line-height: 27px;
color:#FFFFFF;
text-decoration:none;
font-weight:normal;
background-image: url(/image/html/bg_menu.png);
}
.nav li ul li a{
opacity: 0.93;
filter: alpha(opacity=93);
color:#F5811E;
line-height: 27px;
margin: -1px 0 0 0;
color:#F5811E;
font-size: 13px;
}
.nav li ul li a:hover{
color:#666666;
}
.nav li ul a.selected{
}






.nav li.aboutus a{
width: 182px;
margin: 0 0 0 1px;
}
.nav li.aboutus a:hover, .nav li.aboutus.selected a{
background-position: 0px -30px;
}
.nav li.aboutus ul a{
width: 182px;
background: url(/image/html/bg_submenu.jpg) no-repeat bottom #fff;
}
.nav li.aboutus ul a:hover{
background: url(/image/html/bg_submenu.jpg) no-repeat bottom #fff;
}



.nav li.solutions a{
background-position: -20px 0px;
width: 184px;
margin: 0 0 0 1px;
}
.nav li.solutions a:hover, .nav li.solutions a.selected{
background-position: -20px -30px;
}
.nav li.solutions ul li a{
width: 184px;
background: url(/image/html/bg_submenu.jpg) no-repeat bottom #fff;
}
.nav li.solutions ul li a:hover{
background: url(/image/html/bg_submenu.jpg) no-repeat bottom #fff;
}




.nav li.casestudies a{
background-position: -20px 0;
width: 181px;
margin: 0 0 0 1px;
}
.nav li.casestudies a:hover, .nav li.casestudies a.selected{
background-position: -20px -30px;
}
.nav li.casestudies ul li a{
width: 184px;
background: url(/image/html/bg_submenu.jpg) no-repeat bottom #fff;
}
.nav li.casestudies ul li a:hover{
background: url(/image/html/bg_submenu.jpg) no-repeat bottom #fff;
}


.nav li.showroom a{
background-position: -20px 0px;
width: 184px;
margin: 0 0 0 1px;
}
.nav li.showroom a:hover, .nav li.showroom a.selected{
background-position: -20px -30px;
}
.nav li.showroom ul li a{
background: url(/image/html/bg_submenu.jpg) no-repeat bottom #fff;
width: 184px;
}
.nav li.showroom ul li a:hover{
background: url(/image/html/bg_submenu.jpg) no-repeat bottom #fff;
}


.nav li.contactus a{
background-position: -58px 0px;
width: 182px;
margin: 0 0 0 1px;
}
.nav li.contactus a:hover, .nav li.contactus.selected a:hover{
background-position: -58px -30px;
}









#nav-one li:hover a, 
#nav-one li.sfHover a {

}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {

}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {

}

.nav ul {
  list-style: none;
  margin: 0;
  position: absolute;
  top: -999em;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 27px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
}
.nav ul a:hover {
}

