/*
 * ThemeGoweb Style Sheet
 */


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


.ThemeGowebMenu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:uppercase;
	font-weight:bold;
	color: #ffffff;
	cursor: default;
	cursor: pointer !important;
	white-space: nowrap;
	width:184px;	
}

.ThemeGowebMainItem {
	height:25px;
}

.ThemeGowebMainItemSelectedText,
.ThemeGowebMainItemText,
.ThemeGowebMainFolderText {
	height:25px;
	background-image:url(/media/images/bkg_menulink.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
}

.ThemeGowebMainItemHover .ThemeGowebMainItemSelectedText,
.ThemeGowebMainItemHover .ThemeGowebMainFolderText,
.ThemeGowebMainItemHover .ThemeGowebMainItemText{
	color:#cad4e2;
	height:25px;
	background-image:url(/media/images/bkg_menulink_hover.gif);
	background-repeat:no-repeat;
	background-position:left center;
}


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

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

.ThemeGowebSubMenuTable {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:uppercase;
	font-weight:bold;
	color: #ffffff;
	cursor: default;
	cursor: pointer !important;
	white-space: nowrap;
	opacity: 0.9;
	filter:alpha(style=0,opacity=90);
	background-color:#7e7e7e;
	width:250px;
}


.ThemeGowebSubMenu {
	position: absolute;
	display: block;
	visibility: hidden;
	overflow: hidden;
	background-color:#7e7e7e;
	margin:0px 0px 0px 0px;
}




.ThemeGowebMenuFolderText,
.ThemeGowebMenuItemText {
	height:25px;
	cursor: default;
	cursor:	pointer !important;
	background-image:url(/media/images/seta_menu_filho.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:0px 0px 0px 20px;
	text-align: left;
}

/*
.ThemeGowebMenuItemHover,
.ThemeGowebMenuItemActive,
.ThemeGowebMenuItemSelected {
	cursor: default;
	cursor:	pointer !important;
	height:25px;
	background-image:url(/media/images/seta_menu_filho.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
*/

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

.ThemeGowebMenuFolderText,
.ThemeGowebMenuItemText {
	white-space: nowrap;
}


/* 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 {
	color:#cad4e2;
}

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

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