
#menu_wrap
{ 
	position:	fixed;
	display:	block;
	width:		100%;
	min-width:	1190px;
	height:		60px;
	text-align: center;  

	background: url(/assets/images/cover.jpg); 
	background-size:cover;
	padding-top:30px; 

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	z-index: 		10000000;

	-moz-box-shadow:        1px 5px 10px #FFFFFF; 
	-webkit-box-shadow:     1px 5px 10px #FFFFFF; 
	box-shadow:             1px 5px 10px #FFFFFF;
} 

#menu
{
	display:		inline-block;  
	vertical-align: top; 
	float:			right;
	height:			40px;
	margin-top:		30px;
	font-family:	'Montserrat', sans-serif;
	font-smooth:	always;
	-webkit-text-stroke: 0.25px;
	margin-right:	12px;

	z-index: 		10000001;
} 

#btn_logout
{
	background:		#283593;
	color:			#FFFFFF !important;

	padding:		7px 26px;
	width:			47px;
	height:			20px; 
	margin-left:	30px;
	line-height:	20px;

	-webkit-border-radius: 	2px;
	-moz-border-radius: 	2px;
	border-radius: 			2px; 
}

#btn_logout:hover
{
	color:			#D0D0D0 !important;
}

#logout
{
	display:		inline-block;  
}

#logo
{ 
	display:		inline-block;  
	margin-top:		30px;
	padding:		0 15px;
}

.menusel
{
	display:		none;
	position:		absolute;
	left:			0;
	right:			0;
	bottom:			0;
	width:			100%;
	height:			5px;
	background: 	#FFFFFF;
}

.menu
{ 
	position:		absolute;
	display:		block;
	margin-left: 	auto;
	margin-right: 	auto; 	
	max-width:		1140px; 
	width:			100%;
	height:			100%;
	text-align:		left;
	bottom:			0;
	left:			0;
	right:			0; 
} 

.menu a
{
	position:		relative;
	text-align:		center;
} 

.menuitem
{ 
	display:	inline-block;
	zoom:		1;
	*display:	inline;
	position:	relative;
	top:		0;
	left:		0;

	padding:		10px 33px;
	height:			100%;  
	
	border:								0; 
	
	behavior: 		url(/framework/pie/PIE.htc);	
		
	text-align:		center;
	text-transform: uppercase; 
	font-size:		11px;
	font-weight:	normal;
	
	color:				#A0A0A0; 	 
	cursor:				pointer;

	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.menumidshort
{
	width:		120px;
}

.menushort
{
	width:		60px;
}

.menuitem:hover
{
	color:		#FFFFFF;
}

.menuitem:active
{
	top:	1px;
	left:	1px;
}

.menuitem_active .menusel
{
	display:		block !important;
}

.menuitem_active, .menuitem_active:hover
{
	color:			#FFFFFF;
}

#menustar
{
	position:		absolute;
	display:		inline-block;
	zoom:			1;
	*display:		inline;
	width:			30px;
	height:			30px;
	top:			14px;
	left:			15px;
	
	background-image:	url("/images/menustar2v.png");
}

.menuitem_active #menustar
{
	background-image:	url("/images/menustar1v.png");
} 

#admin_notify
{
		position:				absolute;
		top:					7px;
		right:					14px;
		width:					27px;
		height:					27px; 

		display: none;
		/*background:		#283593;*/
		border:			1px solid #283593;
		-webkit-border-radius: 	50%;
		-moz-border-radius: 	50%;
		border-radius: 			50%; 
} 

.admin_button:hover #admin_notify
{
	background: #FFFFFF !important;
	color:
}