.component.menu{
	z-index:98;
	cursor:pointer;
	position:absolute;
	top:30px;
	left:0px;
	display:inline-block;
	background-color:#004677;
	height:50px;
	width:50px;
	border-radius:3px 0 0 3px;
}


.component.menu .text{
	color:white;
	font-size:13px;
	text-align:center;
	margin-top:4px;
	margin-bottom:3px;
}

.component.menu .line{
	border-radius:2px;
	border-bottom:2px solid white;
	border-top:2px solid white;
	width:60%;
	margin:auto;
	margin-bottom:6px;
}

.component.menu .menuItems{
	display:none;
	background-color:#004677;
	width:350px;
}

.component.menu .menuItem{
}

.component.menu .menuItem a{
	display:block;
	color:white;
	text-decoration:none;
	padding:7px 10px;
}

.component.menu .menuItem:hover a{
	background-color:#0080FF;
}