
.maccount {
	height:32px;
	position:relative;
	z-index:1000;
	
}

.maccount a {text-decoration:none;}

.maccount > li > a {
	margin:2px;
	padding:6px 10px;
	text-transform:capitalize;
	
	border:1px solid #292929;
	font-family:Arial, Helvetica, sans-serif;
	
	background-color:#4b4b4b;
	background-image:-webkit-linear-gradient(top, #555, #404040);
	background-image:-moz-linear-gradient(top, #555, #404040);
	background-image:-o-linear-gradient(top, #555, #404040);
	background-image:-ms-linear-gradient(top, #555, #404040);
	background-image:linear-gradient(top, #555, #404040);

	
	
	color:#fff;
	font-size:13px;
}
.maccount > li:hover > a {
	color:#fff;
	background-color:#666;	
	background-image:-webkit-linear-gradient(top, #999, #666);
	background-image:-moz-linear-gradient(top, #999, #666);
	background-image:-o-linear-gradient(top, #999, #666);
	background-image:-ms-linear-gradient(top, #999, #666);
	background-image:linear-gradient(top, #999, #666);	
}


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

.maccount > li > a .bubble, .maccount 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;
}
.maccount > 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;
}
.maccount > li > a .bubble-alt {
	color:#fff;
	background-color:#333;
	text-shadow:0 1px #242424;
	text-transform:capitalize;
	
	-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;
}
.maccount > li:hover > a .bubble {
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.maccount 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:9px;
	top:9px;
	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;
}

.maccount > li > a .bubble-top {
	position:absolute;
	font-size:11px;
	line-height:14px;
	color:#fff;
	padding:0 3px;
	right:4px;
	top:-8px;
	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 ------------------------------ */

.maccount 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;
}
.maccount > li.floatr > ul {right:-1px;left:auto;}
.maccount > li.floatr > ul ul {left:-127px;}
.maccount ul a {
	color:#fff;
	text-transform:capitalize;
	font-size:13px;
	line-height:18px;
	padding:7px 11px;
	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;
}
.maccount ul a:hover {
	background-color:#f5c400;
	color:#222;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.maccount ul ul li:first-child a {border-top-color:#2c2c2c;}

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

.maccount li > div {
	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;
	padding:6px;
}
.maccount > li.floatr > div {right:-1px;left:auto;}
.maccount h4, .maccount h5 {margin:0;padding:0;}
.maccount h4 {
	font-size:15px;
	color:#ccc;
	font-weight:normal;
	margin:10px 10px 5px;
	padding-bottom:10px;
	border-bottom:1px solid #888;
}
.maccount h5 {
	font-size:14px;
	color:#fbcd14;
	text-transform:capitalize;
	font-weight:bold;
	margin:10px 10px 0;
	text-shadow:0 -1px #444;
}
.maccount ol {
	list-style:none;
	margin:7px 10px;
	padding:0;
}

.maccount ol a {
	color:#fff;
	font-size:13px;
	text-transform:capitalize;
	line-height:18px;
	padding:5px 10px;
	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;
}
.maccount ol a:hover {
	background-color:#f5c400;
	color:#222;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.maccount p {
	color:#fff;
	font-size:12px;
	line-height:18px;
	margin:9px 10px;
	padding:0;
}
.maccount p a {
	color:#ddd;
	text-decoration:underline;
}
.maccount p a:hover {
	color:#fff;
}


/*Menu on header bar*/
.btn_pannel ul {
	z-index:999;
	background-color:#fff;
	-moz-box-shadow: 0 4px 2px -3px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 4px 2px -3px rgba(0,0,0,0.8);
	box-shadow: 0 4px 2px -3px rgba(0,0,0,0.8);
	border:1px solid #d7d7d7 !important;
	border-radius:4px;
}
.btn_pannel > li.floatr > ul {right:-1px;left:auto;}
.btn_pannel > li.floatr > ul ul {left:-127px;}
.btn_pannel ul a {
	color:#222;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
	text-transform:capitalize;
	font-size:13px;
	padding:9px 11px;
	border-top:1px solid #ddd;
	-webkit-box-shadow:inset 0 1px #ccc;
	-moz-box-shadow:inset 0 1px #ccc;
	box-shadow:inset 0 1px #ccc;
}
.btn_pannel ul a:hover {
	background-color:#f5c400;
	color:#222;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.btn_pannel ul ul li:first-child a {border-top-color:#ddd;}

