.menubg {
	background-color: #0033CC;
}




.basketbg {
	background-image: url(../images/menu/basketbg.png);
	background-repeat: no-repeat;
	background-position: right center;
}


#menushoutboxtext {
	font-size: 0.6em;
	color: #383544;
	font-weight: bold;
	border-bottom-width: 0em;
	border-bottom-style: solid;
	border-bottom-color: #373041;
}

#menushoutboxtext a {
	font-size: 0.9em;
	color: #383544;
	font-weight: bold;
	border-bottom-width: 0.2em;
	border-bottom-style: solid;
	border-bottom-color: #373041;
}






.menucell {
	border-right-width: 0.01em;
	border-right-style: solid;
	border-right-color: #FFFFFF;		
	}
.submenucell {
	border-right-width: 0.01em;
	border-right-style: solid;
	border-right-color: #0066CC;
	}

.menutext {
font-size: 0.6em;
	font-family: "verdana";
	color: #FFFFFF;
	font-weight: bold;
	
	text-decoration: none; 
	
m: expression(this.onmouseover =  new Function("this.className = 'menutext-hover';"));	
	}

.menutext:hover,
    .menutext-hover {
	font-size: 0.6em;
	font-family: "verdana";
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	
m: expression(this.onmouseout =  new Function("this.className = 'menutext';"));	
	
	}
	
	


.submenutext {


font-size: 0.55em;
	text-decoration: none;
	font-family: "verdana";
	color: #0066CC;
	font-weight: bold;
	
m: expression(this.onmouseover =  new Function("this.className = 'submenutext-hover';"));	
	}

.submenutext:hover,
    .submenutext-hover {
	

	font-size: 0.55em;
	text-decoration: underline;
	font-family: "verdana";

	color: #0000CC;
	font-weight: bold;
	text-decoration: underline; 
	m: expression(this.onmouseout = new Function("this.className = 'submenutext';"));



	}



