/* --------------------------
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:750px;
	height: 35px;
	}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				display:inline;
				margin:0 5px;
			}
				#menu li a{
					color:#ffe991;
					text-transform:uppercase;
					font-size:13px;
					font-weight:bold;
					text-decoration:none;
					border-bottom:5px solid #ffe991;
					cursor:pointer;
					padding:0 0 1px 0;
				}
					#menu li a:hover{
						border-bottom:5px solid #630000;
						color:#630000;
						text-decoration:none;
					}
				#menu li a.current{
	border-bottom:5px solid #ffe991;
	color:#630000;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
				}
				
