/*
 * ThemeKunde01 Style Sheet
 * by `Birhen Na Gubat`
 */

/* Main menu text and background */
.ThemeKunde01Menu
{
	width:750px;
	height:25px;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	text-transform:uppercase;
	
	cursor: pointer;
	white-space: nowrap; /* don't break text on space */
}

/* START : MAIN MENU ITEM */
.ThemeKunde01MenuItem,.ThemeKunde01MenuItemHover,.ThemeKunde01MenuItemActive
{
	cursor: pointer;
	white-space: nowrap;
}

.ThemeKunde01MainItem,
.ThemeKunde01MainItemActive
{
    width: 0px;
	/*border: 0.1em solid #000000;*/
	padding:0px 5px 0px 27px;
	
	background:url('off_page2.jpg') left no-repeat;
	background-color:#DBDDD0;
	
	color:#000000;
}

.ThemeKunde01MainItemHover
{
	width: 0px;
/*	border: 0.1em solid #000000;*/
	padding:0px 5px 0px 27px;
	
	background:url('on_page2.jpg') left no-repeat;
	background-color:#406619;
	
	color:#FFFFFF;
}
/* END : MAIN MENU ITEM */


/* START : SUB-MENU components */
/* this is the TABLE in the actual structure */
.ThemeKunde01SubMenuTable
{
	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 */
.ThemeKunde01SubMenu
{
	position: absolute;
	display: block;
	visibility: hidden;
	overflow: hidden;
}

/* END : SUB-MENU components */
/* START : Mga item sa loob ng SUB-MENU components */

/* first row */
.ThemeKunde01MenuItem, .ThemeKunde01MenuItemActive, .ThemeKunde01MenuItemHover
{
	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 */
.ThemeKunde01MenuItem,
.ThemeKunde01MenuItemActive
{
	background-color: #DBDDD0;
	color: #000000;
}

.ThemeKunde01MenuItemHover
{
	background-color: #96A35B;
	color: #000000;
}


.ThemeKunde01MenuItemActive
{
	background-color: #DBDDD0;
	color: #000000;
}

.ThemeKunde01MenuItemHover
{
	background-color: #96A35B;
	color: #FFFFFF;
}

.ThemeKunde01MenuItemText,
.ThemeKunde01MenuFolderText
{
	background-image:url('arrow.gif');
	background-position:4px;
	
	background-repeat: no-repeat;
	padding-left:25px;
	
	white-space: nowrap;
}
/* end second row with seb menu */