@import "http://softdrunk.com/wp-content/themes/softdrunk/style.css";
/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */

#foxmenucontainer{display:block;padding:0px 0 0 15px; text-align:center; height:60px;}

#foxmenu{ position:relative;display:block;height:30px;font-size:11px;font-weight:bold;font-family:Arial,Verdana,Helvitica,sans-serif; margin-left:2px;}
#foxmenu ul{margin:0px;padding:0;list-style-type:none;width:auto;}

#foxmenu ul li{display:block; margin:0 1px 0 0;}
#foxmenu ul li a{
	display:block;
	float:left;
	color:#fff;
	text-align: center;
	text-decoration:none;
	padding:5px 12px 5px 12px;
	background:#eee url(images/foxmenu_bg-OFF.png) no-repeat top right;
	}
#foxmenu ul li a:hover,#foxmenu ul li.current_page_item a{
	color:#fff;
	background:#222 url(images/foxmenu_bg-OVER.png) no-repeat top left;
	
	padding:5px 12px 5px 12px;
	text-align: center;
	}
#foxmenu ul li .current_page_item a,#foxmenu ul li .current_page_item a:hover{
	color:#fff;
	 height: 21px;
	background:transparent url(images/foxmenu_bg-OVER.png) no-repeat top right;
	}

/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */