/*
 * ThemeGoweb Style Sheet
 */


/*********  MENU PRINCIPAL  *********/


.ThemeGowebMenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	color: #fff;
	cursor: default;
	cursor: pointer !important;
	white-space: nowrap;
	float:right;
	margin-top:20px;


}

.ThemeGowebMainItem {
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	border-bottom:4px solid #000;	
}

.ThemeGowebMainItemHover,
.ThemeGowebMainItemActive,
.ThemeGowebMainItemSelected {
	text-align:center;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	color:#cda600;
	border-bottom:4px solid #cda600;
}





/* menus s/ filhos(Item) & menus c/ filhos(Folder)*/

.ThemeGowebMainFolderLeft,
.ThemeGowebMainItemLeft,
.ThemeGowebMainFolderText,
.ThemeGowebMainItemText,
.ThemeGowebMainItemRight,
.ThemeGowebMainFolderRight {
	background-color: inherit;
	white-space: nowrap;
}


/* menus seleccionados(Selected) */

.ThemeGowebMainFolderSelectedLeft,
.ThemeGowebMainItemSelectedLeft,
.ThemeGowebMainItemSelectedRight,
.ThemeGowebMainFolderSelectedRight {
	background-color: inherit;
	white-space: nowrap;
	
}



/********************************/

/*********  SUB-MENUS  *********/



.ThemeGowebSubMenuTable {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #fff;
	cursor: default;
	cursor: pointer !important;
	white-space: nowrap;
	border-collapse: separate;
	opacity: 0.9;
	filter:alpha(style=0,opacity=90);

	width:116px;

}


.ThemeGowebSubMenu {
	margin-top:2px;
	position: absolute;
	display: block;
	visibility: hidden;
	overflow: hidden;
	background-color:#000;
	

}

.ThemeGowebMenuItem {
	cursor: default;
	cursor:	pointer !important;
	white-space: nowrap;
	height:20px;
	text-align:center;
	padding:5px 0px 5px 0px;
/*	padding: 4px 10px 4px 10px;*/
}



.ThemeGowebMenuItemHover,
.ThemeGowebMenuItemActive,
.ThemeGowebMenuItemSelected {
	background-color:#202020;
	color:#fff;
	height:20px;
	cursor: default;
	cursor:	pointer !important;
	white-space: nowrap;
	text-align:center;
	padding:5px 0px 5px 0px;	
}



/* submenus s/ filhos(Item) & submenus c/ filhos(Folder)*/

.ThemeGowebMenuFolderLeft,
.ThemeGowebMenuItemLeft {
	padding:5px 0px 5px 0px;
	color:#FFF;
}

.ThemeGowebMenuFolderText,
.ThemeGowebMenuItemText {
	padding:5px 0px 5px 0px;
	color:#FFF;
	
}

.ThemeGowebMenuItemRight,
.ThemeGowebMenuFolderRight {

	
}




/* hoover & active */

.ThemeGowebMenuItemHover .ThemeGowebMenuFolderLeft,
.ThemeGowebMenuItemActive .ThemeGowebMenuFolderLeft,
.ThemeGowebMenuItemHover .ThemeGowebMenuItemLeft,
.ThemeGowebMenuItemActive .ThemeGowebMenuItemLeft,
.ThemeGowebMenuItemHover .ThemeGowebMenuFolderText,
.ThemeGowebMenuItemActive .ThemeGowebMenuFolderText,
.ThemeGowebMenuItemHover .ThemeGowebMenuItemText,
.ThemeGowebMenuItemActive .ThemeGowebMenuItemText,
.ThemeGowebMenuItemHover .ThemeGowebMenuFolderRight,
.ThemeGowebMenuItemActive .ThemeGowebMenuFolderRight,
.ThemeGowebMenuItemHover .ThemeGowebMenuItemRight,
.ThemeGowebMenuItemActive .ThemeGowebMenuItemRight {
	padding:5px 0px 5px 0px;
	color:#cda600;

}



/********************************/




td.ThemeGowebMenuSplit {
	padding: 0px;
	margin:	0px;
	height:	5px;
	border:	0px;
	background-color: inherit;
	overflow:	hidden;
}

div.ThemeGowebMenuSplit {
	margin: 2px;
	height: 1px;
	overflow: hidden;
	background-color: inherit;
	border-top: 1px solid #9C9A9C;
}

/* image shadow animation */

/*
	seq1:	image for normal
	seq2:	image for hover and active

	To use, in the icon field, input the following:
	<img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
*/

.ThemeGowebMenuItem img.seq1 {
	display:	inline;
}

.ThemeGowebMenuItemHover seq2,
.ThemeGowebMenuItemActive seq2 {
	display:	inline;
}

.ThemeGowebMenuItem .seq2,
.ThemeGowebMenuItemHover .seq1,
.ThemeGowebMenuItemActive .seq1 {
	display:	none;
}