

/********************** MENU **********************/

div#menu {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 80px;

	padding-top: 20px;
	padding-bottom: 20px;
	
	text-align: right;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;

	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #AAAAFF;
	}


div#menu a {
	display: block;
	padding: 2px;
	margin-top: 8px;
}

div#menu a:hover {
	text-decoration: none;
	background: #DDEAE3;
	border-color: #7F8DF6;
	border-right-style: solid;
	border-right-width: 1px;
}




