/* 

	WordPress Menubar Plugin
	buyfixandprofit.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/

*/



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



/*** ESSENTIAL STYLES ***/

.buyfixandprofit, .buyfixandprofit * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.buyfixandprofit {
	line-height:	1.0;
	z-index:990;
}
.buyfixandprofit ul {
	position:		absolute;
	top:			-999em;
	width:			17em; /* left offset of submenus need to match (see below) */
	border-top:		1px solid #FFFFFF;	/* border color */
	z-index:991;
}
.buyfixandprofit ul li {
	width:			17em;
	z-index:992;
}
.buyfixandprofit li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.buyfixandprofit li {
	float:			left;
	position:		relative;
}
.buyfixandprofit a {
	display:		block;
	position:		relative;
}
.buyfixandprofit li:hover ul, .buyfixandprofit li.wpm-hover ul {
	left:			0;
	top:			20px; /* match top ul list item height */
	z-index:		989;
}
ul.buyfixandprofit li:hover li ul, ul.buyfixandprofit li.wpm-hover li ul {
	top:			-999em;
}
ul.buyfixandprofit li li:hover ul, ul.buyfixandprofit li li.wpm-hover ul {
	left:			17em; /* match ul width */
	top:			0em;
}
ul.buyfixandprofit li li:hover li ul, ul.buyfixandprofit li li.wpm-hover li ul {
	top:			-999em;
}
ul.buyfixandprofit li li li:hover ul, ul.buyfixandprofit li li li.wpm-hover ul {
	left:			17em; /* match ul width */
	top:			0em;
}
ul.buyfixandprofit li ul li ul {
	width:18em;
	z-index:993;
}
ul.buyfixandprofit li ul li ul li {
	width:18em;
	z-index:994;
}
/*** arrows **/

.buyfixandprofit a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			6px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */

a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.wpm-hover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */

.buyfixandprofit ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.buyfixandprofit ul a > .sf-sub-indicator {
	background-position:  -2px 0;
}
/* apply hovers to modern browsers */

.buyfixandprofit ul a:focus > .sf-sub-indicator, .buyfixandprofit ul a:hover > .sf-sub-indicator, .buyfixandprofit ul a:active > .sf-sub-indicator, .buyfixandprofit ul li:hover > a > .sf-sub-indicator, .buyfixandprofit ul li.wpm-hover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/

.sf-shadow ul {
	background:	url('shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/*** end superfish.css ***/



.buyfixandprofit-wrap {
	padding:		0;
	font-size: 		12px;
	font-weight: 	bold;
	height:			47px;
}
/*** DEMO SKIN ***/

.buyfixandprofit {
	float:			left;
	margin:12px 5px 0;
	width:990px;
}
.buyfixandprofit a {
	text-transform:uppercase;
	font-weight:normal;
	border:			0;
	padding: 		4px 14px;
	text-decoration: none;
}
.buyfixandprofit li li a {
	border:			0;
	padding: 		.75em 1em;
	text-decoration: none;
	border-bottom:		1px solid #FFFFFF;	/* border color */
	border-left:	1px solid #FFFFFF;	/* border color */
	border-right:	1px solid #FFFFFF;	/* border color */
}
.buyfixandprofit a, .buyfixandprofit a:visited {
	color:			#FFFFFF;				/* text color 1 */
}
.buyfixandprofit li li a, .buyfixandprofit li li a:visited {
	color:			#FFFFFF;			/* text color 2 */
}
.buyfixandprofit li li a:hover {
	color:			#FFFFFF;			/* text color 3 */
}
.buyfixandprofit li {
	height:			20px;
	border-right: 1px solid #ADADAD;
}
.buyfixandprofit li li {
	height:			auto;
	background:		#96c3da;			/* color 2 */
}
.buyfixandprofit li:hover, .buyfixandprofit li.wpm-hover, .buyfixandprofit a:focus, .buyfixandprofit a:hover, .buyfixandprofit a:active {
	text-decoration: none;
	background:		#a4d0e9;			/* color 3 */
	outline:		0;
	color:#ffffff;
}
.buyfixandprofit li.selected, .buyfixandprofit li.current-cat, .buyfixandprofit li.current-cat-parent, .buyfixandprofit li.current_page_item, .buyfixandprofit li.current_page_parent, .buyfixandprofit li.current_page_ancestor {
}
.buyfixandprofit li.right {
	float: right;
}
.buyfixandprofit li.right a, .buyfixandprofit li.right form {
	border-left:	1px solid #FFFFFF;	/* border color */
	border-right:	0;
}
.buyfixandprofit form {
	margin: 0;
	padding: 0;
	background: url('searchbox.png') no-repeat center center;
	height: 30px;
	width: 195px;
	border-right:	1px solid #FFFFFF;	/* border color */
}
.buyfixandprofit form input.wpm-text {
	border: 0;
	background: transparent;
	margin: 6px 0 0 6px;
	width: 154px;
}
.buyfixandprofit form input.wpm-submit {
	border: 0;
	background: transparent;
	cursor: pointer;
	height: 20px;
	width: 26px;
}
.buyfixandprofit-after {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0px;
}
