/*
 * ThemeBuchhavemobler Style Sheet
 * by `Birhen Na Gubat`
 */

/* Main menu text and background */
.ThemeBuchhavemoblerMenu
{
	width:688px;
	height:30px;
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;

	text-align:center;
	text-transform:uppercase;
		
	cursor: pointer;
	white-space: nowrap; /* don't break text on space */
	z-index:1;
}

/* START : MAIN MENU ITEM */
.ThemeBuchhavemoblerMenuItem,.ThemeBuchhavemoblerMenuItemHover,.ThemeBuchhavemoblerMenuItemActive
{
	cursor: pointer;
	white-space: nowrap;
}

.ThemeBuchhavemoblerMainItem,
.ThemeBuchhavemoblerMainItemActive
{
    width: 0px;
	/*border: 0.1em solid #000000;*/
	/*border: 0.01em solid #EBEBEB;
	/*border-spacing:0px;
	border-right-width:0.1em;
	border-right-style:solid;
	border-right-color:#FFF;*/
	padding:1px 2px 2px 2px;
	color:#FFF;
	z-index:1;
}

.ThemeBuchhavemoblerMainItemHover
{
	width: 0px;
	/*border: 0.1em solid #000000;*/
	/*	border: 0.1em solid #EBEBEB;
	border-right-width:0.1em;
	border-right-style:solid;
	border-right-color:#FFF;*/
	/*background:url('hover_bg.jpg') no-repeat;
	background-position:center;*/
	background-color:#550017;
	padding:1px 2px 2px 2px;
	color:#FFF;
	z-index:1;
}
/* END : MAIN MENU ITEM */


/* START : SUB-MENU components */
/* this is the TABLE in the actual structure */
.ThemeBuchhavemoblerSubMenuTable
{
	cursor: default;
	cursor: hand !important;
	white-space: nowrap;
	
	font-family: verdana;
	font-weight:normal;
	font-size: 12px;
	

	filter:Alpha(style=0,opacity=120);
	z-index:1;
}

/* this is the DIV in the actual structure */
.ThemeBuchhavemoblerSubMenu
{
	position: absolute;
	display: block;
	visibility: hidden;
	overflow: hidden;
	z-index:1;
}

/* END : SUB-MENU components */
/* START : Mga item sa loob ng SUB-MENU components */

/* first row */
.ThemeBuchhavemoblerMenuItem
{
	height:25px;
	font-family: verdana;
	font-weight:normal;
	font-size: 12px;
	background-color:#353535;
	color:#FFF;
	text-transform:uppercase;
	/*border: 1px solid #9e9e9e;
	border-collapse: separate;*/
	
	white-space: nowrap;
	z-index:1;
}
.ThemeBuchhavemoblerMenuItemActive
.ThemeBuchhavemoblerMenuItemHover
/* End of first row */




/* second row with sub menu */


.ThemeBuchhavemoblerMenuItem
.ThemeBuchhavemoblerMenuItemActive
{
	height:25px;
	font-family: verdana;
	font-weight:normal;
	font-size: 12px;
	/*border: 1px solid #9e9e9e;
	border-collapse: separate;*/
	
	text-transform:uppercase;
	background-color:#353535;
	color: #FFF;
	z-index:1;
}

.ThemeBuchhavemoblerMenuItemHover
{
	/*border: 1px solid #9e9e9e;
	border-collapse: separate;*/
	height:25px;
	font-family: verdana;
	font-weight:normal;
	font-size: 12px;
	text-transform:uppercase;
	
	/*background:url('border_bg.gif') repeat;*/
	background-color:#550017;
	color: #FFF;
	z-index:1;
}

.ThemeBuchhavemoblerMenuItemActive
{
	height:25px;
	font-family: verdana;
	font-weight:normal;
	font-size: 12px;
	/*border: 1px solid #9e9e9e;
	border-collapse: separate;*/
	
	text-transform:uppercase;
	background-color:#353535;
	color: #FFF;
	z-index:1;
}

.ThemeBuchhavemoblerMenuItemHover
{
	/*border: 1px solid #9e9e9e;
	border-collapse: separate;*/
	height:25px;
	font-family: verdana;
	font-weight:normal;
	font-size: 12px;
	text-transform:uppercase;
	
	/*background:url('border_bg.gif') repeat;*/
	background-color:#550017;
	color: #FFF;
	z-index:1;
}




.ThemeBuchhavemoblerMenuItemText,
.ThemeBuchhavemoblerMenuFolderText
{
	padding-left:10px;
	padding-right:5px;
	/*border: 1px solid #9e9e9e;
	border-collapse: separate;*/
	
	white-space: nowrap;
	z-index:1;
}

/* end second row with sub menu */