/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
	margin:0;
	padding:0;
}
body{
	
	color:#fff;	
	font:12px Arial;	
}
	#menu{
		width:700px;
		background: url(menu/menu_bk.png) repeat;
		height:50px;
		margin:1px;
	}
		#menu ul{
			list-style:none;
			text-align:center;
		}
			#menu li{
				list-style:none;
				display:inline;
				margin:0 1px;
			}
				#menu li a{
					color:#fff;
					text-transform:uppercase;
					font-size:12px;
					font-weight:bold;
					text-decoration:none;
					line-height:50px;
					cursor:pointer;
					padding:10px 8px;
				}
					#menu li a:hover{
						color:#679A01;
						background: url(menu/menu_031_h.jpg) repeat-x center center;
						text-decoration:none;
					}
				#menu li a.current{
					color:#679A01;
					background: url(menu/menu_031_c.jpg) repeat-x center center;
					text-transform:uppercase;
					font-size:13px;
					padding:10px 15px;
					line-height:50px;
					font-weight:bold;
					text-decoration:none;
				}
				



