/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
/*	margin:0;
	padding:0;*/
}
#menu{
/*		width:700px;*/
	}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
				margin:0 1px;
			}
				#menu li a{
					display:block;
					float:left;
					height:52px;
					color:#0e7b93;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					background: url(/images/menu_027_l.jpg) no-repeat left;
					line-height:39px;
					padding:0 0 0 10px;
					text-decoration:none;
				}
				#menu li a span{
					display:block;
					float:left;
					background: url(/images/menu_027_r.jpg) no-repeat right;
					height:52px;
					color:#0e7b93;
					line-height:39px;
					padding:0 20px 0 10px;
					cursor:pointer;
				}
					#menu li a:hover{
						display:block;
						float:left;					
						background: url(/images/menu_027_h_l.jpg) no-repeat left;
						height:52px;
					}
					#menu li a:hover span{
						display:block;
						float:left;					
						background: url(/images/menu_027_h_r.jpg) no-repeat right;
						color:#7c832d;
						height:52px;
						cursor:pointer;
					}
				#menu li a.current{
					display:block;
					float:left;
					height:52px;
					color:#7c832d;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					background: url(/images/menu_027_h_l.jpg) no-repeat left;
					line-height:39px;
					padding:0 0 0 10px;
					text-decoration:none;
				}
				#menu li a.current span{					
					display:block;
					float:left;
					background: url(/images/menu_027_h_r.jpg) no-repeat right;
					height:52px;
					color:#7c832d;
					line-height:39px;
					padding:0 20px 0 10px;
					cursor:pointer;
				}


