/* --------------------------
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: 700px;
		margin: 0 25px;
	}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				display:block;
				float:right;
				margin:0 1px;
			}
				#menu li a{
					display:block;
					float:left; 
					height:39px;
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					background:url(images/newleft.png) no-repeat left top;
					line-height:39px;
					padding:0 0 8px 18px;
					text-decoration:none;
				}
				#menu li a span{
					display:block;
					float:left; 
					background:url(images/newright.png) no-repeat right top;
					height:39px;
					color:#fff;
					line-height:39px;
					padding:0 32px 8px 17px;
				}
					#menu li a:hover{
						display:block;
						float:left;
						background:url(images/newleft.png) no-repeat left top;
						height:39px;
					}
					#menu li a:hover span{
						display:block;
						float:left;
						background:url(images/newright.png) no-repeat right top;
						color:#555;
						height:39px;
					}
				#menu li a.current{
					display:block;
					float:left;
					height:41px;
					color:#555;
					text-transform:uppercase;
					font-size:12px;
					font-weight:bold;
					background:url(images/newleft.png) no-repeat left;
					line-height:39px;
					padding:0 0 8px 18px;
					text-decoration:none;
				}
				#menu li a.current span{					
					display:block;
					float:left;
					background:url(images/newright.png no-repeat right;
					height:41px;
					color:#555;
					line-height:39px;
					padding:0 30px 8px 17px;
				}

	#menuv{
		background:#fff;
		width:170px;
	}
		#menuv ul{
			list-style:none;
		}
			#menuv li{
				list-style:none;
				margin:3px 0;
			}
				#menuv li a{
					list-style:none;
					background: #8faf39 url(images/menu_033_bg.gif) no-repeat;
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					text-decoration:none;
					display:block;
					height:35px;
					line-height:35px;
					padding:0 0 0 20px;
				}
					#menuv li a:hover{
						background:#da4a70 url(images/menu_033_h.gif) no-repeat;
						color:#fff;
						text-decoration:none;
					}
				
