.divMenu {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	overflow: inherit;
	font-weight: bold;
	width: 150px;
	height: 360;
}
.divMenu ul {
	list-style-type: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.divMenu li {
	background-image: url(../css/_../images/layout/dropmenu_no_selected.gif);
	background-repeat: no-repeat;
	height: 18px;
	margin: -1;
	display: block;
}

a:link {
	text-decoration: underline;
	color: #4A4A4A;
}
a:hover {
	text-decoration: underline;
	color: #D84607;
}

a:visited {
	text-decoration: underline;
}
