/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
	margin:0;
	padding:0;
}
	#menu{
	margin:0 auto;
	width:700px;
	position: absolute;
	left: 155px;
	top: 139px;
	z-index: 1;
	height: 36px;


	}
		#menu ul{
			list-style:none;
		}
			#menu li{
	list-style:none;
	display:block;
	float:left;
	line-height:36px;
	height:36px;
	margin:0 1px 0 0;
	border-top: 0 solid #636363;
	border-right: 1px solid #636363;
	border-bottom: 0 solid #636363;
	border-left: 0px solid #636363;

			}
				#menu li a{
	display:block;
	float:left;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
	padding:0 15px;
	height:36px;
	font-weight: normal;
				}
					#menu li a:hover{
	color:#fff;
	background:url(images/menu_005_h.jpg) repeat-x center center;
	font-weight: normal;
					}
				#menu li a.current{
					display:block;
					float:left;
					background:url(images/menu_005_h.jpg) repeat-x;					
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					text-decoration:none;
					padding:0 25px;	
				}
					#menu li a:hover.current{
						color:#fff;
					}

