#menu .menuOwner {
	background: 0% 50% url(../img/menuOwner.gif) no-repeat;
}
#menu .menuItem {
	display: none;
}
#menu .activeMenuItem {
	position: absolute;
	display: block;
	border: 1px solid #9F8D5D;
	background-color: #FFFEF9;
	margin: -17px 0 0 206px;
	padding: 0;
	width: 206px;
}
#menu h2 {
	font-weight: bold;
	color: #550002;
	padding-left: 12px;
	font-size: 9pt;
}
#menu a {
	display: block;
	width: 193px;
	line-height: 14px;
	border-top: 1px solid #FFFEF9;
	border-bottom: 1px solid #FFFEF9;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #830103;
	padding-left: 13px;
	background: 4px 50% url(../img/menu[pointer].gif) no-repeat;
}
#menu a:hover {
	background-color: #F8F6EB;
	border-top: 1px solid #EBE6DA;
	border-bottom: 1px solid #EBE6DA;
}
.combobox { height: 20px; line-height: 20px; overflow: hidden; cursor: default; border: 1px solid #999; background: #fff; margin-bottom: 4px; }
.combobox .btn { float: right; height: 20px; width: 16px; border-left: 1px solid #999; background: url(/img/combobtn.png) 50% 50% no-repeat; cursor: pointer; }
#regionsList { display: none; position: absolute; height: 150px; overflow: auto; background-color: #fff; border: 1px solid #999; margin: 0 0 0 -1px; border-top: 0; width: 191px; }
.combobox ul { padding: 0; margin: 0; }
.combobox ul li { margin: 0; padding: 0; list-style: none; }
.combobox a { color: #000; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; cursor: pointer; font-weight: normal; display: block; line-height: 20px; padding: 0 5px; }
.combobox a:hover { display: block; background-color: #f1ecd8; }
.combobox .show { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; padding: 0 4px; cursor: pointer; }