/* --------------------------
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:400px;
	}
#menu ul{
	list-style:none;
}
#menu li{
	list-style:none;
	display:block;
	float:left;
	margin:0px 0px 0px 5px;
}
#menu li a{
	display:block;
	float:left;
	height:30px;
	color:#fff;
	text-transform:capitalize;
	font-size:12px;
	font-weight:bold;
	background:url(../images/menu_009_l.png) no-repeat left;
	line-height:30px;
	padding:0 0 0 6px;
	text-decoration:none;
}
#menu li a span{
	display:block;
	float:left;
	background:url(../images/menu_009_r.png) no-repeat right;
	height:30px;
	color:#FFFFFF;
	line-height:30px;
	padding:0 18px 0 8px;
}
#menu li a:hover{
	display:block;
	float:left;
	background:url(../images/menu_009_h_l.png) no-repeat left;
	height:30px;
	cursor:pointer;
}
#menu li a:hover span{
	display:block;
	float:left;
	background:url(../images/menu_009_h_r.png) no-repeat right;
	color:#fff;
	height:30px;
}
#menu li a.current{
	display:block;
	float:left;
	height:30px;
	color:#fff;
	text-transform:capitalize;
	font-size:12px;
	font-weight:bold;
	background:url(../images/menu_009_h_l.png) no-repeat left;
	line-height:30px;
	padding:0 0 0 6px;
	text-decoration:none;
}
#menu li a.current span{
	display:block;
	float:left;
	background:url(../images/menu_009_h_r.png) no-repeat right;
	height:30px;
	color:#fff;
	line-height:30px;
	padding:0 18px 0 8px;
}