#p7swapmenu {
	background-color: #fff; /* Controls background color of menu */






	background: url(../gif/fade_side.gif)
	border: 0px solid; /* Controls boarder around outside of Menu */
	border-color: #ccc #ccc #ccc #ccc; /* Controls color of boarder outside of menu */
	padding: 0px; /* Adds padding around outside of menu */
	position: absolute; /* Controls Postion of Menu */
	left: -4px; /* Controls Postion of Menu */
	top: 77px; /* Controls Postion of Menu */
	width: 141px; /* Controls width of Menu */
	margin-left:6px;
	z-index: 5;
	border: 1px;
}

#p7swapmenu li {
	margin: 0px; /* Controls space around sub-links of menu */
	padding: 0px; /* Controls space around sub-links of menu */
	list-style-type: none;
}

#p7swapmenu li a {
line-height: 1.2em;
}

	
#p7swapmenu ul {
	margin: 0px; /* Controls space around menu */
	padding: 0px; /* Controls space around menu */
}

.closed a {
	background-image: url(../gif/menplus.gif); /* Controls background image of closed menu */
	background-repeat: no-repeat;
	background-position: 6px 50%; /* Controls postion of background image from the left and from the top */
	background-color: #FFF;
	border: 1px solid; /* Controls boarder line size around title of the closed menu */
	border-color: #ccc #ccc #ccc #ccc; /* Controls boarder color around closed menu */
	color: #666;
	display: block; /* Controls the way the space is conformed to the text of the closed menu */
	font-size: 12px;
	padding: 6px 6px 6px 19px; /* Controls space around lettering of the closed menu */
	text-decoration: none;
	font-weight: bold;
}


.closed a:hover {
	background-color: #ccc;
	color: #666;
}

.closed ul a {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-image: url(../gif/pagemarker.gif);
	border: 0;
	color:#666;
	font-size: 10px;
	font-weight: normal;
	padding: 4px 4px 4px 12px;
	margin: 0 0 0 12px;
}

.closed ul a:hover {
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-image: url(../gif/pagemarker.gif);
	border: 0;
	color:#666;
	font-size: 10px;
	font-weight: normal;
	padding: 4px 4px 4px 12px;
	margin: 0 0 0 12px;
}

.open a {
	background-image: url(../gif/menminus.gif);
	background-repeat: no-repeat;
	background-position: 7px 50%; /* Controls postion of background image from the left and from the top */
	background-color: #ccc; /* Controls background color of open menu */
	border: 0px solid; /* Controls boarder line size around title of the open menu */
	border-color: #ccc #ccc #ccc #ccc; /* Controls boarder color around open menu */
	color: #666;
	display: block; /* Controls the way the space is conformed to the text of the open menu */
	font-size: 12px;
	padding: 7px 7px 7px 20px; /* Controls space around lettering of the open menu */
	text-decoration: none;
	font-weight: bold;
}

.open a:hover {
	background-color: #ccc;
	color: #666;
}

.open ul a {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-image: url(../gif/pagemarker.gif);
	border: 0;
	color:#666;
	font-size: 10px;
	font-weight: normal;
	padding: 4px 4px 4px 12px;
	margin: 0 0 0 12px;
}

.open ul a:hover {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-image: url(../gif/pagemarker.gif);
	border: 0;
	color:#CC0000;
	font-size: 10px;
	font-weight: normal;
	padding: 4px 4px 4px 12px;
	margin: 0 0 0 12px;
}

/*The Styles below set the correct hieght for the 'Manufacturers' logos dropdown which is different from the rest*/
.openmanu a {
	background-image: url(../gif/menminus.gif);
	background-repeat: no-repeat;
	background-position: 7px 50%; /* Controls postion of background image from the left and from the top */
	background-color: #ccc; /* Controls background color of open menu */
	border: 0px solid; /* Controls boarder line size around title of the open menu */
	border-color: #ccc #ccc #ccc #ccc; /* Controls boarder color around open menu */
	color: #666;
	display: block; /* Controls the way the space is conformed to the text of the open menu */
	font-size: 12px;
	padding: 7px 7px 7px 20px; /* Controls space around lettering of the open menu */
	text-decoration: none;
	font-weight: bold;
}

