/* stylesheet for demo and examples */

#navigation-menu{
	position: relative;
}

nav ul, nav ol, nav li{
	list-style: none; 
	margin: 0; 
	padding: 0;
}

#navigation-menu{
	position: fixed;
	top:90%;
	/*right: 3em;*/
	left: auto;
	bottom: auto;
	z-index: 999;
	text-shadow: none;
	font-size: 0.85em;
}

#navigation-menu ul{
	overflow: hidden;
	background:#0262cc;
	border-radius: 0px;
}

#navigation-menu li{
	margin: 3px;
}

#navigation-menu a{
	display: block;
	padding: 0.2em 0.6em;
	border-radius:0px;
	color: #FFF;
    font-size: 15px;
    font-weight: bold;
	cursor:pointer;
	text-decoration:none;
	line-height:1.5em;
}

#navigation-menu a:hover{
	display: block;
	padding: 0.2em 0.6em;
	border-radius:0px;
	color: #000;
	cursor:pointer;
    font-size: 15px;
    font-weight: bold;
	line-height:1.5em;
}
