/**   Mambo CMS Content Management System					
 *    Version: 5.0											
 *    Release date: 25/08/2003								
 *    Copyright © 2000 - 2003 Miro International Pty Limited
 *    All Rights Reserved.									
**/															

/* ThemeMamboMenu Style Sheet */

.ThemeMamboMenu, .ThemeMamboSubMenuTable
{
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, SunSans-Regular;
	background-color: #3D505F;
	vertical-align: middle;
	padding: 0;
	height: 15px;
	align: center;
	cursor: default;
	white-space: nowrap; 
}

.ThemeMamboSubMenu
{
	position: absolute;
	visibility: hidden;

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index: 1000;
	border:	0;
	padding: 0;
}

.ThemeMamboSubMenuTable
{
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}


.ThemeMamboSubMenuTable TD
{
/* color: #000000;	*/
	font-weight: bold;
	font-size: 10px;
	white-space:	nowrap;
	height: 15px;
}

/*
.ThemeMamboMainItem,.ThemeMamboMainItemHover,.ThemeMamboMainItemActive,
.ThemeMamboMenuItem,.ThemeMamboMenuItemHover,.ThemeMamboMenuItemActive
*/
.ThemeMamboMainItem, .ThemeMamboMenuItem
{
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	white-space: nowrap;
	height: 15px;
}

.ThemeMamboMainItemHover, .ThemeMamboMainItemActive,
.ThemeMamboMenuItemHover, .ThemeMamboMenuItemActive
{
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	white-space: nowrap;
	background-color:	#D6DDE4;
}

.ThemeMamboMenuSplit
{
	height:	0px;
	margin:	0px;
	overflow:	hidden;
	background-color:	inherit;
	border-bottom: 1px solid #000000;
}

.ThemeMamboMenuVSplit
{
	width: 0px;
	margin:	0px;
	overflow:	hidden;
	background-color:	inherit;
}

.8pad 
{ 
	width: 8px; 
	height: 8px;
}
