
/* FIxed Menu */
.admin-bar .fixedmenu{top:28px!important;}
.fixedmenu.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
}


.fixedmenu.sticky #top{ 
	padding: 10px 0 5px;
}
.fixedmenu.sticky #logoimg img {  max-height: 34px;}
.fixedmenu.sticky #navigation{
	margin: 12px 0 0;
}