/*mio*/
.header{
	position:relative;
	font-family:Tahoma, Geneva, sans-serif;
	background:url(/imgs/head.jpg) no-repeat
	}
.hmenu{
	position:absolute;
	top:0px; right:0px;
	width:150px; height:176px;
	background:#0984AE;
	}
.hmenu ul{
	margin:0px; padding:12px 0px;
	list-style:none
	}
.hmenu li{
	margin:0px; padding:12px 0px;
	}	
.hmenu a{
	height:12px; line-height:12px;
	padding-left:18px;
	border-left:6px solid;
	}	
.hmenu a:link, .hmenu a:visited { border-color:#FFF; color: #FFF; text-decoration: none; }
.hmenu a.selected, .hmenu a:hover, .hmenu a:active{ border-color:#044058; color: #044058;	text-decoration: none; }
