/* CSS Document */

/* This Stylesheet styles the Single Sub Nav Bar with no Dropdown */

#levelOneNav a {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

#levelOneNav {
	padding:0px;
	margin: 38px 0 0 330px;
}

#levelOneNav li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	list-style: none;
	display: inline;
	float: left;
	width: auto;
	padding-left: 14px;
	padding-right: 8px;
}

/* CLASSES applied to the individual buttons to adjust individual padding to line up with BG Tabs */

#levelOneNav li.home {
	padding-left: 10px;
	
}

#levelOneNav li.money {
	
}

#levelOneNav li.orderNow {
	
	
}

#levelOneNav li.siteMap{
	padding-right: 0;
	padding-left: 15px;
	
}

#levelOneNav li.contacts {
	
}

/* CLASSES applied to the individual buttons to adjust individual padding to line up with BG Tabs ENDS HERE */

#levelOneNav li a{
	color: #609EBC;
	text-decoration: none;
}

#levelOneNav li a:hover{
	color: #999999;
	text-decoration: none;	
}

/*
*html #levelOneNav li a:hover{
	background-color:#FFFFFF;
}
/* ignore IE 5 Mac \*/
/*html #levelOneNav li a:hover{
	background-color:#000000;
}
/* end */
/*#header{
	width:100%;
	background-color: red;
	height: 120px;
}
