

/* BACKGROUND OF NAVICATION - TURN OFF */
#nav-row2 {
	float: left;
	padding-left: 0px;
	height: 40px;
	/*background: #56565A;*/

	background-repeat: no-repeat;
	
}



#nav-row #language-dropdown {
	background: #FFF;
}

#nav-row #language-dropdown a:link,
#nav-row #language-dropdown a:visited {
	
       	text-decoration: none;
} 

/* THIS POSITIONS TOP ROW */

#nav-row .nav-item, #nav-row .nav-item-sel {
float:left;
      


} 

#nav-row .nav-item, #nav-row .nav-item-sel { 

} 


#nav-row .nav-item-sel {
	
}




/* THIS MAKES THE SECOND ROW RUN BELOW THE FIRST */

#sub-nav-row .subnav {

clear:left;
float:left;
height:16px;
padding-bottom:0px;
padding-left:0;
padding-top:0px;
position:relative;
width:785px;
z-index:0;
}


/* THIS MAKES THE SECOND ROW HORIZONTAL */

#sub-nav-row .sub-item {
float: left;
       margin-left: 0px;
       margin-right: 0px;
       font-size: 13px;
}








