/* 
	WordPress Menubar Plugin
	ssf-plain.css stylesheet for the Superfish template

	Credits:

	Superfish v1.4.8 - jQuery menu plugin by Joel Birch
	http://users.tpg.com.au/j_birch/plugins/superfish/

	Search box design by the LightWord theme
	http://www.lightword-theme.com/
*/

/*** start superfish.css ***/

/*** ESSENTIAL STYLES ***/

.ssf-plain-wrap {display:table;}
.ssf-plain-wrap {
	margin: 	15px auto;
	font: 		normal 12px Arial, Helvetica, sans-serif;
}

.ssf-plain {display:inline-block;}
.ssf-plain {display:inline;}

.ssf-plain {
  display:table-row;
  padding:0;
  margin:0;
  list-style-type:none;
  white-space:nowrap; 
  }
.ssf-plain li {
  display:inline;
  }
.ssf-plain a, .ssf-plain a:visited {
  display:block;
  float:left;
  padding: 		0 15px;
  border-right:	1px solid #777777;
  text-decoration:underline;
  }
.ssf-plain div {
  float:left;
}



/*** end superfish.css ***/



