/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
	margin:0;
	padding:0;
}
body{
	background:#fff;
	color:#666;	
}
	#menu{
		width:700px;
		height:48px;
		background:url(images/menu_013_bg.jpg) no-repeat;
		margin:15px;	
		
	}
		#menu ul{
			list-style:none;
			padding:0 15px;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
				margin:0 10px;
			}
				#menu li a{
					display:block;
					float:left;
					color:#c39e8f;
					font-size:11px;
					font-weight:bold;
					line-height:48px;
					padding:0 0 0 12px;
					text-decoration:none;
					cursor:pointer;
				}
				#menu li a span{
					display:block;
					float:left;
					color:#c39e8f;
					line-height:48px;
					padding:0 24px 0 10px;
				}
					#menu li a:hover{
						display:block;
						float:left;					
						background:url(images/menu_013_h_l.jpg) no-repeat left center;
						height:48px;
					}
					#menu li a:hover span{
						display:block;
						float:left;					
						background:url(images/menu_013_h_r.jpg) no-repeat right center;
						color:#fff;
						height:48px;
					}
				#menu li a.current{
					display:block;
					float:left;
					color:#fff;
					font-size:11px;
					font-weight:bold;
					background:url(images/menu_013_h_l.jpg) no-repeat left center;
					line-height:28px;
					padding:0 0 0 12px;
					text-decoration:none;
				}
				#menu li a.homepage span{					
					display:block;
					float:left;
					color:#FFFF00;
					line-height:48px;
					padding:0 24px 0 10px;
				}
				
				#menu li a.current span{					
					display:block;
					float:left;
					background:url(images/menu_013_h_r.jpg) no-repeat right center;
					color:#fff;
					line-height:48px;
					padding:0 24px 0 10px;
				}



