#menu {
	width: 974px;
	height: 47px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;	
}

#menu .left {
	background-image: url(/images/agri-menubg-l.png);
	width: 26px;
	height: 47px;
	background-repeat: no-repeat;
}

#menu .link {
	background-image: url(/images/agri-menubg.png);
	width: 101px;
	height: 47px;
	background-repeat: no-repeat;
	text-decoration:none;
}

#menu .link a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu .link a:hover {
	color: #333333;
}

#menu .currentpage {
	background-image: url(/images/menu_over-agri.png);
	width: 106px; 
	height: 47px;
	background-repeat: no-repeat;
	color: #333333;
	text-decoration:none;
}

#menu .currentpage a{
	width: 106px; 
	height: 47px;
	background-repeat: no-repeat;
	color: #333333;
	text-decoration:none;
}
#menu .rightside {
	background-image: url(/images/agri-menubg.png);
	width: 336px;
	height: 47px;
	background-repeat: repeat-x;
	text-align: right;
}

#menu .right {
	background-image: url(/images/agri-menubg-r.png);
	width: 26px;
	height: 47px;
	background-repeat: no-repeat;
}

#submenu {
	background-image: url(/images/submenu.jpg);
	width: 974px;
	height: 47px;
	background-repeat: no-repeat;
}

#submenu ul{
   margin : 0px;
   padding-left: 30px;
   white-space : nowrap;
   font-size: 11px;
   color: #CCCCCC;
   
}

#submenu ul li{
   display : inline;
   padding-right: 20px;
   padding-left: 20px;
}

#submenu ul li a{
   text-decoration : none;
   color: #666666;
}

#submenu ul li a:hover{
	color: #000000;
}
