.navcontainer { width: 200px; }

.navcontainer ul
{
margin-left: 0;
margin-top: 0;
padding-left: 0;
list-style-type: none;
}

.navcontainer a, .navlist a:visited, .navcontainer a:link

{
display: block;
padding: 3px 15px;
width: 170px;
background-color: #555;
border-bottom: 1px dashed #999;
color: #fff;
text-decoration:none;
}

.navcontainer a:hover
{
background-color: #444;
color:#5E8E3E;;
}

#topmenu
{
	border-top: 1px dashed #999;
}

#sticky-content {
	height:210px;
	width: 185px;
	padding: 2px;
	overflow: auto;
	background-color: #666;
	border:1px dashed #999;
	margin:2px auto;
	font-size:0.9em;
	text-align:justify;
	font-size:0.8em;
}
#sticky-content .data {
	text-align:right;
	color:#aaa;
	font-size: 0.7em;
}
#sticky-content a ,#sticky-content a:visited {
	color:#80ffff;
	display: inline !important;
	text-decoration:none;
	padding: 0px;
	margin: 0px;
	border: none;
	background-color:transparent;
}
#sticky-content a:hover {
	color: #80ff00;
	text-decoration:underline overline;
}	


.navcontainer h3 {
	text-align: center;
	font-weight:bolder;
}
.menu_head {
display: block;
padding: 2px 15px;
margin: 5px auto;
width: 170px;
background-color: #444;
border-top: 1px dashed #999;
border-bottom: 1px dashed #999;
text-align:center;
text-transform:capitalize;
color: #EEE;
}
.foot,.foot:link,.foot:visited {
border-top: 1px dashed #999;
font-size:0.7em;
text-align:center;
padding: 0px 15px;
line-height:90%;
color:#80b5ea !important;
}