/**
 * Navigation
 */

/* Head nav */
#head_nav li { list-style-type:none; float:left; display:inline; height:23px; text-align:center; cursor:pointer; margin:0 0 0 30px; }
#head_nav em { display:none; }
#head_nav li a { display:block; width:100%; height:100%; }
#head_nav li.home { width:37px; }
#head_nav li.home a { background:url("../gfx/en/white/m_home.gif") no-repeat 0 0; }
#head_nav li.producten { width:64px; }
#head_nav li.producten a { background:url("../gfx/en/white/m_producten.gif") no-repeat 0 0; }
#head_nav li.zoek_een_dealer { width:97px; }
#head_nav li.zoek_een_dealer a { background:url("../gfx/en/white/m_zoek_een_dealer.gif") no-repeat 0 0; }
#head_nav li.showroom { width:70px; }
#head_nav li.showroom a { background:url("../gfx/en/white/m_showroom.gif") no-repeat 0 0; }
#head_nav li.over_spectral { width:97px; }
#head_nav li.over_spectral a { background:url("../gfx/en/white/m_over_spectral.gif") no-repeat 0 0; }
#head_nav li.nieuws { width:34px; }
#head_nav li.nieuws a { background:url("../gfx/en/white/m_nieuws.gif") no-repeat 0 0; }
#head_nav li.contact { width:60px; }
#head_nav li.contact a { background:url("../gfx/en/white/m_contact.gif") no-repeat 0 0; }
#head_nav li a:hover,
#head_nav li a.selected { background-position:0 -23px; }