﻿#menu0 {
				width: 180px;
				margin: 0px;
				padding: 0px 0px 0px 0px;
				text-decoration: none;
				color: #000000;
}
#menu0 dt {
				border: 2px outset #CCCCCC;
				color: #008000;
				font-weight: bold;
				text-align: center;
				cursor: pointer;
				margin: 10px 0 0 0;
				font-size: 11px;
				background-image: url('images/link1.gif');
				font-family: Arial, Helvetica, sans-serif;
				white-space: nowrap;
				padding-top: 5px;
				padding-bottom: 5px;
				background-repeat: repeat-x;
}
#menu0 dd {
				color: #000000;
				margin: 0;
				padding: 2px 6px 2px 6px;
}
#menu0 dd.active {
				font-weight: bold;
}
#menu0 dt a:hover {
				color: #008000;
				text-decoration: none;
				font-weight: bold;
				font-style: normal;
}
#menu0 a:hover {
				color: #FF0000;
				text-decoration: none;
				font-style: normal;
}
