/*
 * ThemeTry Style Sheet
 * by `Birhen Na Gubat`
 */

/* Main menu text and background */
.ThemeTryMenu
{
	width:759px;
	height:31px;
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;

	text-align:center;
	text-transform:uppercase;
		
	cursor: pointer;
	white-space: nowrap; /* don't break text on space */
	z-index:1;
}

/* START : MAIN MENU ITEM */
.ThemeTryMenuItem,.ThemeTryMenuItemHover,.ThemeTryMenuItemActive
{
	cursor: pointer;
	white-space: nowrap;
}

.ThemeTryMainItem,
.ThemeTryMainItemActive
{
    width: 0px;
	/*border: 0.1em solid #000000;*/
	/*border: 0.01em solid #EBEBEB;
	/*border-spacing:0px;*/
	padding:1px 2px 2px 2px;
	
	/*background:url('menu_arrow.gif') left no-repeat;*/
	/*background-position:4px;*/
	/*background-color:#99c210;*/
	
	color:#000000;
	/*color:#002e55;;*/
	z-index:1;
}

.ThemeTryMainItemHover
{
	width: 0px;
	/*border: 0.1em solid #000000;*/
	/*	border: 0.1em solid #EBEBEB;
	/*border-spacing:inherit;*/
	padding:1px 2px 2px 2px;
	
	 /*background:url('menu_arrow.gif') left no-repeat;
	/*background-position:4px;*/
	background-color:#000000;
	
	color:#fef400;
	/*color:#465d23;*/
	z-index:1;
}
/* END : MAIN MENU ITEM */






/* START : SUB-MENU components */
/* this is the TABLE in the actual structure */
.ThemeTrySubMenuTable
{
	height:24px;
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;

	text-align:center;
	text-transform:uppercase;
		
	cursor: pointer;
	white-space: nowrap; /* don't break text on space */
	z-index:1;
}

/* this is the DIV in the actual structure */
.ThemeTrySubMenu
{
	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 */
.ThemeTryMenuItem
{
	height: 24px;
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
	/*background:url('border_bg.gif') repeat;*/
	background-color:#cdcdcd;
	color:#000000;
	/*text-align:center;
	text-align:middle;*/
	
	text-transform:uppercase;
	
	white-space: nowrap;
	z-index:1;
}
.ThemeTryMenuItemActive
.ThemeTryMenuItemHover
/* End of first row */




/* second row with sub menu */


.ThemeTryMenuItem
.ThemeTryMenuItemActive
{
	height: 24px;
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
	/*text-align:center;
	text-align:middle;*/
	
	/*text-transform:uppercase;
	
	background:url('border_bg.gif') repeat;*/
	background-color:#cdcdcd;
	color: #000000;
	z-index:1;
}

.ThemeTryMenuItemHover
{
	/*background-color:#99c210; /*#96A35B;*/
	height: 24px;
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
	/*text-align:center;
	text-align:middle;*/
	
	text-transform:uppercase;
	
	/*background:url('border_bg.gif') repeat;*/
	background-color:#000000;
	color: #fef400;
	z-index:1;
}

.ThemeTryMenuItemActive
{
	height: 24px;
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
	/*text-align:center;
	text-align:middle;*/
	
	text-transform:uppercase;
	
	/*background:url('border_bg.gif') repeat;*/
	background-color:#cdcdcd;
	color: #000000;
	z-index:1;
}

.ThemeTryMenuItemHover
{
	/*background-color:#99c210; /*#96A35B;*/
	height: 24px;
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
	/*text-align:center;
	text-align:middle;*/
	
	/*text-transform:uppercase;
	
	background:url('border_bg.gif') repeat;*/
	background-color:#000000;
	color: #fef400;
	z-index:1;
}




.ThemeTryMenuItemText
.ThemeTryMenuFolderText
{
	padding-left:5px;
	padding-right:10px;
	
	
	white-space: nowrap;
	z-index:1;
}

/* end second row with sub menu */