/* CSS Document */

/* NAVIGATION */

#roadsigns {
width: 769px; height: 44px;
margin-right: 17px; 
margin-left: 12px;	
padding: 0;
position: relative;	
background: url(../images/nav_roadsigns2.gif);
}

#roadsigns li {
margin: 0; 
padding: 0; 
list-style: none;
display: block;
position: absolute;
}
	
#roadsigns a {
display: block;
}

#pane1 {left: 0px; top: 0px; height: 44px; width: 147px;}
#pane2 {left: 147px; top: 0px; height: 44px; width: 129px;}
#pane3 {left: 276px; top: 0px; height: 44px; width: 174px;}
#pane4 {left: 451px; top: 0px; height: 44px; width: 154px;}
#pane5 {left: 607px; top: 0px; height: 44px; width: 165px;}

#pane1 a {height: 44px; text-decoration: none;}
#pane2 a {height: 44px; text-decoration: none;}
#pane3 a {height: 44px; text-decoration: none;}
#pane4 a {height: 44px; text-decoration: none;}
#pane5 a {height: 44px; text-decoration: none;}

#pane1 span {
	visibility: hidden; 
	}	
#pane2 span {
	visibility: hidden; 
	}	
#pane3 span {
	visibility: hidden; 
	}	
#pane4 span {
	visibility: hidden; 
	}	
#pane5 span {
	visibility: hidden; 
	}	
	
/* #panel a:hover {background: url(../images/nav_roadsigns1.gif);}
#pane2 a:hover {background: url(../images/nav_roadsigns2.gif);}
#pane3 a:hover {background: url(../images/nav_roadsigns3.gif);}
#pane4 a:hover {background: url(../images/nav_roadsigns4.gif);}
#pane5 a:hover {background: url(../images/nav_roadsigns5.gif);}
*/