a {
	color: #4B4436;
	text-decoration: none;
}

a:hover {
	color: #4B4436;
	left: 1px;
	position: relative;
	text-decoration: none;
	top: 1px;
	blr:expression(this.onFocus=this.blur());
}

body {
	color: #525353;
	font-family: "Arial","ËÎÌå";
	font-size: 9pt;
	margin: 0em;
	padding: 0em;
	text-align: center;
	background: #F8F6E7;
}

input,textarea {
	background: ffffff;
	border-color: cccccc;
	border-width: 1px;
}

td,div {
	color: #333333;
	font-family: "Arial","ËÎÌå";
	font-size: 12px;
	line-height: 20px;
}

a.menu {
	color: #4B4436;
	text-decoration: none;
	/*blr:expression(this.onFocus=this.blur());*/
}
a.menu:hover {
	color: #4B4436;
	font-weight: bold;
	text-decoration: none;
}




/* dropDown */
.mainItems{
	background: url(../Images/produ01.jpg);
	width: 144px;
	height: 28px;
	padding-left: 10px;
	padding-top: 8px;
	line-height: 20px;
	border-bottom: 1px #DBD3C3 solid;
	margin-bottom: 1px;
}
				
.mainItems a{
	margin: 0;
	text-decoration: none;
}

.mainItems a:hover{
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	color: #D61B00;
}

li.mainItem{
	background: #D4D0AA;
}

li.mainItem a{
	background: #D4D0AA;
}

ul.subUls ul.subUls{
	background: #DFDCC3;
	border: 1px solid #DBD8C9;
	display: ;
	left: 99px;
	position: absolute;
	top: -1px;
	width: 100px;
}

ul.subUls ul.subUls li{
	width: 100%;
	height: 24px;
}

ul.subUls ul.subUls li a{
	text-decoration: underline;
	width: 100%;
	top: 0;
	left: 0;
	padding-left: 10px;
	line-height: 24px;
	background: #DFDCC3;
}

ul.subUls ul.subUls li a:hover{
	text-decoration: underline;
	background: white;
	width: 100%;
	top: 0;
	left: 0;
	padding-left: 10px;
	line-height: 24px;
	font-weight: bold;
}
				
.subUls{
	background: #DFDCC3;
	border: 1px solid #DBD8C9;
	display: none;
	left: 144px;
	position: absolute;
	top: 1px;
	width: 100px;
}
				
.subUls li{
	width: 100%;
	height: 24px;
}
				
.subUls li a{
	text-decoration: underline;
	width: 100%;
	top: 0;
	left: 0;
	padding-left: 10px;
	line-height: 24px;
}

.subUls li a:hover{
	text-decoration: underline;
	background: white;
	width: 100%;
	top: 0;
	left: 0;
	padding-left: 10px;
	line-height: 24px;
	font-weight: bold;
}
				
#dropDown li {
	float: left;
	position: relative;
}
				
#dropDown li:hover ul, li.over ul {
	display: block; /* lists nested under hovered list items */
}
				
#dropDown li>ul {
	left: auto;
	top: auto; /* 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 */
}
				
#dropDown, #dropDown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
				
#restOfContent {
	clear: left; /*wrap rest of content of the page inside this div*/
}