/* #Linkek is a box in sidebar containing the sub-menu items of the currently selected menu item
	This is to ensure style disabled browsers (or IE without scripting) can traverse the menu hierarchy.
*/
#Sidebar #Linkek {
	position: absolute;
	top: 55px;
	right: 28px;
	float:right; /* Mozilla rendering hack */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	line-height: normal;
/*	line-height: 1.8em; */
	width: 120px;
	color: #5A221F;
}
#Sidebar #Linkek h1 {
	font-size: 9px;
	padding: 3em 0 1em 0;
}
#Sidebar #Linkek ul {
	list-style-type: none;
	margin: 0;
}
#Sidebar ul a, #Sidebar ul a:visited {
	color: #3333CC;
	line-height: 13px;
	text-decoration: none;
	padding-bottom: 1px; /* Create a 1px bottom space... */
	border-bottom: 1px solid #3333CC; /* ...and a 1px non-overstrike underline */
}
#Sidebar ul li {
	padding: 1px 0 4px 0;
}

/*
#Sidebar #Linkek ul {
	list-style-type: none;
}
#Sidebar #Linkek ul a {
	text-decoration: none;
	padding-bottom: 1px;
	color:#3333CC;
	border-bottom: 1px solid #3333CC;
}
#Sidebar #Linkek li.MultiLine {
	height: 3.6em;
	position: relative;
	line-height: 1.4em;
	padding: 4px 0 0px 0;
}
*/
