.menuDiv {
	float: right;
	direction: rtl;
	width: 100%;
	right: 186px;
}
.menuDiv ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

.menuDiv li { /* all list items */
	position: relative;
	width: 100%;
}

.menuDiv li ul { /* second-level lists */
	display: none;
	position: absolute;
	right: 100%;
	min-width: 100%;
	top: -8px;
	float: right;
	direction: rtl;
	background-color: #f4e1bb;
	padding-right: 5px;
	padding-top: 10px;

}
.menuDiv li ul a {
	font-weight: bold;
	font-size: 12px;
    color: #990000;
    text-decoration: None;
}
.menuDiv li ul a:hover {
	text-decoration: underline;
}
.menuDiv li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: -8;
}

.menuDiv li:hover ul, .menuDiv li.over ul { /* lists nested under hovered list items */
	display: block;
	float: right;
	text-align: right;
}
.link1 {
	margin-right: 5px;
	margin-left: 5px;
	width: 171px;
	color: #990000;
}
.link1 a
{
	font-weight: bold;
	font-size: 12px;
    color: #990000;
    text-decoration: None;
}
.link1 a:hover
{
    color: #990000;
    text-decoration: underline;
}
hr.hr1 {
	margin-right: 5px;
	margin-left: 5px;
	height: 1px;
	color: #999933;
	background-color: #999933;
}
