﻿#dropmenudiv{
	position: absolute;
	border-bottom-width: 0;
	z-index: 100;
}
#dropmenudiv a{
	width: 100%;
	color:white;
	display: block;
	text-indent: 3px;
	border: 1px solid black;
	padding: 5px;
	text-align: left;
	background-color: #7F7F7F;
	/*background-image: url("http://www.sstcr.org/wordpress/wp-content/themes/sidebg.png");*/
	/*background-color: #E3FFB0;*/
}
#dropmenudiv a:hover{ /*hover background color*/
	background-color: #0F4577;
	background-image:none;
	/*background-color: #C7FF5E;*/
	/*background-image: url("http://www.sstcr.org/wordpress/wp-content/themes/sidebg2.png");*/
	text-decoration: underline;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
	list-style-type: square;
	width: 250px;
	background-color: #FFFFB9;
}
.side{
	position: relative;
	font-weight: bold;
}
