/* @charset "UTF-8"; */

.commonMenu {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #D0D0D0;
	height: 20px;
}

.commonMenu a {
	height: 16px;
}

#clientUICommonMenu {
	background-image: url(../images/toolbar.gif);
	width: 100%;
}

#pageCommonMenu {
	background-color: #043464;
	border: 0;
	color: #FFFFFF;
	float: left;
}

#PageModeMenu {
   background-color:#D9E3ED;
   border:0 none;
   line-height:16px;
   padding:0;
   position:absolute;
}

/* First level items */
#clientUICommonMenu li {
	background-image: url(../images/toolbar.gif);
}

#pageCommonMenu li {
	background-image: url(../images/controls/header_blue.gif);
	text-align: center;
	width: 90px;
}

/* First level links */

.commonMenu a {
	height: 16px;
}

#pageCommonMenu a {
	color: #FFFFFF !important;
	padding-left: 10px !important;
}

#clientUICommonMenu a {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #F0F0F0;
	color: #000000;
	padding-left: 10px;
	padding-right: 12px;
}

/* First level links hover */

.commonMenu a.open,
.commonMenu a:hover {
	background-color: #F0F0F0;
	border-left: #808080 1px solid;
	border-right: #808080 1px solid;
	/*
	Since on hover we add border to both left and right side (not only right).
	We have to reduce the size by 1px by reduzing the padding
	 */
	padding-left: 9px !important;
}

#pageCommonMenu a.open,
#pageCommonMenu a:hover {
	background-image: url(../images/controls/header_blue_highlight.gif);
}

/* Submenu containers */
.commonMenu li ul {
	border-color: #808080 !important;
	border-top-style: none !important;
}

/* Submenu items */
.commonMenu li ul li {
	background-color: #F0F0F0 !important;
	background-image: none !important;
}

/* Submenu links */
.commonMenu li ul li a {
	color: #1D2661 !important;
}

#pageCommonMenu li a {
	padding-top: 3px;
}

#pageCommonMenu li ul li a {
	color: #1D2661 !important;
	text-align: left;
	text-indent: 12px;
}
#PageModeMenu a.open,
#PageModeMenu a:hover {
   width: 90px !important;
   text-indent: 12px !important;
   
}
/*
#PageModeMenu #pagemode_menu{
   display: none;
   left: 0px !important;
   margin-top: 4px;
}
*/
#PageModeMenu li ul li a {
	color: #1D2661 !important;
   width: 90px !important;
	text-align: left;
	text-indent: 12px;
   padding: 2px 0px;
}
/*
#pagemode_menu {
    width: 90px !important;
    margin-top: 2px;
}
*/
/*
#breadcrumbs_pagemodemenu li ul li {
   width: 90px !important;
}
*/
#PageModeMenu li ul li a:hover {
	background-color: #D9E3ED;
   width: 90px !important;
	background-image: none !important;
	border: none !important;
	font-weight: bold;
   padding-left: 0px !important;
}

/* Checked menu item. The second selector is required to override less specific ones */
a.checkedMenuItem {
	background: no-repeat url(../icons/check_small.png) !important;
	background-position:  6px center !important;
}

#pageCommonMenu li ul li a.checkedMenuItem:hover {
	background: #D9E3ED url(../icons/check_small.png) no-repeat 6px center !important;
}

.commonMenu li ul li a:hover {
	background-color: #D9E3ED;
	background-image: none !important;
	border: none !important;
	font-weight: bold;
}

/* Separators */
.commonMenu hr {
	height: 1px;
   size: 1px;
	margin: 0;
	padding: 0;	
	border: 0 none;
	color: #CCCCCC;				/* Required for IE */
	background-color: #CCCCCC;	/* Required for FF */
}

/* This is a better approach than using an <hr> as above 
since there are no spaces around the separator in IE. */
.commonMenu .commonMenuHorizontalSeparator 
{
	background-color: #CCCCCC;
	border: 0px none;
	height: 1px;
	margin: 3px auto 0px;
	padding: 0px;
	width: 100%;
}

/* Menu entries with two lines */
.commonMenu li ul li a.moreText {
	height: 32px !important;
}

/* Special cases for ClientUI menu */

#clientUICommonMenu #homeMenu {
	background-image: url(../icons/house.png);
	background-position: 8px 5px;
	background-repeat: no-repeat;
	font-weight: bold;
	text-indent: 22px;
}

#clientUICommonMenu a#homeMenu:hover {
	border-left-style: none !important;
	text-indent: 23px !important;
}

#clientUICommonMenu a#helpMenu.open,
#clientUICommonMenu a#helpMenu:hover {
	background-position: 7px 3px;
}

/* Styles to disable items */

.disabled {}

.commonMenu a.disabled {
	opacity: 0.3 !important;
	filter: alpha(opacity = 30) !important;
}

