#divmenu {
	z-index: 100;
}

.righthoverpane {
	position: fixed;
	top: 20px;
	right: 0;
	width: 100px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border-radius: 20px 0px 0px 20px;
	background-color: rgba(150,150,150,0.85);
	padding: 10px 0px 10px 25px;
}

.righthoverpane:hover{
	cursor: pointer;
}

.righthoverpane.showmenu {
	width: 220px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background-color: rgba(170,170,170,1);	
}

.menutoprowitem {
	position: relative;
	display: inline-block;
}

.menucontents {
	display: none;
}

.showmenu .menucontents {
	display: inline-block;
}

.menuline {
	font-family: "Segoe UI", arial, serif;
	font-size: 32px;
	color: white;
	margin: 6px 0px 6px 5px;
	overflow-x: hidden;
	white-space: nowrap;
}

.menuline a {
	color: white;
}

#usericonimg {
	margin-left: 15px;
}

#usernameimg {
	position: fixed;
	top: 45px;
	margin-left: 5px;
	font: bold 32px "Century Gothic", Arial;
	width: 150px;
	height: 50px;
	overflow-x: hidden;
}

#usernameimg.small24 {
	font: bold 24px "Century Gothic", Arial;
}

#usernameimg.small20 {
	font: bold 20px "Century Gothic", Arial;
}

#usernameimg.small22 {
	font: bold 22px "Century Gothic", Arial;
}

#usernameimg.small18 {
	font: bold 18px "Century Gothic", Arial;
}

#usernameimg.small16 {
	font: bold 16px "Century Gothic", Arial;
}

#usernameimg.small14 {
	font: bold 14px "Century Gothic", Arial;
}

#usernameimg.small12 {
	font: bold 12px "Century Gothic", Arial;
}

#usernameimg.small10 {
	font: bold 10px "Century Gothic", Arial;
}

#usernameimg.small8 {
	font: bold 8px "Century Gothic", Arial;
}

#usernameimg text{
	fill: white;
	stroke: black;
	stroke-width: 1px;
	stroke-linejoin: round;
}



