/*
 * ThemeGoweb Style Sheet
 */


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


.ThemeGowebMenu {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
	color: #ffffff;
	cursor: default;
	cursor: pointer !important;
	white-space: nowrap;
	border:0px;
	height:35px;
	padding:0px 5px 0px 0px;
	text-align:left;
}

.ThemeGowebMainItem {
	height:35px;
	border-right:0px;
	color:#ffffff;
	padding:0px 5px 0px 5px;
	background-image:url(/media/images/sep_menu.gif);
	background-repeat:no-repeat;
	background-position:top right;	
}

.ThemeGowebMainItemSelectedText { 
	height:35px;
	border:0px;
	color:#dc2022;
	padding:0px 5px 0px 5px;
	background-color:#ededed;
}


.ThemeGowebMainItemHover {
	height:35px;
	border:0px;
	color:#dc2022;
	padding:0px 5px 0px 5px;
	background-color:#ededed;
	background-image:url(/media/images/sep_menu.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
.ThemeGowebMainItemActive {
	height:35px;
	border:0px;
	color:#dc2022;
	padding:0px 5px 0px 5px;
	background-color:#ededed;
	background-image:url(/media/images/sep_menu.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

.ThemeGowebMainItemSelected {
	height:35px;
	border:0px;
	color:#dc2022;
	padding:0px 5px 0px 5px;
	background-color:#ededed;
	background-image:url(/media/images/sep_menu.gif);
	background-repeat:no-repeat;
	background-position:top right;
}


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

.ThemeGowebMainFolderLeft,
.ThemeGowebMainItemLeft,
.ThemeGowebMainFolderText,
.ThemeGowebMainItemText,
.ThemeGowebMainItemRight,
.ThemeGowebMainFolderRight {
	border:0px;
	background-color: inherit;
	white-space: nowrap;
	padding:0px 5px 0px 5px;
}


/* menus seleccionados(Selected) */

.ThemeGowebMainFolderSelectedLeft,
.ThemeGowebMainItemSelectedLeft,
.ThemeGowebMainFolderSelectedText,
.ThemeGowebMainItemSelectedText,
.ThemeGowebMainItemSelectedRight,
.ThemeGowebMainFolderSelectedRight {
	border:0px;
	background-color: inherit;
	white-space: nowrap;
	padding:0px 5px 0px 5px;
}



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

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



.ThemeGowebSubMenuTable {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #7c7c7c;
	cursor: default;
	cursor: pointer !important;
	text-transform:uppercase;
	white-space: nowrap;
	border-collapse: separate;
	background-color:#ededed;
	text-align:left;
}


.ThemeGowebSubMenu {
	position: absolute;
	display: block;
	visibility: hidden;
	overflow: hidden;
	padding:0px 0px 0px 0px;
}

.ThemeGowebMenuItemText {
	cursor: default;
	cursor:	pointer !important;
	white-space: nowrap;
	border:0px;
	padding:0px 5px 0px 5px;
	border-bottom:1px solid #fff;
	height:25px;
}

.ThemeGowebMenuItemTextLast {
	cursor: default;
	cursor:	pointer !important;
	white-space: nowrap;
	border:0px;
	padding:0px 5px 0px 5px;
	height: 25px;
	/*border-bottom:1px solid #767676;*/
}

.ThemeGowebMenuItem {
	cursor: default;
	cursor:	pointer !important;
	white-space: nowrap;
	border:0px;
	padding:0px 5px 0px 5px;
	
}

.ThemeGowebMenuItemHover{
	border:0px;
	cursor: default;
	cursor:	pointer !important;
	white-space: nowrap;
	padding:0px 5px 0px 5px;

}

.ThemeGowebMenuItemActive{
	border:0px;
	cursor: default;
	cursor:	pointer !important;
	white-space: nowrap;
	padding:0px 5px 0px 5px;
}

.ThemeGowebMainItemSelected {
	border:0px;
	cursor: default;
	cursor:	pointer !important;
	white-space: nowrap;
	padding:0px 5px 0px 5px;
	background-color:#ededed;
	background-image:url(/media/images/sep_menu.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

.ThemeGowebMainItemText,
.ThemeGowebMainItemSelectedText,
.ThemeGowebMainFolderSelectedText,
.ThemeGowebMainFolderText {
	padding:0px 5px 0px 5px;
	
}


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

.ThemeGowebMenuFolderLeft,
.ThemeGowebMenuItemLeft {
}

.ThemeGowebMenuFolderText,
.ThemeGowebMenuItemText,
ThemeGowebMenuItemTextLast {
	padding:5px 5px 5px 5px;
	white-space: nowrap;
}

.ThemeGowebMenuItemRight,
.ThemeGowebMenuFolderRight {
}


/* hoover & active */

.ThemeGowebMenuItemHover .ThemeGowebMenuFolderLeft,
.ThemeGowebMenuItemActive .ThemeGowebMenuFolderLeft,
.ThemeGowebMenuItemHover .ThemeGowebMenuItemLeft,
.ThemeGowebMenuItemActive .ThemeGowebMenuItemLeft,
.ThemeGowebMenuItemHover .ThemeGowebMenuFolderText,
.ThemeGowebMenuItemActive .ThemeGowebMenuFolderText,
.ThemeGowebMenuItemHover .ThemeGowebMenuItemText,
.ThemeGowebMenuItemActive .ThemeGowebMenuItemText,
.ThemeGowebMenuItemHover .ThemeGowebMenuItemTextLast,
.ThemeGowebMenuItemActive .ThemeGowebMenuItemTextLast,
.ThemeGowebMenuItemHover .ThemeGowebMenuFolderRight,
.ThemeGowebMenuItemActive .ThemeGowebMenuFolderRight,
.ThemeGowebMenuItemHover .ThemeGowebMenuItemRight,
.ThemeGowebMenuItemActive .ThemeGowebMenuItemRight {
	color:#ffffff;
	text-transform:uppercase;
	background-color:#e20a16;
}



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




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

div.ThemeGowebMenuSplit {
	margin: 0px;
	height: 1px;
	overflow: hidden;
	background-color: inherit;
	padding:0px 0px 0px 0px;
	
}

/* 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;
}