﻿/*****************************************************
 Gallery style sheet Menu
*****************************************************/

/* Pulldown main gallery menu */
.GalleryMenu_MenuContainer {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid; 
	border-right: transparent 0px solid;  
	background-color: Transparent;	
}

/* Menu button, before pulldown */
.GalleryMenu_MenuBar {	
	cursor: hand; 
	text-align: center;
	height: 22px;	
}

.GalleryMenu_MenuItem {	
	cursor: hand; 
	color: #003366; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: transparent 0px solid; 
	border-top: white 1px solid; 
	border-bottom: transparent 0px solid; 
	border-right: transparent 0px solid;
}

.GalleryMenu_MenuIcon {	
	cursor: hand; 
	background-color: #003366; 
	border-left: #ff9900 1px solid; 
	border-top: #ff9900 1px solid; 
	border-bottom: transparent 0px solid;  
	border-right: transparent 0px solid;
	text-align: center; 
	width: 22px; 
	height: 22px;
}

.GalleryMenu_SubMenu {
	z-index: 1000; 	
	cursor: hand; 
	background-color: #eef3fb; 	
	border-left: white 1px solid;  
	border-bottom: transparent 0px solid;
	border-top: transparent 0px solid; 
	border-right: transparent 0px solid;
}

.GalleryMenu_MenuBreak {
	border-left: transparent 0px solid; 
	border-bottom: #003366 1px solid; 
	border-top: transparent 0px solid; 
	border-right: transparent 0px solid;
	background-color: transparent; 
	height: 0px;
}

.GalleryMenu_MenuItemSel {
	font-weight: bold;
	font-size: 8pt;
	cursor: hand;
	color: #ff9900;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	background-color: transparent;
}

.GalleryMenu_MenuArrow {
	font-family: webdings; 
	font-size: 12pt;	
	cursor: hand; 
	color: #ff9900;
	border-right: transparent 0px solid; 
	border-top: white 1px solid; 
	border-bottom: transparent 0px solid;
}

.GalleryMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12pt; 	
	cursor: hand;
	color: transparent;
}


/* Gallery Media Menu */
.MediaMenu_MenuContainer {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid; 
	border-right: transparent 0px solid;  
	background-color: Transparent;	
}

.MediaMenu_MenuBar {	
	cursor: hand; 
	text-align: center;
	height: 20px;
}

.MediaMenu_MenuItem {	
	cursor: hand; 
	color: #003366; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	border-left: transparent 0px solid; 
	border-bottom: transparent 0px solid; 
	border-top: transparent 0px solid; 
	border-right: transparent 0px solid;
}

.MediaMenu_MenuIcon {
	border-bottom: transparent 0px solid;  
	border-right: transparent 0px solid;
	border-left: Transparent 0px solid;
	border-bottom: #003366 1px solid;
	background-color: #003366;	
	width: 21px;		
	height: 21px;	
	cursor: hand;
	text-align: center;
}

.MediaMenu_SubMenu {
	z-index: 1000; 	
	cursor: hand; 
	background-color: #eef3fb; 
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid; 
	border-right: transparent 0px solid;
}

.MediaMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: White; 
	height: 1px;
}

.MediaMenu_MenuItemSel {
	font-weight: bold;
	font-size: 8pt;
	cursor: hand;
	color: #ff9900; 
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	background-color: transparent;
}

.MediaMenu_MenuArrow {
	font-family: webdings; 
	font-size: 8pt; 	
	cursor: hand; 	
	border-bottom: transparent 0px solid; 
	border-top: transparent 0px solid; 
	border-right: transparent 0px solid;
}

.MediaMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 8pt; 	
	cursor: hand;
}
