/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
	margin:0;
	padding:0;
}
body{
	background:#fff;
	color:#333333;	
	font:12px/18px Tahoma, Arial, Helvetica, sans-serif;	
}
	#menu{
		background:#c9ad1e url(images/menu_028_bg.jpg) repeat-x;
		width:200px;
	}
		#menu ul{
			list-style:none;
	}
			#menu li{
				list-style:none;
				display:block;
				border:1px solid #fff;
			}
				#menu li a{
					list-style:none;
					display:block;
					background:#ffffff url(images/menu_028_bg.jpg) repeat-x top;
					color:#FFFFFF;
					text-transform:uppercase;
					font-size:10px;
					text-decoration:none;
					padding:2px 0 6px 12px;
					font-weight:bold;
				}
					#menu li a span{
						background:url(images/menu_028_b.gif) no-repeat left center;
						padding:5px 0 5px 25px;
					}
						#menu li a:hover{
							background:#eedc58 url(images/menu_028_h.jpg) repeat-x top;
							color:#FFFFFF;
							text-decoration:none;
						}
							#menu li a:hover span{
								background:url(images/menu_028_b_h.gif) no-repeat left center;
								padding:5px 0 5px 25px;
							}
				#menu li .current{
					list-style:none;
					display:block;
					background:#eedc58 url(images/menu_028_h.jpg) repeat-x top;
					color:#FFFFFF;
					text-transform:uppercase;
					font-size:11px;
					text-decoration:none;
				}
					#menu li .current span{
						background:url(images/menu_028_b_h.gif) no-repeat left center;
						padding:5px 0 5px 25px;
					}
						#menu li a.current, #menu li a:hover.current{
							background:#ffffff url(images/menu_028_h.jpg) repeat-x top;
							color:#FFFFFF;
							text-decoration:none;					
						}
