/*table#nav { background: url(../images/menu.jpg) }
*/table#nav td a {  display:block; }

td#navItem1 a, td#navItem2 a, 
td#navItem3 a, td#navItem4 a
{ height:66px; background:url(../img/menu.jpg); background-position: 0 0; }

td#navItem1 a:hover, td#navItem2 a:hover, 
td#navItem3 a:hover, td#navItem4 a:hover
{ height:66px; background:url(../img/menu-hover.jpg); background-position: 0 0; }

td#navItem1 a			{ background-position:0 0; width:89px; left:0 }
td#navItem1 a:hover	{ background-position:0 0; width:89px; left:0 }

td#navItem2 a			{ background-position:-89px 0; width:201px; left:89px }
td#navItem2 a:hover	{ background-position:-89px 0; width:201px; left:89px }

td#navItem3 a			{ background-position:-290px 0; width:158px; left:290px }
td#navItem3 a:hover	{ background-position:-290px 0; width:158px; left:290px }

td#navItem4 a			{ background-position:-448px 0; width:135px; left:448px }
td#navItem4 a:hover	{ background-position:-448px 0; width:135px; left:448px }

table#submenu
{
	border:1px solid #aeb5ae;
	width: 970px;
	height: 32px;
	background: #cccccc;
	color: #aeb5ae;	
	font-size: 18px;
}

table#submenu td a
{
	color: #7f7f7f;
	padding: 0 8px;
	text-decoration: none;
}
