/* NAV */

#nav1
{
	height:39px;
	background-image: url("../images/menu_bar_bg.png");
	clear:both;	
	margin-top:42px;
	overflow:visible;
	width: auto;
	//margin-right: 2px;
	//margin-left: 2px;
	padding: 0px 0px 0px 0px;
	border: 0px outset #999;
	border-top: 0px outset #999;
	border-bottom: 0px outset #999;
}

#navs {


	height:39px;
	margin: 0px;

	padding: 0;

	//list-style: none;
	border-left:  0px #999;

	//overflow: hidden;
	zoom: 1;

	border: 0px solid #fff;
}



/* #navs li {

	float: left;
	width:127px;
	margin: 0px 20px 0px 0px;

	border: 0px outset #999;
}


*/



#navs a
{

	height:35px;
	margin: 0px 10px 0px 10px;
	color: #0AB106;
  
	font-size: 20px;

	text-transform: uppercase;

	text-align: center;
	text-decoration: none;

	border: 0px outset #999;
	padding: 5px 10px 5px 10px;

	background-color: #333333;
	//background-repeat: no-repeat;

	zoom: 1;

	background-image: url("../images/menu_bar_bg.png");
	border: 0px solid #999;
}






#navs a:hover
{

	//font-weight: bold;

	color: #CCFF00;
	background-color: none;

}

#navs a:active
{
	 color: #ffffff;
}



#main #mainL, #products #productsL, 
#support #supportL, 
#about #aboutL, #contact #contactL, #order #orderL  
{

  color: #FFCC00; background-color: none;
 padding: 5px 10px 5px 10px;

  font-weight: bold;


}



/* NAV */