#nav{
/*margin: 135px 0 0 118px;*/
margin-top:135px;
position: absolute;
top: 5px;
left: 114px;
z-index: 1000;
}

#nav ul {
list-style: none;
margin:0;
padding:0;
}

#nav ul li a{
width:120px;
/*height:26px;*/
height:75px;
display: block;
text-decoration: none;
text-indent:-9999em;
outline: none;
}

#id2 a{
background: url(images/newnav.png) no-repeat 0 0;
}
#id2 a:hover, #id2 a.fnav, #id2.current a{
background: url(images/newnav.png) no-repeat 0 -75px;
}
#id3 a{
background: url(images/newnav.png) no-repeat -120px 0;
}
#id3 a:hover, #id3 a.fnav, #id3.current a{
background: url(images/newnav.png) no-repeat -120px -75px;
}
#id4 a{
background: url(images/newnav.png) no-repeat -240px 0;
}
#id4 a:hover, #id4 a.fnav, #id4.current a{
background: url(images/newnav.png) no-repeat -240px -75px;
}
#id5 a{
background: url(images/newnav.png) no-repeat -360px 0;
}
#id5 a:hover, #id5 a.fnav, #id5.current a{
background: url(images/newnav.png) no-repeat -360px -75px;
}
#id11 a{
background: url(images/newnav.png) no-repeat -480px 0;
}
#id11 a:hover, #id11 a.fnav, #id11.current a{
background: url(images/newnav.png) no-repeat -480px -75px;
}
#id6 a{
background: url(images/newnav.png) no-repeat -600px 0;
}
#id6 a:hover, #id6 a.fnav, #id6.current a{
background: url(images/newnav.png) no-repeat -600px -75px;
}

#nav ul li{
width:120px;
height:75px;
/*height:25px;*/
margin-bottom: 3px;
display: inline;
float:left;
margin-right:7px;
}

#nav ul li ul {
	height: 70px;
/*	background-color:#D6AC07;*/
	width:120px;
	display:none;
	font-size:0.8em;
	padding-bottom: 4px;
}

#nav ul li.current ul {
/*display: block;*/	
}

#nav ul li ul li {
	background-color:#D6AC07;
	height: 19px;
	font-weight:bold;
	font-family:Times;
	margin:0;
	padding-top:5px;
}

#nav ul li ul li a, #nav ul li ul li a:visited, #nav ul li.current ul li a {
	text-indent:5px;
	color:#FFF;
	height: 19px;
        background: url(images/pixel.gif) no-repeat;
}
#nav ul li.current ul li a:hover, #nav ul li ul li a:hover {
	text-indent:5px;
	background-color:#EDA200;
	height: 19px;
        background: url(images/pixel.gif) no-repeat;
}
