/*
 * Themehevea Style Sheet
 * by `Birhen Na Gubat`
 */

/* Main menu text and background */
.ThemeheveaMenu
{
	width:1024px;
	height:0px;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: 400c00;
	
	cursor: pointer;
	white-space: nowrap; /* don't break text on space */
	text-align:center;
}

/* START : MAIN MENU ITEM */
.ThemeheveaMenuItem,.ThemeheveaMenuItemHover,.ThemeheveaMenuItemActive
{
	cursor: pointer;
	white-space: nowrap;
}

.ThemeheveaMainItem,
.ThemeheveaMainItemActive
{
    width: 0px;
	/*border: 0.1em solid #000000;*/
	padding:0px 5px 0px 27px;
	
	/*background:url('off_page2.jpg') left no-repeat;
	background-color:#DBDDD0;*/
	
	color:#400c00;
}

.ThemeheveaMainItemHover
{
	width: 0px;
/*	border: 0.1em solid #000000;*/
	padding:0px 5px 0px 27px;
	
/*	background:url('on_page2.jpg') left no-repeat;
	background-color:#406619;
	*/
	color:#400c00;
}
/* END : MAIN MENU ITEM */


/* START : SUB-MENU components */
/* this is the TABLE in the actual structure */
.ThemeheveaSubMenuTable
{
	cursor: default;
	cursor: hand !important;
	white-space: nowrap;
	
	border-collapse: separate;
	opacity: 0.9;

	filter:Alpha(style=0,opacity=90);
}

/* this is the DIV in the actual structure */
.ThemeheveaSubMenu
{
	position: absolute;
	display: block;
	visibility: hidden;
	overflow: hidden;
}

/* END : SUB-MENU components */
/* START : Mga item sa loob ng SUB-MENU components */

/* first row */
.ThemeheveaMenuItem, .ThemeheveaMenuItemActive, .ThemeheveaMenuItemHover
{
	height: 23px;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	text-transform:uppercase;
	
	white-space: nowrap;
} /* End of first row */


/* second row with sub menu */
.ThemeheveaMenuItem,
.ThemeheveaMenuItemActive
{
	background-color: #DBDDD0;
	color: #000000;
}

.ThemeheveaMenuItemHover
{
	background-color: #400c00;
	color: #000000;
}


.ThemeheveaMenuItemActive
{
	background-color: #DBDDD0;
	color: #000000;
}

.ThemeheveaMenuItemHover
{
	background-color: #400c00;
	color: #FFFFFF;
}

.ThemeheveaMenuItemText,
.ThemeheveaMenuFolderText
{
	background-image:url('arrow.gif');
	background-position:4px;
	
	background-repeat: no-repeat;
	padding-left:25px;
	
	white-space: nowrap;
}
/* end second row with seb menu */