/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
	margin:0;
	padding:0;
}

	#menu{
		
		width:100%px;
		height:59px;
		background:url(images/menu_034_bg.jpg) repeat-x;
	}
		#menu ul{
			list-style:none;
			margin:0 auto;
			width:100%px;
			margin-left:150px;
			
		}
			#menu li{
			
				list-style:none;
				display:block;
				float:left;
				height:59px;
				line-height:59px;
				padding:0px 13px;
				
				
				
				
				
			}
				#menu li a{
					display:block;
					float:left;
					color:#a7a7a7;
					
					font-size:13px;
					font-weight:bold;
					line-height:59px;
					text-decoration:none;
					padding:0 10px;				
				}
					#menu li a:hover{
						color:#fff;
						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:#fff;
					
					font-size:13px;
					font-weight:bold;
					line-height:59px;
					text-decoration:none;
					padding:0 20px;	
				}
					#menu li a:hover.current{
						color:#fff;
					}


