/*
 * ThemeGoweb Style Sheet
 * by Goweb
 */

.ThemeGowebMenu
{
	font-size:11px;
	color:white;
	cursor:default;
	cursor:pointer !important;
	width:205px;	
}


.ThemeGowebSubMenuTable
{
	font-size:11px;
	color:white;
	cursor:default;
	cursor:pointer !important;
	white-space:nowrap;
	width:205px;
}

.ThemeGowebSubMenu {
	position:absolute;
	display:block;
	visibility:hidden;
	overflow:hidden;
	background-color:transparent;

	
	
	
}

.ThemeGowebSubMenuTable {
	border-collapse:separate;
	margin-left:1px;

	
	
}

.ThemeGowebMenuItem,.ThemeGowebMenuItemHover,.ThemeGowebMenuItemActive {
	cursor:default;
	cursor:pointer !important;
	white-space:nowrap;
	width:100px;
}

.ThemeGowebMainItem,
.ThemeGowebMenuItem {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	


}

.ThemeGowebMainItem {
	
}


.ThemeGowebMainItemSelectedText,
.ThemeGowebMainFolderSelectedText,
.ThemeGowebMainItemHover .ThemeGowebMainItemText,
.ThemeGowebMainItemHover .ThemeGowebMainFolderText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	background-image:url(/media/images/bkg_menu_hover.gif); 
	background-repeat:no-repeat; 
	padding-left:10px;
	height:32px;
	
}

.ThemeGowebMainItemActive {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	background-image:url(/media/images/bkg_menu_hover.gif); 
	background-repeat:no-repeat;
	height:32px;
}

.ThemeGowebMenuItemText,
.firstMainFolderText,
.firstMainItemText,
.lasttMainFolderText,
.lastMainItemText,
.ThemeGowebMainFolderText,
.ThemeGowebMainItemText,
.lastMainFolderText {
	background-image:url(/media/images/bkg_menu.gif); 
	background-repeat:no-repeat;
	padding-left:10px;
	height:32px;
	
	
}


/*
.ThemeGowebMenuItemHover,
.ThemeGowebMenuItemActive {
	padding:5px;
	background-color:#333333;
}
*/


/* 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: none;
	background-color: inherit;
	white-space: nowrap;
	
}

/* sub menus sub components */

.ThemeGowebMenuFolderLeft,
.ThemeGowebMenuItemLeft {
border:none;


}

.ThemeGowebMenuFolderText,
.ThemeGowebMenuItemText {
	background-image:url(/media/images/bkg_menu.gif); 
	background-repeat:no-repeat;
	padding-left:10px;
	height:32px;
	width:205px;
	
}



.ThemeGowebMenuItemRight,
.ThemeGowebMenuFolderRight {
	width:3px;
}

.ThemeGowebMenuItemLeft,
.ThemeGowebMenuFolderLeft {
	width:2px;
	
}

/* 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 {
border:none;


}

.ThemeGowebMenuItemHover .ThemeGowebMenuFolderLeft,
.ThemeGowebMenuItemActive .ThemeGowebMenuFolderLeft,
.ThemeGowebMenuItemHover .ThemeGowebMenuItemLeft,
.ThemeGowebMenuItemActive .ThemeGowebMenuItemLeft {
border:none;
	
}

.ThemeGowebMenuItemHover .ThemeGowebMenuFolderText,
.ThemeGowebMenuItemActive .ThemeGowebMenuFolderText,
.ThemeGowebMenuItemHover .ThemeGowebMenuItemText,
.ThemeGowebMenuItemActive .ThemeGowebMenuItemText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	background-image:url(/media/images/bkg_menu_hover.gif); 
	background-repeat:no-repeat; 
	padding-left:10px;
	height:32px;
	
}

.ThemeGowebMenuItemHover .ThemeGowebMenuFolderRight,
.ThemeGowebMenuItemActive .ThemeGowebMenuFolderRight,
.ThemeGowebMenuItemHover .ThemeGowebMenuItemRight,
.ThemeGowebMenuItemActive .ThemeGowebMenuItemRight {
border:none;	
}

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;

}