/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
	margin:0;
	padding:0;
}
	#menu{
		margin:0 auto;
		width:980px;
		background-image: url(b2-img/amate.jpg);
	}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
						
				border-bottom:0px;						
			}
				#menu li a{
					display:block;
					float:center;
					color:#ffffff;
					text-transform:uppercase;
					font-size:13px;
					font-weight:bold;
					line-height:35px;
					border: solid #e1e1d3;			
					border-width:0px 0px 0px 0px;
					text-decoration:none;
					padding:0px 20px;				
				}
					#menu li a:hover{
											
					color:#FFFF00;
					}
				#menu li a.current{
					display:block;
					float:left;
									
					color:#fff;
					text-transform:uppercase;
					font-size:13px;
					font-weight:bold;
					line-height:35px;
					border:solid #e1e1d3;
					border-width:0px 0px 0 0;
					text-decoration:none;
					padding:0 20px;	
				}
					#menu li a:hover.current{
					
					color:#fff;
					}


