/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/


	#menu{
		width:400px;
		
		
	}
		#menu ul{
			list-style:none;
			margin:0px;
			padding-left:0px;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
				
			}
				#menu li a{
					display:block;
					float:left;
					height:22px;
					color:#fff;
					/*text-transform:uppercase;*/
					font-size:12px;
					/*font-weight:bold;*/
					background:url(../design/kiri.gif) no-repeat top left;
					/*line-height:43px;*/
					padding:0 2px 0 5px;
					text-decoration:none;
				}
				#menu li a span{
					display:block;
					float:left;
					background:url(../design/kanan.gif) no-repeat top right;
					height:22px;
					color:#fff;
					line-height:22px;
					padding:0 4px 0 0px;
					cursor:pointer;
					
				}
				
					#menu li a:hover{
						display:block;
						float:left;					
						background:url(../design/kiri.gif) no-repeat top left;
						height:22px;
					}
					#menu li a:hover span{
						display:block;
						float:left;					
						background:url(../design/kanan.gif) no-repeat top right;
						color:#fff;
						height:22px;
					}
				#menu li a.current{
					display:block;
					float:left;
					height:22px;
					color:#fff;
					/*text-transform:uppercase;*/
					font-size:12px;
					/*font-weight:bold;*/
					background:url(../design/kiri.gif) no-repeat top left;
					line-height:22px;
					padding:0 2px 0 5px;
					text-decoration:none;
				}
				#menu li a.current span{					
					display:block;
					float:left;
					background:url(../design/kanan.gif) no-repeat top right;
					height:22px;
					color:#fff;
					line-height:22px;
					padding:0 4px 0 0px;
				}


	