/*
menus with gradient graphics
transparent no border for now
*/

body 
{ 
	background: white no-repeat;
	background-attachment: fixed;
}

.spMenu /* span around menu and submenu */
{
	width: 100%;
}

.spSubMenuTop, .spSubMenuLeft /* span around UL */
{
	width: 100%; 
	border: 0px; 
	padding: 0px; 
	margin: 0px; 
}

.MenuTop, .MenuLeft, .MenuLeftInverse, .MenuTopInverse /* span around link */
{
	width: 100%; 
	height: 100%; 
	border-width: 1px;
	border-style: solid;
   	BACKGROUND-COLOR: transparent;
}

.SubMenuTop, .SubMenuLeft /* span around link */
{
	padding: 0px; 
	margin: 0px; 
}


/* whole menu  */
.spSubMenuTop UL, .spSubMenuLeft UL
{
	border-width: 1px;
	border-style: solid;
	padding: 0px; 
	margin: 0px; 
	list-style-type: none;
   	BACKGROUND-COLOR: transparent;
}

.spSubMenuTop LI, .spSubMenuLeft LI
{
	padding: 0px; 
	margin: 0px; 
	list-style-type: none;
	whitespace: nowrap;
}