/* NEEDSWORK: mess. doesn't work right for disabling top-level menus, has yellow hilites after clicks... */
.commonMenu a.disabled:hover,
.commonMenu a.disabled:active,
.commonMenu a.disabled:focus {
	font-weight: normal !important;
	cursor: default !important;
	background-color: #F0F0F0 !important;
	padding-left: 10px !important;
}

.commonMenu a#homeMenu.disabled:hover,
.commonMenu a#homeMenu.disabled:active {
	font-weight: bold !important;
	padding-left: 9px !important;
}

/* 
Code below this line is the original one from Adobe, with just minor tweaks
 */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarHorizontalActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}

/* Submenus should appear below their parent with a higher z-index, but they are initially off the left side of the screen (-100em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width:275px !important;
	position: absolute;
	left: -100em;
}

/* fix the width for the Reports menu */
ul.MenuBarHorizontal #reports_menu
{
	width:410px !important;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent, just bigger */
ul.MenuBarHorizontal ul li
{
	width: 275px !important;
}

/* fix the width for the Reports menu */
ul.MenuBarHorizontal #reports_menu li
{
	width: 410px !important;
}


/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers */
ul.MenuBarHorizontal ul
{
	border: 1px solid;
}
/* Menu items */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding-left: 4px;
	padding-top: 4px;
	text-decoration: none;
}

/* 
	Feature classes - these classes need to remain defined last in the .CSS file
			They hide the menu option if the feature is not enabled.
 */
/* 
	The first line of this file (@charset "UTF-8";) seems to interfere with 
	run-time access & update of the following menu permission classes. 
	
	For the time being, the above line is commented out. Alternatively, the said
	line can be uncommented and the following classes moved to a new file, like 
	menu-permissions.css (taking care to link this CSS file at the end of the 
	linked files list).
*/
ul.MenuBarHorizontal .cs_ActionsSeperator1_hide { display:none; } 
ul.MenuBarHorizontal .cs_Approve_hide { display:none; } 
ul.MenuBarHorizontal .cs_CurrentPageSet_hide { display:none; } 
ul.MenuBarHorizontal .cs_DHTMLMenu_hide { display:none; } 
ul.MenuBarHorizontal .cs_EditMode_hide { display:none; } 
ul.MenuBarHorizontal .cs_EnableLogout_hide { display:none; } 
ul.MenuBarHorizontal .cs_EnableEditProfile_hide { display:none; }
ul.MenuBarHorizontal .cs_FreshnessReminders_hide { display:none; }
ul.MenuBarHorizontal .cs_LinkManagement_hide { display:none; }
ul.MenuBarHorizontal .cs_LiveBookmarks_hide { display:none; }
ul.MenuBarHorizontal .cs_MetaData_hide { display:none; }
ul.MenuBarHorizontal .cs_NotTemplate_hide { display:none; }  
ul.MenuBarHorizontal .cs_PageSet_hide { display:none; }
ul.MenuBarHorizontal .cs_PageTools_hide { display:none; } 
ul.MenuBarHorizontal .cs_Preview_hide { display:none; } 
ul.MenuBarHorizontal .cs_ReviewByEmail_hide { display:none; }
ul.MenuBarHorizontal .cs_ShowUsageStats_hide { display:none; }
ul.MenuBarHorizontal .cs_SeeAlsoReferences_hide { display:none; }
ul.MenuBarHorizontal .cs_StyleSheets_hide { display:none; } 
ul.MenuBarHorizontal .cs_StylesOff_hide { display:none; } 
ul.MenuBarHorizontal .cs_StylesOn_hide { display:none; } 
ul.MenuBarHorizontal .cs_Subscription_hide { display:none; }
ul.MenuBarHorizontal .cs_Template_hide { display:none; } 
ul.MenuBarHorizontal .cs_UsageStats_hide { display:none; }
ul.MenuBarHorizontal .cs_WorkRequests_hide { display:none; }
ul.MenuBarHorizontal .cs_SavedSearches_hide { display:none; }
ul.MenuBarHorizontal .cs_Keywords_hide { display:none; }
ul.MenuBarHorizontal .cs_XMLPublication_hide { display:none; }
ul.MenuBarHorizontal .cs_TaskManagement_hide { display:none; }
ul.MenuBarHorizontal .cs_UpdateCredentails_hide { display:none; }
ul.MenuBarHorizontal .cs_PageActive_hide { display:none; }
ul.MenuBarHorizontal .cs_PageInactive_hide { display:none; }
ul.MenuBarHorizontal .cs_Redirects_hide { display:none; }
ul.MenuBarHorizontal .cs_TemplateActive_hide { display:none; } 
ul.MenuBarHorizontal .cs_TemplateInactive_hide { display:none; } 

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}


