/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
/**{
	margin:0;
	padding:0;
}*/

	#menu{
	width:900px;
	height:59px;
	background-image: url(images/menu_034_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
/*	float: left;*/
	}
		#menu ul{
	list-style:none;
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		}
			#menu li{
	list-style:none;
	display:block;
	float:left;
	height:59px;
			}
				#menu li a{
	display:block;
	float:left;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:59px;
	text-decoration:none;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 20px;
				}
					#menu li a:hover{
	color:#a7a7a7;
	background:url(images/menu_034_h.jpg) no-repeat bottom;
					}
				#menu li a.current{
	display:block;
	float:left;
	background:url(images/menu_034_h.jpg) no-repeat bottom;
	color:#a7a7a7;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:59px;
	text-decoration:none;
	padding:0 20px;
				}
					#menu li a:hover.current{
	color:#a7a7a7;
					}
