@charset "utf-8";


#topmapnavi{
	position: absolute;
	left: 282px;
	top: 28px;
}

.naviFloat{
	float: left;
	width: 140px;
	height: 31px;
}


/* this is the main UL element*/
.dropdown{
	color:#FFFFFF;
	display:none;
	margin:0;
	padding:0;
	list-style:none;
}



/* these are all the LIs in the menu*/
.dropdown ul li{
	margin:0;
	padding:5px 10px;
	width:119px;
	cursor:pointer;
	border-top: 1px solid #FFFFFF;
	background: #137BF0;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#FFFFFF;
	width:100%;
}

.dropdown a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.dropdown a:visited{
	color:#FFFFFF;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border-bottom:1px solid #FFFFFF;
}

/* these are the LIs that contains a submenu*/

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
