UL#mainnavBar {
		list-style-type: none;
	padding: 0px;
	margin: 0px;
	height:42px;
z-index: 1; 
 background-image : url(/images/blue2.gif);
	background-repeat : repeat-x;
	background-position : top;
	background-color : #0a48b3;
}


/* colors */

 UL#mainnavBar LI:hover {background-color : #0a1b37; background-image : url(/images/blue2.gif);
	background-position : top;}

/*UL#mainnavBar LI.here  {background-color : #fe6700; background-image : url(/images/orange1.gif);
	background-repeat : repeat-x;
	background-position : top;}*/


UL#mainnavBar .blue1 {background-color : #0a1b37; background-image : url(/images/blue2.gif);
	background-repeat : repeat-x;
	background-position : top;}
UL#mainnavBar .blue2 {background-color : #0a1b37; background-image : url(/images/blue1.gif);
	background-repeat : repeat-x;
	background-position : top;}

UL#mainnavBar .red {background-color : #0a1b37; background-image : url(/images/red1.gif);
	background-repeat : repeat-x;
	background-position : top;}
	
UL#mainnavBar .orange {background-color : #0a1b37; background-image : url(/images/orange1.gif);
	background-repeat : repeat-x;
	background-position : top;}




/* END colors */

UL#mainnavBar LI a {
	text-decoration: none;

}

UL#mainnavBar UL {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

UL#mainnavBar LI {
	text-align: center;
	float: left;

	 background-image : url(/images/blue2.gif);
	background-repeat : repeat-x;
	background-position : top;
}








/* CLEARFIX REGISTRY */
UL#mainnavBar:after,
.clearFix:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* CLEARFIX REGISTRY IE 6 */
* html UL#mainnavBar,
* html .clearFix {
	height: 1%;
}


/* CLEARFIX REGISTRY IE 7 */
* html UL#mainnavBar,
* html .clearFix {
	min-height: 0;
}