.sh {
	height:40px;
	margin-left:72px;
}

.sh a {text-decoration:none;}

.sh > li > a {
	color:#fff;
	font-weight:normal;
	font-size:1.1em;
	line-height:18px;
	text-shadow:0 -1px #1b1b1b;
	padding:8px 18px 8px;
	text-transform:uppercase;
}
.sh > li:hover > a {
	background-color:#2b254a;

}

.sh > li {
z-index:9000;}
.sh > li > a {}
.sh > li.floatr {
	border-right:none;
}
.sh > li.spacer {
	margin-left:186px;
}

.sh > li > a img, .sh li > ul > li > a img {
	border:0;
	margin-right:7px;
}

/* notification bubbles ------------------ */

.sh > li > a .bubble, .sh li > a .bubble-alt {
	font-size:11px;
	line-height:11px;
	padding:1px 4px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin-left:7px;
	position:relative;
	top:-1px;
}
.sh > li > a .bubble {
	color:#fff;
	background-color:#df0a0a;
	text-shadow:0 1px #9d0707;
	
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #727272;
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #727272;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #727272;
}
.sh > li > a .bubble-alt {
	color:#fff;
	background-color:#333;
	text-shadow:0 1px #242424;
	
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #767676;
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #767676;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #767676;
}
.sh > li:hover > a .bubble {
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.sh ul > li .bubble {
	font-size:11px;
	line-height:12px;
	padding:1px 4px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	position:absolute;
	right:10px;
	top:11px;
	color:#fff;
	background-color:#333;
	text-shadow:0 1px #242424;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #767676;
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #767676;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #767676;
}

.sh > li > a .bubble-top {
	position:absolute;
	font-size:11px;
	line-height:14px;
	color:#fff;
	padding:0 3px;
	right:4px;
	top:3px;
	text-shadow:none;
	border:1px solid #a00000;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	
	background-color: #df0a0a;
	background-image: -webkit-linear-gradient(top, #f26870, #ec0e23);
	background-image: -moz-linear-gradient(top, #f26870, #ec0e23);
	background-image: -o-linear-gradient(top, #f26870, #ec0e23);
	background-image: -ms-linear-gradient(top, #f26870, #ec0e23);
	background-image: linear-gradient(top, #f26870, #ec0e23);
	
	-webkit-box-shadow:inset 0 1px #ffa7a7;
	-moz-box-shadow:inset 0 1px #ffa7a7;
	box-shadow:inset 0 1px #ffa7a7;
}

/* sub menu ------------------------------ */

.sh ul {
	background-color:#666;
	border:1px solid #2c2c2c;
	border-top:none;
	left:-1px;
	-webkit-box-shadow:0 2px #ddd, inset 1px 0 #787878;
	-moz-box-shadow:0 2px #ddd, inset 1px 0 #787878;
	box-shadow:0 2px #ddd, inset 1px 0 #787878;
}
.sh > li.floatr > ul {right:-1px;left:auto;}
.sh > li.floatr > ul ul {left:-127px;}
.sh ul a {
	color:#fff;
	font-weight:bold;
	font-size:13px;
	line-height:18px;
	padding:9px 12px;
	border-top:1px solid #4c4c4c;
	-webkit-box-shadow:inset 0 1px #787878;
	-moz-box-shadow:inset 0 1px #787878;
	box-shadow:inset 0 1px #787878;
	text-shadow:0 -1px #0f0f0f;
}
.sh ul a:hover {
	background-color:#606060;
	-webkit-box-shadow:inset 1px 1px #787878;
	-moz-box-shadow:inset 1px 1px #787878;
	box-shadow:inset 1px 1px #787878;
}
.sh ul ul li:first-child a {border-top-color:#2c2c2c;}

/* mega menu ----------------------------- */

.sh li > div {
	background-color:#2b254a;
	border:1px solid #433972;
	border-top:none;
	left:-1px;
	-webkit-box-shadow:0 2px #111, inset 1px 0 #000;
	-moz-box-shadow:0 2px #111, inset 1px 0 #000;
	box-shadow:0 2px #111, inset 1px 0 #000;
	padding:10px;
}
.sh > li.floatr > div {right:-1px;left:auto;}
.sh h4, .sh h5 {margin:0;padding:0;}
.sh h4 {
	font-size:15px;
	color:#ccc;
	font-weight:normal;
	margin:10px 10px 5px;
	padding-bottom:10px;
	border-bottom:1px solid #888;
}
.sh h5 {
	font-size:14px;
	color:#d9d748;
	font-weight:bold;
	margin:10px 10px 0 4px;
	text-shadow:0 -1px #444;
}
.sh ol {
	list-style:none;
	margin:7px 10px;
	padding:0;
}

.sh ol a {
	color:#ddd;
	font-size:13px;
	padding:5px 0;
	line-height:1em;
}
.sh ol a:hover {
	color:#fff;
	text-decoration:underline;
}
.sh p {
	color:#fff;
	font-size:12px;
	line-height:18px;
	margin:9px 10px;
	padding:0;
}
.sh p.disclaim {
	font-size:0.9em;
	line-height:1em;
	margin:5px;
	padding:0;
	color:gray;
}


.sh p a {
	color:#ddd;
	text-decoration:underline;
}
.sh p a:hover {
	color:#fff;
}