/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
	margin:0;
	padding:0;
}
body{
	color:#f2d499;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
	#menu{
	/*		margin:0 auto;*/
		width:764px;
	height:59px;
	background-image: url(menu_034_bg.jpg);
	background-repeat: repeat-x;
	}
		#menu ul{
	list-style:none;
	width:700px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0px;
		}
			#menu li{
	list-style:none;
	display:block;
	float:left;
	height:59px;
	line-height:59px;
	margin: 0px;
	padding: 0px;
			}
				#menu li a{
	display:block;
	float:left;
	color:#f2d499;
	text-transform:uppercase;
	font-size:12px;
	font-weight:900;
	line-height:59px;
	text-decoration:none;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	letter-spacing: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
				}
					#menu li a:hover{
	color:#fff;
	background-image: url(menu_034_h.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-weight: bold;
					}
				#menu li a.current{
	display:block;
	float:left;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:59px;
	text-decoration:none;
	padding:0 20px;
	background-image: url(menu_034_h.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
				}
					#menu li a:hover.current{
	color:#fff;
	font-weight: bold;
					}
