@charset "UTF-8";
/* CSS for MBO navigation */

#menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 960px;
	float: left;
	background-color: #FFF;
}


#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

#menu ul li {
	float: left;
	margin: 0;
	padding-top: 2px;
	overflow: hidden;
}

#menu ul.main {
	text-align:center;
	margin:0;	
	padding: 0;	
	width:960px;	
	background:none;
}



#navBtn
{
	display: block;
	width: 120px;
	height: 20px;
	background: url("http://media.thesunnews.com/static/myrtlebeachonline/layout/navbtn4.png") no-repeat 0 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#navBtn:hover
{ 
  background-position: 0 -24px;
}

#navBtn ul li
{
  display: none;
}

/************************************* Clear Fix */

div:after,

.cf:after { content: "."; display: block; height: 0;  clear: both; visibility: hidden;  }

div,

.cf {  display: inline-table;  }

div,

.cf {  display: inline-block;  }



/* Hides from IE-mac \*/

* html div,

* html .cf { height: 1%;  }

div,

.cf { display: block;  }



/************************************* Clear Fix Ends */

