/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
	margin:0;
	padding:0;
}

	#menu{
		width:200px;
		margin:0px;
	}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				display:block;
				background:url(../images/menu_024_bg.jpg) no-repeat;
				
			}
				#menu li a{
					list-style:none;
					display:block;
					color:#FFF;
					text-transform:uppercase;
					font-size:13px;
					text-decoration:none;
					text-align:center;
					height:30px;
					line-height:30px;
				}
					#menu li a:hover{
						background:url(../images/menu_024_h.jpg) no-repeat;
						height:30px;
						line-height:30px;
						color:#FF0;
						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:13px;
						text-decoration:none;
						height:30px;
						line-height:30px;			
					}

#menu1{
		width:200px;
		margin:0px;
	}
		#menu1 ul{
			list-style:none;
		}
			#menu1 li{
				list-style:none;
				display:block;
				background:url(../images/menu_024_bg.jpg) no-repeat;
				
			}
				#menu1 li a{
					list-style:none;
					display:block;
					color:#FFF;
					text-transform:uppercase;
					font-size:12px;
					text-decoration:none;
					text-align:center;
					height:30px;
					line-height:30px;
				}
					#menu1 li a:hover{
						background:url(../images/menu_024_h.jpg) no-repeat;
						height:30px;
						line-height:30px;
						color:#FF0;
						text-decoration:none;
					}
					#menu1 li a.current, #menu1 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:12px;
						text-decoration:none;
						height:30px;
						line-height:30px;			
					}
