/* 
	WordPress Menubar Plugin
	ssf-header.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 ***/

.ssf-header, .ssf-header * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.ssf-header {
	line-height:	2.0;
}
.ssf-header ul {
	padding: 		0;
	margin: 		0;
	list-style-type: none;
	text-align: 	right;
}
.ssf-header a {
	display:		block;
	position:		relative;
	color:			#4e4e4e;
}
.ssf-header a:hover {
	text-decoration:underline;
}
