.hovermenu {
	position:absolute;
	font-family:'Georgia','Times New Roman';
	font-size:12px;
	width:200px;
	height:auto;	
	line-height:20px;
	letter-spacing:-0.02em;
}

.hovermenutop, .hovermenubottom, .hovermenumain {
	position:relative;	
	z-index:inherit;	
}

.hovermenutop, .hovermenubottom {
	width:200px;
	height:10px;
}

.hovermenutop {
	background: url('../images/roundcornerbar_200_blue_top.png');
}

.hovermenubottom {
	background: url('../images/roundcornerbar_200_blue_bottom.png');
}

.hovermenumain {
	z-index:inherit;
	background-color:#44C8F5;
	height:auto;
	width:180px;
	padding-left:10px;
	padding-right:10px;
}

.hovermenu li {
	list-style-type:none;
}

.hovermenu a, .hovermenu a:visited, .hovermenu a:active {
	color:#0A55A3;
	text-decoration:none;
	border:none;
}

.hovermenu a:hover {
	color:#ffffff;
	border:none;
}

.hmcornertopleft {
	position: relative;
	width:10px;
	height:10px;
	z-index:inherit;
	float:left;
	background: url('../images/cnr_topleft_blue.png') ;	
}

.hmcornertopright {
	position: relative;
	width:10px;
	height:10px;
	z-index:inherit;
	float:right;
	top:-10px;
	background:url('../images/cnr_topright_blue.png');
}

.hmcornerbottomleft {
	position: relative;
	width:10px;
	height:10px;
	z-index:inherit;
	float:left;
	top:10px;
	background:url('../images/cnr_bottomleft_blue.png');
}

.hmcornerbottomright {
	position: relative;
	width:10px;
	height:10px;
	z-index:inherit;
	top:0px;
	float:right;
	background:url('../images/cnr_bottomright_blue.png');
}
