
#menu {
	margin: 0;
	z-index: 30;
	text-align: right;
	height:16px;
}

#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	/*font: 9px sans-serif;*/
}

/* MENU TEXT */
#menu li a {
	display: block;
	/*padding-top: 6px;*/
	/*padding-bottom: 6px;*/
	text-align: center;
	cursor: pointer;
	cursor: hand;
	font-family:century gothic,verdana,tahoma,helvetica,arial;
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:none;
}

/* MENU MOUSEOVER TEXT */
#menu li a:hover {
	cursor: pointer;
	cursor: hand;
	font-family:century gothic,verdana,tahoma,helvetica,arial;
	font-size:14px;
	color:#000011;
	text-transform:uppercase;
	text-decoration:none;
}











#menu div.productinfo {
	position: absolute;
	visibility: hidden;
	padding-left: 5px;
	background-image:url(http://www.bodylanguagesportswear.com/images/pi.png);
	background-repeat: no-repeat;
	width:205px;
	height:93px;
	z-index: 40;
}

#menu div.aboutus {
	position: absolute;
	visibility: hidden;
	padding-left: 5px;
	background-image:url(http://www.bodylanguagesportswear.com/images/au.png);
	background-repeat: no-repeat;
	width:121px;
	height:121px;
	z-index: 40;
}

/* SUBMENU TEXT */
#menu div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 2px 15px 0px 12px; /* top right bottom left */
	width: auto;
	white-space: nowrap;
	text-align: left;
	font-family:century gothic,verdana,tahoma,helvetica,arial;
	font-size:14px;
	line-height:26px;
	color:#88888e;
	text-transform:uppercase;
	text-decoration:none;
}

/* SUBMENU MOUSEOVER TEXT */
#menu div a:hover {
	font-family:century gothic,verdana,tahoma,helvetica,arial;
	font-size:14px;
	line-height:26px;
	color:#000011;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow:none;
}



