


.topmenu a:hover {
	background: none;
}
/*work around for broswers that support hover. hover background color is red that 
shows on the products gif because of the transparent corners. this changes that to 
backgrouns color of white so it doesn't show*/










/*******************
The following styles atre 
only used in the 
drop-down menus
*********************/


.menubar{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	padding-left:2px;
	padding-right:2px;
	color:#666666;
	background: #dedede;
	text-align:center
}	

.xpfront .menubar{
	font-size: 8pt;
 font-weight: bold;
	padding-left:0px;
 padding-right:4px;
	color:#ffffff;
	background: #000000;
}

.xpfront .menubar a {
	color:#ffffff;
	text-decoration:none;
}

.xpfront .menubar a:visited {
	color:#ffffff;
 text-decoration:none;
}

.menubar a {
	color:#666666;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
}

.menubar a:visited {
	color:#666666;
 text-decoration:none;
}

.menubar a:hover {
	color:#ffffff;
 background: #666666;
	padding-left:5px;
 padding-right:5px;
}

.menu {
	padding:5px;
	background:#666666;
}

.menu .options {
	font-family: Verdana;
	font-size: 10px;
	line-height: 15px;
	background:#666666;
}

.menu a {
	color:#ffffff;
	display:block;
	text-decoration:none;
	background:transparent;
}

.menu a:visited {
	color:#ffffff;
	text-decoration:none;
}

.menu a:hover {
	background:#ffffff;
	color:#333333;
}


/*******************
end of 
drop-down menus styles
*********************/				

