/**   Jango
 *    Version: 1.0
 *    Release date: 15/03/2005
 *    Copyright © 2000 - 2005 Miro International Pty Limited
 *    All Rights Reserved.
**/

/* ThemeJangoMenu Style Sheet */

.ThemeJangoMenu, .ThemeJangoSubMenuTable {
   color: #FFFFFF;
   font-weight: normal;
   font-size: 14px;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   vertical-align: middle;
   padding: 0;
   height: 15px;
   /*align: center;*/
   cursor: pointer;
}

.ThemeJangoSubMenu {
   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-width: 0;
   padding:	0;
}

.ThemeJangoSubMenuTable {
   background-color: #BCCCDF;
   border: 1px solid #5B7185;
}

.ThemeJangoSubMenuTable TD {
   color: #FFFFFF;
   font-weight: normal;
   font-size: 12px;
   white-space: nowrap;
   height: 18px;
}

.ThemeJangoMainItem,.ThemeJangoMainItemHover,.ThemeJangoMainItemActive,
.ThemeJangoMenuItem,.ThemeJangoMenuItemHover,.ThemeJangoMenuItemActive {
   color: #FFFFFF;
   font-weight: normal;
   font-size: 12px;
   background-color: #3C76B2;
   border: 1px solid #2B547F;
   padding: 4px;
   vertical-align: middle;
   text-decoration: none; text-align: left;}

.ThemeJangoMainItemHover,.ThemeJangoMainItemActive,
.ThemeJangoMenuItemHover,.ThemeJangoMenuItemActive {
   color: #FFFFFF;
   font-weight: normal;
   font-size: 12px;
   background-color:#4D99E6;
   border: 1px solid #2B547F;
   padding: 4px;
   vertical-align: middle;
   text-decoration: none;
}



.ThemeJangoMenuSplit

{



	height:		0px;

	margin:		0px;



	overflow:	hidden;

	background-color:	inherit;

	border-bottom:	1px solid #6D4410;

}



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

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