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

	#menu{
		width:910px;
		height:48px;
		background:url(images/menu_013_bg.jpg) no-repeat;
		margin:0px;
	}
		#menu ul{
			list-style:none;
			padding:0 28px;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
				margin:0 5px;
			}
				#menu li a{
					display:block;
					float:left;
					color:#ffffff;
					text-transform:uppercase;
					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:#ffffff;
					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:ffffff;
						height:48px;
					}
				#menu li a.current{
					display:block;
					float:left;
					color:#ffffff;
					text-transform:uppercase;
					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.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;
				}



