/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
	margin:0;
	padding:0;
}

	#menu{
	width:100%;
	height:42px;
	background:url(images/menu_025_bg.jpg) no-repeat;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	}
		#menu ul{
			list-style:none;
			text-align:center;
		}
			#menu li{
				list-style:none;
				display:inline;
				margin:0 8px;
			}
				#menu li a{
					color:#b19c93;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					line-height:42px;
					text-decoration:none;
					padding:0 20px;
					background:url(images/menu_025_h.jpg) no-repeat left center;			
				}
					#menu li a:hover{
						color:#fff;
						background:url(images/menu_025_c.jpg) no-repeat left center;
					}
				#menu li a.current{
					background:url(images/menu_025_c.jpg) no-repeat left center;	
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					line-height:42px;
					text-decoration:none;
					padding:0 20px;	
				}
					#menu li a:hover.current{
						color:#fff;
					}
