/* 
	WordPress Menubar Plugin
	sf-blue.css stylesheet for the Suckerfish template

	Credits:
	Son of Suckerfish Dropdowns
	By Patrick Griffiths and Dan Webb
	http://www.htmldog.com/articles/suckerfish/dropdowns/
*/
#wpmhmenu {
	text-align:center;
}
.sf-blue {
	text-align:center;
	margin: 0px;
	height: 27px;
	background: #FFFFFF;
	font-size: 11px;
	font-weight:none;
	color:#006699;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	font-family: arial, verdana, sans-serif;
	/*float:none;*/
}

.sf-blue ul {
	text-align:center;
	/*float: left;*/
	list-style: none;
	margin: 0px auto;
	padding: 0;
	display:table;
	/*width:100%;*/
}

.sf-blue li {
	/*float: left;*/
	position: relative;
	display:table-cell;
	margin: 0px auto;
	display:inline;
}

.sf-blue a,
.sf-blue a:visited {
	margin: 0px auto;
	float: left;
		padding-right: 5px; 
	padding-left: 5px; 
	line-height: 20px;
	/*background: #990000;*/
	color: #006699;	
	border-right: 1px solid #006699;
	text-decoration: none;
		display:block;
		
			
	}

.sf-blue a:hover {
	background: #006699; color: white;	
	text-decoration: none;
	}

.sf-blue a.selected, 
.sf-blue a.selected:visited {
	background: #006699; color: white;	
	}

.sf-blue a.selected:hover {
	background: #006699; color: white;	
	text-decoration: none;
	}

.sf-blue a.right, 
.sf-blue a.right:visited {
	float: right;
	border-left: 1px solid white;
	border-right: none;
	}
