/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
	margin:0;
	padding:0;
}

	#menu{
		width:238px;
	}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				height:31px;
				display:block;
			}
				#menu li a{
					list-style:none;
					height:21px;
					display:block;
					background:url(images/fu_05_03.jpg) repeat-y left;
					color:#000;
					text-transform:uppercase;
					font-size:12px;
					text-decoration:none;
					padding:10px 0px 0px 35px;
					
				}
					#menu li a:hover{
						background:url(images/fu_05_02.jpg) repeat-x top;
						color:#fff;
						height:31px;
						text-decoration:none;
					}
				#menu li .current{
					list-style:none;
					display:block;
					background:url(images/fu_05_02.jpg) repeat-x top;
					color:#fff;
					height:21px;
					text-transform:uppercase;
					font-size:12px;
					text-decoration:none;
					padding:10px 0px 0px 35px;
				}
					#menu li a.current, #menu li a:hover.current{
						background:url(images/fu_05_02.jpg) repeat-x top;
						color:#fff;
						height:31px;
						text-decoration:none;					
					}


