/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/

	#menu{
		width:960px;
		height:35px;
		background:url('/images/menu_014_bg.jpg') no-repeat;
		margin: 0px 0 0 0px;
	}
		#menu ul {
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0;
		padding:0 15px;
}
			#menu li{
				list-style:none;
				display:block;
				float:left;
				margin:0 0px;
			}
				#menu li a{
					display:block;
					float:left;
					color:#FFCA60;
					font-family: Verdana;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					line-height:35px;
					padding:0 0 0 9px;
					text-decoration:none;
					cursor:pointer;
					font-stretch: expanded;
				}
				#menu li a span{
					display:block;
					float:left;
					color:#FFCA60;
					line-height:35px;
					padding:0 24px 0 10px;
				}
					#menu li a:hover{
						display:block;
						float:left;					
						background:url('/images/menu_014_h_l.jpg') no-repeat left center;
						height:35px;
					}
					#menu li a:hover span{
						display:block;
						float:left;					
						background:url('/images/menu_014_h_r.jpg') no-repeat right center;
						color:#ede6e3;
						height:35px;
					}
				#menu li a.current{
					display:block;
					float:left;
					color:#FFCA60;
					font-family: Verdana;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					background:url('/images/menu_014_h_l.jpg') no-repeat left;
					line-height:28px;
					padding:0 0 0 9px;
					text-decoration:none;
					font-stretch: expanded;
				}
				#menu li a.current span{					
					display:block;
					float:left;
					background:url('/images/menu_014_h_r.jpg') no-repeat right center;
					color:#FFCA60;
					line-height:35px;
					padding:0 24px 0 10px;
				}



