﻿/* Chrome Menu */
.menuitem-chrome {
	font: normal 12px trebuchet ms, Arial, Sans-serif;
	line-height: 28px;
	padding: 0px 0px 0px 0px;
	color: White;
}

.menuitem-hover-chrome a {
	text-decoration: none;
}

.submenu-chrome {
    z-index: 101;
    *width: 190px; /* CSS hack - this width only required for IE6/7 */
}

.submenuitem-chrome {
	border-top: solid 1px #212020;
	border-right: solid 1px #212020;
	color: White;
	font-size: 11px;
	line-height: 22px;	
	background-color: #3e3e3e;
}

.submenuitem-chrome a {
	text-decoration: none;	
}

.submenuitem-hover-chrome {
	background-color: #202020;		
}

.core-sub {
    border-left: solid 19px #82C0D4;
}

.industry-sub {
    border-left: solid 19px #A46793;
}

.function-sub {
    border-left: solid 19px #992222;
}

.executive-sub {
    border-left: solid 19px #a99e35;
}

.research-sub {
    border-left: solid 19px #b43453;
}

.interim-sub {
    border-left: solid 19px #54765b;
}

.core-sub:hover {
    border-left: solid 19px #0092cf;
}

.industry-sub:hover {
    border-left: solid 19px #68024b;
}

.function-sub:hover {
    border-left: solid 19px #880000;
}

.executive-sub:hover {
    border-left: solid 19px #948732;
}

.research-sub:hover {
    border-left: solid 19px #a21d2b;
}

.interim-sub:hover {
    border-left: solid 19px #295332;
}

.menu-item {
    padding-left: 8px;
    padding-right: 10px;
    text-transform: uppercase;
}

.menu-item a {
    color: #FFFFFF;
}