form {  font-size: 9pt}
table {  font-size: 9pt}
body {  font-size: 9pt}

A:link {
	 COLOR: #333333; TEXT-DECORATION: none
}
A:visited {
	 COLOR: #333333; TEXT-DECORATION: none
}
A:hover {
	 COLOR: #cc0000; TEXT-DECORATION: underline
}
#Nav-er-mmtTitleBox {
 clear: both;
 width: 100%;
}
#Nav-er-mmtTitle {
 float: left;
 width:31px!important;
 width /**/:32px;
 height:20px!important;
 height /**/:23px;
 border-top: 1px solid #FFFFFF;
 border-left: 1px solid #FFFFFF;
 background-color: #2386C0;
 border-right-width: 1px;
 border-bottom-width: 1px;
 padding-top: 2px;
}

#styleBox1-underarea {
 background-color: #FFFFFF;
 clear: both;
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #FFFFFF;
 text-align: left;
 padding-left: 2px;
}
#Nav-mmtTitle1 {
 background-color: #B6DBEE;
 border-top-width: 2px;
 border-right-width: 1px;
 border-bottom-width: 2px;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 border-top-color: #D8F2FF;
 border-right-color: #2D81BD;
 border-bottom-color: #5BA5D1;
 text-align: center;
 border-left-width: 1px;
 border-left-style: solid;
 border-left-color: #F4FCFF;
 float: right;
 height:16px!important;
 height /**/:22px;
 width:74px!important;
 width /**/:76px;
 padding-top: 2px;
}
#styleBox1-right {
 width:200px!important;
 width /**/:200px;
 float: left;
 margin-top: 5px;
 border: 1px solid #FFFFFF;
 height: auto;
}

.b1bbutton {display:inline; cursor:hand; height:12px; width:20px; border:1px solid #000000; background-color:#f7f7f7; color:#000000; font-size:12px; line-height:12px;padding:1 0 0 0;padding-left:6;position:absolute; left:340; top: 330;}
.b2bbutton {display:inline; cursor:hand; height:12px; width:20px; border:1px solid #000000; background-color:#f7f7f7; color:#000000; font-size:12px; line-height:12px;padding:1 0 0 0;padding-left:6;position:absolute; left:365; top: 330;}
.b3bbutton {display:inline; cursor:hand; height:12px; width:20px; border:1px solid #000000; background-color:#f7f7f7; color:#000000; font-size:12px; line-height:12px;padding:1 0 0 0;padding-left:6;position:absolute; left:390; top: 330;}
.b4bbutton {display:inline; cursor:hand; height:12px; width:20px; border:1px solid #000000; background-color:#f7f7f7; color:#000000; font-size:12px; line-height:12px;padding:1 0 0 0;padding-left:6;position:absolute; left:415; top: 330;}
.b5bbutton {display:inline; cursor:hand; height:12px; width:20px; border:1px solid #000000; background-color:#f7f7f7; color:#000000; font-size:12px; line-height:12px;padding:1 0 0 0;padding-left:6;position:absolute; left:440; top: 330;}

/*灰色立体按钮样式*/
.mybutton {
	BORDER-RIGHT: #7b9ebd 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #7b9ebd 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde); BORDER-LEFT: #7b9ebd 1px solid; CURSOR: hand; COLOR: black; PADDING-TOP: 2px; BORDER-BOTTOM: #7b9ebd 1px solid
}


ul {
margin: 0;
padding: 0;
list-style: none;
width: 160px; /* Width of Menu Items */
border-bottom: 0px solid #ccc;
}

ul li {
position: relative;
}

li ul {
position: absolute;
left: 159px; /* Set 1px less than menu width */
top: 0;
display: none;
}

/* Styles for Menu Items */
ul li a {
display: block;
text-decoration: none;
color: #777;
background: #fff; /* IE6 Bug */
padding: 5px;
border: 0px solid #ccc;
border-bottom: 0;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 100%;}
/* End */

ul li a:hover { color: #E2144A; background: #D7D7D7; } /* Hover Styles */

li ul li a { padding: 2px 5px;height:20px;background: #AECAD9;border: 1px solid #E5E5E5; } /* Sub Menu Styles */

li:hover ul, li.over ul { display: block; } /* The magic */