.openmanu a:hover {
	background-color: #ccc;
	color: #666;
}

.openmanu ul a {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-image: url(../gif/spacer.gif);
	border: 1px solid;
	border-color:#ccc #ccc #fff #fff;
	vertical-align: top
	color:#666;
	font-size: 10px;
	font-weight: normal;
	padding: 8px 4px 8px 12px;
	margin: 0 0 0 12px;
}

.openmanu ul a:hover {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-image: url(../gif/spacer.gif);
	border: 1px solid;
	border-color:#ccc #ccc #fff #fff;
	color:#CC0000;
	font-size: 10px;
	font-weight: normal;
	padding: 8px 4px 8px 12px;
	margin: 0 0 0 12px;
}

.closedmanu a {
	background-image: url(../gif/menplus.gif); /* Controls background image of closed menu */
	background-repeat: no-repeat;
	background-position: 6px 50%; /* Controls postion of background image from the left and from the top */
	background-color: #FFF;
	border: 1px solid; /* Controls boarder line size around title of the closed menu */
	border-color: #ccc #ccc #ccc #ccc; /* Controls boarder color around closed menu */
	color: #666;
	display: block; /* Controls the way the space is conformed to the text of the closed menu */
	font-size: 12px;
	padding: 6px 6px 6px 19px; /* Controls space around lettering of the closed menu */
	text-decoration: none;
	font-weight: bold;
}

.closedmanu a:hover {
	background-color: #ccc;
	color: #666;
}

.closedmanu ul a {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-image: url(../gif/spacer.gif);
	border: 0;
	color:#666;
	font-size: 10px;
	font-weight: normal;
	padding: 8px 4px 8px 12px;
	margin: 0 0 0 12px;
}

.closedmanu ul a:hover {
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-image: url(../gif/spacer.gif);
	border: 0;
	color:#666;
	font-size: 10px;
	font-weight: normal;
	padding: 8px 4px 8px 12px;
	margin: 0 0 0 12px;
}
/*End Manu*/



/*The Styles below set the correct hieght for the 'BBB' logo which is different from the rest*/



.closedbbb a {
	/*background-image: url(../gif/menplus.gif);  Controls background image of closed menu 
	background-repeat: no-repeat;
	background-position: 6px 50%; /* Controls postion of background image from the left and from the top */
	background-color: #FFF;
	border: 1px solid; /* Controls boarder line size around title of the closed menu */
	border-color: #ccc #ccc #ccc #ccc; /* Controls boarder color around closed menu */
	color: #666;
	display: block; /* Controls the way the space is conformed to the text of the closed menu */
	font-size: 12px;
	padding: 6px 6px 18px 4px; /* Controls space around lettering of the closed menu in IE */
	text-decoration: none;
	font-weight: bold;
}

/*This is a Hack for it to display correctly in Firefox
html>body .closedbbb a {
	/*background-image: url(../gif/menplus.gif);  Controls background image of closed menu 
	background-repeat: no-repeat;
	background-position: 6px 50%; /* Controls postion of background image from the left and from the top 
	background-color: #FFF;
	border: 1px solid; /* Controls boarder line size around title of the closed menu 
	border-color: #ccc #ccc #ccc #ccc; /* Controls boarder color around closed menu 
	color: #666;
	display: block; /* Controls the way the space is conformed to the text of the closed menu 
	font-size: 12px;
	padding: 6px 6px 10px 19px; /* Controls space around lettering of the closed menu in Firefox 
	text-decoration: none;
	font-weight: bold;
}*/


.closedbbb a:hover {
	background-color: #fff;
	color: #666;
}

