/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_subMenuItem.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* -- TOP LEVEL STYLES -- */
/* style the links for the top level */
.mainMenu a, .mainMenu a:link, .mainMenu a:visited {
color:#ffffff; 
background:url('/images/corp_mainMenu_tab_bg.jpg') repeat-x; 
}

/* style the top level hover for hover on the top level link*/
.mainMenu a:hover {
color: #000000;
background:url('/images/corp_mainMenuActiveTab_bg.jpg') repeat-x;
}

/* style the top level hover for hover on any other part of the menu */
.mainMenu :hover > a {
color: #000000;
background:url('/images/corp_mainMenuActiveTab_bg.jpg') repeat-x;
}

/* -- SECOND LEVEL STYLES -- */
/* style the second level background - for submenu items  */
.mainMenu ul ul a.subMenuItem, .mainMenu ul ul a.subMenuItem:visited {
background:#CCCCDD url(/images/corp_mainMenu_triangle.gif) no-repeat center right;
}

/* style the second level hover - for submenu items */
.mainMenu ul ul a.subMenuItem:hover{
background:#6699CC url(/images/corp_mainMenu_triangle.gif) no-repeat center right;
}
.mainMenu ul ul :hover > a.subMenuItem {
background:#6699CC url(/images/corp_mainMenu_triangle.gif) no-repeat center right;
}
