/* CSS Document */
*
{
	margin:0;
	padding:0;
	text-decoration:none;
	}
#menu{
   height:54px; 
   font-family: Tahoma, "Trebuchet MS", Arial;
   font-size:14px;  
	font-weight:bold;
   text-align:center;
}   
#nav {
	width:799px;
	height:54px;
	position:relative;
	background:url(images/nav.jpg) no-repeat;

}

#nav li {	
	list-style:none;
	position:absolute;
}

#nav li, #nav a {
	height:54px;
	display:block;
	line-height:54px;
	color:#fff;
}

#nav a:hover {
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-decoration:underline;	
	}

#nav01 {
	overflow:hidden;
	left:290px;
	width:78px;	
}

#nav02 {	
	overflow:hidden;
	left:368px;
	width:94px;
}

#nav03 {	
	overflow:hidden;
	left:462px;
	width:92px;
}
#nav04 {	
	overflow:hidden;
	left:554px;
	width:90px;
}
#nav05 {	
	overflow:hidden;
	left:644px;
	width:102px;
}

#nav01 a:hover, .nav01on {
	background:transparent url(images/nav.jpg) -290px  -54px no-repeat;
}
#nav02 a:hover, .nav02on {
	background:transparent url(images/nav.jpg) -368px -54px no-repeat;
}
#nav03 a:hover, .nav03on {
	background:transparent url(images/nav.jpg) -462px -54px no-repeat;
}
#nav04 a:hover, .nav04on {
	background:transparent url(images/nav.jpg) -554px -54px no-repeat;
}
#nav05 a:hover, .nav05on {
	background:transparent url(images/nav.jpg) -644px -54px no-repeat;
}
