/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/

	#menu{
	margin:0 auto;
	width:100%;
	background:#fff;
	color:#666;	
	font:12px/18px Tahoma, Arial, Helvetica, sans-serif;
	}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
				background:#f4f4ec;		
				border-bottom:4px solid #063;						
			}
				#menu li a{
	display:block;
	float:left;
	color:#44494f;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:35px;
	border:solid #e1e1d3;
	border-width:1px 1px 0 1px;
	text-decoration:none;
	padding:0 10px;
				}
					#menu li a:hover{
						background:url(Images/menu_002_h.jpg) repeat-x;	
						color:#FFF;
					}
				#menu li a.current{
	display:block;
	float:left;
	background:url(Images/menu_002_h.jpg) repeat-x;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:35px;
	border:solid #e1e1d3;
	border-width:1px 1px 0 0;
	text-decoration:none;
	padding:0 10px;
				}
					#menu li a:hover.current{
						color:#fff;
						
					}

