

#menu-hover{
	clear:both;
	float:none;
	display:block;
}

#menu-hover2{
	clear:both;
	float:none;
	display:block;
	position:absolute;
	margin-top:-5px;
}

/**
	MooHover buttons.
	We set all styles in one declaration.
*/
.default, .MooTrans, .defaultMooButton, .MooButton { 
	display:block; 
	position:relative; 
	float:left;
	margin-right:5px;
	width:248px; 
	height:123px; 
	background:url(images/featured-work.gif); 
	text-decoration:none; 
	color:#FFFFFF; 
	font-weight:bold; 
	line-height:36px; 
	text-align:center; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
}
/**
	set the background for our buttons
*/
.MooTrans, .MooButton { 
	background:url(images/featured-work-hover.gif);
}
/**
	The form inputs have a border. Let's get rid of it
*/
.MooButton {
	border:none;	
}
/**
	All positioning for the submit button is done on the .defaultMooButton container div
*/
.defaultMooButton { float:right; margin-top:5px; }



.mouseover, .StoreTrans, .defaultStoreButton, .StoreButton { 
	display:block; 
	position:relative; 
	float:left;
	margin-right:5px;
	width:288px; 
	height:168px; 
	background:url(images/store.jpg); 
	text-decoration:none; 
	color:#FFFFFF; 
	font-weight:bold; 
	line-height:36px; 
	text-align:center; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
}
/**
	set the background for our buttons
*/
.StoreTrans, .StoreButton { 
	background:url(images/store-hover.jpg);
}
/**
	The form inputs have a border. Let's get rid of it
*/
.StoreButton {
	border:none;	
}
/**
	All positioning for the submit button is done on the .defaultMooButton container div
*/
.defaultStoreButton { float:right; margin-top:5px; }