/* ================================================================ 
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 -- */
.mainMenuRow2 a.regions, .mainMenuRow2 a.regions:visited {
background: url(/images/corp_mainMenuRow2_tab_bg.jpg) no-repeat center center;
}

.mainMenuRow2 a.cops, .mainMenuRow2 a.cops:visited {
background: url(/images/corp_mainMenuRow2_tab_bg.jpg) no-repeat center center;
}

.mainMenuRow2 a.directories, .mainMenuRow2 a.directories:visited {
background: url(/images/corp_mainMenuRow2_tab_bg.jpg) no-repeat center center;
}

.mainMenuRow2 a.shop, .mainMenuRow2 a.shop:visited {
background: url(/images/corp_mainMenuRow2_tab_bg.jpg) no-repeat center center;
}

/* Style the top level hover */
.mainMenuRow2 a.regions:hover, .mainMenuRow2 :hover > a.regions {
background: url(/images/corp_mainMenuRow2Active_tab_bg.jpg) no-repeat center center;
}

.mainMenuRow2 a.cops:hover, .mainMenuRow2 :hover > a.cops {
background: url(/images/corp_mainMenuRow2Active_tab_bg.jpg) no-repeat center center;
}

.mainMenuRow2 a.directories:hover, .mainMenuRow2 :hover > a.directories {
background: url(/images/corp_mainMenuRow2Active_tab_bg.jpg) no-repeat center center;
}

.mainMenuRow2 a.shop:hover, .mainMenuRow2 :hover > a.shop {
background: url(/images/corp_mainMenuRow2Active_tab_bg.jpg) no-repeat center center;
}

/* -- SECOND LEVEL STYLES -- */
/* style the second level background - for submenu items  */
.mainMenuRow2 ul ul a.subMenuItem, .mainMenuRow2 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 */
.mainMenuRow2 ul ul a.subMenuItem:hover{
background:#6699CC url(/images/corp_mainMenu_triangle.gif) no-repeat center right;
}
.mainMenuRow2 ul ul :hover > a.subMenuItem {
background:#6699CC url(/images/corp_mainMenu_triangle.gif) no-repeat center right;
}