/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
	margin:0;
	padding:0;
}
body{
	background:#fff;
	color:#666;	
	font:12px/18px Tahoma, Arial, Helvetica, sans-serif;	
}
	#menu{
		width:186px;
		margin:15px;
	}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				display:block;
				background:url(images/menu_024_bg.JPG) no-repeat;
				text-indent:40px;
				border:1px;
			}
				#menu li a{
					list-style:none;
					display:block;
					color:#6e7083;
					text-transform:uppercase;
					font-size:12px;
					text-decoration:none;
					height:45px;
					line-height:41px;
					font-style:oblique;
					font:Arial;
				}
					#menu li a:hover{
						background:url(images/menu_024_h.jpg) no-repeat;
						height:45px;
						line-height:41px;
						color:#8b93ab;
						text-decoration:none;
					}
					#menu li a.current, #menu li a:hover.current{
						list-style:none;
						display:block;
						background:url(images/menu_024_h.jpg) no-repeat;
						color:#8b93ab;
						text-transform:uppercase;
						font-size:11px;
						text-decoration:none;
						height:41px;
						line-height:41px;			
					}


