.container{
	position:relative;
	width:100%;
	float:right;
	margin:5px;
}

.container img{
	width:100%;
	margin-left:5px;
	float:right;
	z-index:10;
}

ul{
	float:right;
	width:150px;
	margin:3px -1px 0 0;
	padding:0;
	z-index:1000;
	visibility:hidden;
}

.root{
	margin-right:-60%;
	margin-top:5%;
	position:absolute;
	left:0;
	top:0;
}

ul li{
	position:relative;
	width:150px;
	list-style-type:none;
	float:right;
	color:white;
	text-align:center;
	border:none;
	font-size:11px;
	font-family:sans-serif;
	font-weight:bold;
}

.text{
/*	border-top:1px dotted #FFFFFF;*/
	border-bottom:1px dotted #FFFFFF;
	background-color:#172627;
	padding-top:1px;
	height:18px;
	padding-top:3px;
	width:150px;
	float:left;
}

.spec{
	border-top:1px solid #172627;
}

.text:hover{
	background-color:#305467;
}

.text:hover #thislink{
	background-color:#305467;
}

.menu{
	float:right;
}

.submenu{
	position:absolute;
	right:152px;	
	top:-3px;
}

#thislink{
	text-decoration:none;
	color:white;
}
