@charset "utf-8";
body {
	font-family: tahoma,times new roman,verdana,arial,helvetica,sans-serif;
	font-size: 13px;
	margin: 0px;
	direction : ltr;
}

#header {
	margin: 0 auto;
	height: 10px;
	border-bottom: #d9edf6 1px solid;
	width: 650px;
}

#hmenu {
	background-color: #d9edf6;
	border-bottom: #d9edf6 1px solid;
	width: 650px;
	height: 20px;
}

.hmenuItem {
	border: 10px;
        font-size : 13px;
	display: block;
	float: right;
}

.hmenuItem a {
	padding: 8px;
	text-decoration: none;
	color: #0487c2;
	vertical-align: middle;
}

.dropMenu {
	position: absolute;
	background-color: #aadbf1;
	text-decorAtion : none;
	text-align : right;
        font-size : 13px;
	width: auto;
	color : #aadbf1 ;
	border-top: #aadbf1 5px solid;
	border-right: #aadbf1 8px solid;
	border-bottom: #aadbf1 5px solid;
	border-left: #aadbf1 8px solid;
	z-index: 1002;

}

.dropItem {

}

.dropItem a{
	display: block;
        font-size : 13px;
	text-decorAtion : none;
	color: #097fca;
	border-bottom : #91d6f5 3px solid;
	border-width : auto;
	
}

.dropItem a:hover {
	display: block;
        font-size : 13px;
	text-decorAtion : none;
	color : #097fca;
	background-color: #74caf1;
	padding: 0px ;
	text-alIgn: right;
}


