/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
	margin:0;
	padding:0;
}
	#menu{
		width:256px;
		margin:15px;
	}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				display:block;
				line-height:32px;
				height:32px;
				margin:10px 0;
				width:256px;			
			}
				#menu li a{
					display:block;
					height:33px;
					text-transform:uppercase;
					font-weight:bold;
					font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
					line-height:32px;
					padding:0 0 0 25px;
					text-decoration:none;
					color:#808080;
					cursor:pointer;
					background:url(../images/menu_014_l.jpg) no-repeat left;
				}
				#menu li a span{
					display:block;
					height:32px;
					line-height:32px;
					padding:0 105px 0 20px;
					color:#808080;
					background:url(../images/menu_014_r.jpg) no-repeat right;										
				}
					#menu li a:hover{
						display:block;
						background:url(../images/menu_014_h_l.jpg) no-repeat left;
						height:32px;
						color:#676767;
					}
					#menu li a:hover span{
						display:block;
						float:left;					
						background:url(../images/menu_014_h_r.jpg) no-repeat right;
						color:#676767;
						height:32px;
					}
				#menu li a.current, #menu li a.current:hover{
					display:block;
					height:32px;
					color:#676767;
					text-transform:uppercase;
					font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
					font-weight:bold;
					background:url(../images/menu_014_h_l.jpg) no-repeat left;
					line-height:32px;
					padding:0 0 0 25px;
					text-decoration:none;
				}
				#menu li a.current span, #menu li a.current:hover span{					
					display:block;
					float:left;
					background:url(../images/menu_014_h_r.jpg) no-repeat right;
					height:32px;
					color:#676767;
					line-height:33px;
					padding:0 130px 0 20px;
				}



