.simple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
 	font-weight: normal;
 	border: solid 1px #afafaf;
 	border-bottom-color: #666666;
}

.simple ul {
	border: 1px solid #afafaf;
}

.simple li {
	background-color: #A5A8AF;
	width: 180px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #c0c0c0;
}

.simple ul li {
	background-image: none;
	background-color: #E8E8E8;
 	width: 200px;
 	border: none;
}

.simple a {
	text-decoration: none;
	color: #000000;
	line-height: 28px;
	padding: 0px 2px;
	padding-left: 5px;
	cursor: pointer;
}

.simple ul a {
 	border: none;
 	border-bottom: 1px solid silver;
 	color: #000000;
	line-height: 24px;
}

.simple li.hover {
	background-position: 0px 12px !important;
	background-color: #ffffff;
}
  
.simple ul li.hover {
  	background-color: #ffffff;
  	background-image: none;
}

.simple a.hover {
	color: #AE190C;
	text-decoration: underline;
}

.simple ul a.hover {
  	color: #AE190C !important;
	text-decoration: underline;
}

.simple li.selected {
	background-position: 0px 22px;
}

.simple ul li.selected {
}

.simple a.selected {
}

.simple ul a.selected {
	color: #555555;
}

.simple .arrow {
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 165px center;
	
}

div.vertical {
	clear: both;
}
div.vertical br {
	clear: both;
}
div.vertical ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.vertical li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: static;
}
div.vertical li img {
	border: none;
}
div.vertical a {
	clear: both;
	display: block;
	margin: 0px;
}
div.vertical ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.vertical ul li ul li {
	clear: both; 
}

div.vertical ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}