/* Main Menu **#******************************************/
#SearchBox input.text.searchString {
color:#7D8989;
font-weight:bold;
width:165px;
}
#SearchBox input.text {
height:17px;
margin:4px 3px 0;
padding:0 0 0 3px;
vertical-align:top;
width:118px;
}
#MenuHor ul.MainMenu {
	position: absolute;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
#MenuHor ul.MainMenu li {
	float: left;
}
#MenuHor .imgnav {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;

}
#MenuHor .topmn2 {
	font-size: 18px;
	margin-bottom: 2px;
	background-color: #000000;
	color: #FFFFFF;
	float: left;
}
#MenuHor .topmn {
	display: block;
	font-size: 18px;
	margin-bottom: 2px;
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
/* Store Menu ********************************************/
#MenuHor ul.storeMenu {
	list-style: none;
	position: relative;
	bottom: 0px;
	margin: 0;
	padding: 0;
	background-color: #000000;
	border-left: 1px solid black;
	border-right: 1px solid black;
	z-index: 1001;
}
ul.storeMenu li {
	float: left;
	position: relative;
}
ul.storeMenu li a {
	display: block;
}

ul.storeMenu ul.productTypeMenu {
	position: absolute;
	margin: -4px 0 0 0;
	padding: 6px 0 0 0;
	width: 140px;
	list-style-type: none;
	background-color: black;
}
ul.storeMenu ul.productTypeMenu li {
	float: none;
	/* IE 6 HACK: Fix so submenus will not effect this list item */
	padding-bottom: 1px;
	margin-bottom: -1px;
}
ul.storeMenu ul.productTypeMenu li a {
	display: block;
	border-bottom: 1px solid #505050;
	text-decoration: none;
	color: white;
	width: 132px;
	padding: 4px 2px;
	margin: 0 2px;
}
ul.storeMenu ul.productTypeMenu li a:hover {
	background-color: #333;
}

	ul.storeMenu ul.productSubmenu {
		position: absolute;
		top: 0;
		margin: 0;
		padding: 0;
		width: 165px;
		background-color: #000;
		list-style-type: none;
	}