.ThemeGowebMenu,
.ThemeGowebSubMenuTable
{
	font-size:11px;
	color:white;
	cursor:default;
	cursor:pointer !important;
	white-space:nowrap;
	
	
	
}

.ThemeGowebSubMenu {
	position:absolute;
	display:block;
	visibility:hidden;
	overflow:hidden;
	background-color:transparent;
	
}

.ThemeGowebSubMenuTable {
	border-collapse:separate;
	background-color:#FFFFFF;
	margin-top:5px;
	width:140px;
	opacity:0.8;
	filter:Alpha(style=0,opacity=80);
	
	
	
}	

.ThemeGowebMenuItem,.ThemeGowebMenuItemHover,.ThemeGowebMenuItemActive {
	cursor:default;
	cursor:pointer !important;
	white-space:nowrap;
	
}

.ThemeGowebMainItem,
.ThemeGowebMenuItem {
	padding: 0;
	margin:0;
	
	
	
}

.ThemeGowebMainItemHover,
.ThemeGowebMainItemActive {
	padding: 0;
	margin:0;
}

.firstMainFolderText,
.firstMainItemText,
.ThemeGowebMainFolderText,
.ThemeGowebMainItemText {
height:44px;
	/*padding-right:10px;*/
}


/* horizontal main menu sub components */
/* panel doesn't really support horizontal menus */
/* there are simpler approaches, but the setting here allows me to
   set a background image for the menu without lines all over it */

.ThemeGowebMainFolderLeft,
.ThemeGowebMainItemLeft {
	border:0;
	background-color: inherit;
	white-space: nowrap;
	
	
}

/* sub menus sub components */

.ThemeGowebMenuFolderLeft,
.ThemeGowebMenuItemLeft {
	width:4px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	
}

.ThemeGowebMenuFolderText,
.ThemeGowebMenuItemText {
	padding:3px 5px 3px 5px;
	border:0;
	white-space:nowrap;
	color:#666666;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	background-color:#ffffff;
	filter:alpha(opacity=80);
	-moz-opacity:.90;
	border-bottom:1px solid #cccccc;
	
	
	

}

.ThemeGowebMenuItemText {



}

.ThemeGowebMenuItemRight,
.ThemeGowebMenuFolderRight {

	background-color:#ffffff;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	width:4px;
	
}

/* hoover and active border */
.ThemeGowebMenuItemHover .ThemeGowebMenuFolderLeft,
.ThemeGowebMenuItemActive .ThemeGowebMenuFolderLeft,
.ThemeGowebMenuItemHover .ThemeGowebMenuItemLeft,
.ThemeGowebMenuItemActive .ThemeGowebMenuItemLeft,
.ThemeGowebMenuItemHover .ThemeGowebMenuFolderText,
.ThemeGowebMenuItemActive .ThemeGowebMenuFolderText,
.ThemeGowebMenuItemHover .ThemeGowebMenuItemText,
.ThemeGowebMenuItemActive .ThemeGowebMenuItemText,
.ThemeGowebMenuItemHover .ThemeGowebMenuFolderRight,
.ThemeGowebMenuItemActive .ThemeGowebMenuFolderRight,
.ThemeGowebMenuItemHover .ThemeGowebMenuItemRight,
.ThemeGowebMenuItemActive .ThemeGowebMenuItemRight {

	background-color:#ffffff;


	color:#222222;
	
	
}

.ThemeGowebMenuItemHover .ThemeGowebMenuFolderLeft,
.ThemeGowebMenuItemActive .ThemeGowebMenuFolderLeft,
.ThemeGowebMenuItemHover .ThemeGowebMenuItemLeft,
.ThemeGowebMenuItemActive .ThemeGowebMenuItemLeft {

	color:#222222;
	width:4px;
}

.ThemeGowebMenuItemHover .ThemeGowebMenuFolderText,
.ThemeGowebMenuItemActive .ThemeGowebMenuFolderText,
.ThemeGowebMenuItemHover .ThemeGowebMenuItemText,
.ThemeGowebMenuItemActive .ThemeGowebMenuItemText {
	color:#333333;
	
}

.ThemeGowebMenuItemHover .ThemeGowebMenuFolderRight,
.ThemeGowebMenuItemActive .ThemeGowebMenuFolderRight,
.ThemeGowebMenuItemHover .ThemeGowebMenuItemRight,
.ThemeGowebMenuItemActive .ThemeGowebMenuItemRight {
	width:4px;
	
}

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

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

	
}