@charset "utf-8";
/* CSS Document */

#nav{
	width: 698px;
	height: 60px;
	float:left;
	padding: 25px 0 0 20px;
	position:relative;
}
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li { /* all list items */
	float: left;
	list-style: none;
	display:block;
	padding: 0 5px 0 0;
	margin: 0;
}
#nav li ul {
		display: none;
	}
#nav li ul { /* second-level lists */
	margin: 0;
	padding: 0;
	top:52px;
	left: 22px;
	position: absolute;
	width: 693px;
	height:33px;
	background:url(../images/nav-back.gif) 0 0 repeat-x;
}
#nav li ul#hov1{
	padding: 0 0 0 80px;
	}
#nav li ul#hov2{
	padding: 0 0 0 234px;
	}
#nav li:hover ul, #nav li.sfhover ul {
		display: block;
		z-index: 6000;
	}

/*-----------Top Links------------------*/
#nav a{	
	float:left;
    display: block;
	text-decoration: none;
}
a.srollover {
   width: 62px;
   height: 27px;
   background: url("../images/home_bt.jpg") 0 0 no-repeat;
}
a:hover.srollover {
 	background-position: -62px 0;
}
a.srollover2 {
   width: 64px;
   height: 27px;
   background: url("../images/flexor_bt.jpg") 0 0 no-repeat;
}
a:hover.srollover2 {
 	background-position: -64px 0;
}
a.srollover3 {
   width: 79px;
   height: 27px;
   background: url("../images/services_bt.jpg") 0 0 no-repeat;
}
a:hover.srollover3 {
 	background-position: -79px 0;
}
a.srollover4 {
   width: 87px;
   height: 27px;
   background: url("../images/company_bt.jpg") 0 0 no-repeat;
}
a:hover.srollover4 {
 	background-position: -87px 0;
}
a.srollover5 {
   width: 114px;
   height: 27px;
   background: url("../images/order-process_bt.jpg") 0 0 no-repeat;
}
a:hover.srollover5 {
 	background-position: -114px 0;
}
a.srollover6 {
   width: 73px;
   height: 27px;
   background: url("../images/contact_bt.jpg") 0 0 no-repeat;
}
a:hover.srollover6 {
 	background-position: -73px 0;
}
/*--------------------------Drop Down Links-----------------------*/
a.dropdown{
	font-size: 1.1em;
	color: #797979;
	padding: 10px 20px 10px 0;
	display: block;
	font-weight: bold;
}
a:hover.dropdown{
	color: #FC8A31;
}