
.ThemeGowebMenu {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-transform:uppercase;
	color: #6e6e6e;
	cursor: default;
	cursor: pointer !important;
	white-space: nowrap;
}

.ThemeGowebMainItem {
	height:23px;
	background-image:url(/media/images/arrow.gif);
	background-repeat: no-repeat;
	background-position:left;
}


.ThemeGowebMainItemSelectedText, 
.ThemeGowebMainItemText {
	/*border-left: 8px solid #666;*/
	padding-left: 10px;
	padding-right: 14px;
	background-image:url(/media/images/arrow.gif);
	background-repeat: no-repeat;
	background-position:left;
/*	border-right: 1px solid #a0a0a0;*/

}


/* BACKGROUND COLOR E ACTIV  DO MENU NIVEL 1*/

.ThemeGowebMainItemHover {
	cursor: default;
	cursor:	pointer !important;
	white-space: nowrap;
	color:#000;
	background-color:#dcdcdc;
	height:23px;
	background-image:url(/media/images/arrow.gif);
	background-repeat: no-repeat;
	background-position:left;
	
}


.ThemeGowebMainItemActive,
.ThemeGowebMainItemSelected {
	cursor: default;
	cursor:	pointer !important;
	white-space: nowrap;
	color:#000;
	background-color:#dcdcdc;
	height:23px;
	
}


/* submenu */


.ThemeGowebSubMenuTable {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	text-transform:uppercase;
	color: #fff;
	cursor: default;
	cursor: pointer !important;
	white-space: nowrap;
	/*margin-top: 5px;*/
	border-collapse: separate;
	/*opacity: 0.9;
	filter:alpha(style=0,opacity=90);*/
}

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

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

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