/*****************************
 ****       nav CSS    ****
 *****************************/
 body#home a.home_nav,
body#skins a.skins_nav,
body#customization a.customization_nav,
body#faq a.faq_nav,
body#misc a.misc_nav,
body#about a.about_nav,
body#login a.login_nav,
body#contact a.contact_nav {
	font-weight: normal;
	text-decoration: none;
    color: #FC6D04;
	}


.nav_side {
	background: url(../images/nav_div.gif) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	height: 27px;
	width: 6px;

}



#nav_back {
background: #F1F1DF url(../images/nav_background.gif);
width: 100%;
height: 27px;
	margin: 0;
	padding: 0; 
	
}

#nav {
	background: url(../images/nav_div.gif) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	height: 27px;

}

/* ***** used for navigation background ***** */
#nav_ls {
background: #F1F1DF url(../images/nav_ls.gif);
width: 108px;
height: 27px;
float: left;

	margin: 0;
	padding: 0; 
	
}

a.customers:link {
	font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	text-align: center;
	color: #36362a;
	text-decoration: none;
	display: block;
	
	cursor: pointer;
	height: 27px;
	line-height: 27px;
		margin: 0;
 
	padding: 0 11px;
}
a.customers:active {
	font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	text-align: center;
	color: #3E434C;
	text-decoration: none;
	display: block;
	
	cursor: pointer;
	height: 27px;
	line-height: 27px;
		margin: 0;
 
	padding: 0 11px;
}
a.customers:visited {
	font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	text-align: center;
	color: #36362a;
	text-decoration: none;
	display: block;
	
	cursor: pointer;
	height: 27px;
	line-height: 27px;
		margin: 0;
 
	padding: 0 11px;
}
a.customers:hover {
	font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	text-align: center;
	color: #FC6D04;
	text-decoration: none;
	display: block;
	
	cursor: pointer;
	height: 27px;
	line-height: 27px;
		margin: 0;
 
	padding: 0 11px;
}

.nav_back a {
	font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	text-align: center;
	color: #36362a;
	text-decoration: none;
	display: block;
	
	cursor: pointer;
	height: 27px;
	line-height: 27px;
		margin: 0;
 
	padding: 0 11px;
}

.nav_back:visited a {
	font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	text-align: center;
	color: #36362a;
	text-decoration: none;
	display: block;
	
	cursor: pointer;
	height: 27px;
	line-height: 27px;
	padding: 0 11px;
		margin: 0;

}

.nav_back:hover a {
	font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	text-align: center;
	color: #FC6D04;
	text-decoration: none;
	display: block;
	
	cursor: pointer;
	height: 27px;
	line-height: 27px;
	padding: 0 11px;
}

