@charset "gb2312";
/* CSS Document */

<!--

#containerul{
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0 0 0 0;				/* Removes browser default padding applied to the lists. */
	margin: 0 0 0 0;
	background-color: #FFFFFF;
	background-image: url(../Img/menu_BG.png);
}

#containerul .li{
	margin:0 0 0 25px;			/* A left margin to indent the list items and give the menu a sense of structure. */
	padding:0 0 0 0px;				/* Removes browser default padding applied to the list items. */
	list-style-type:none;			/* Removes the bullet point that usually goes next to each item in a list. */
	font-size: 12px;
	white-space: pre;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 22px;
	list-style-image: url(tree/page.png);
	display: block;
}

#containerul .li:hover{
	margin:0 0 0 25px;			/* A left margin to indent the list items and give the menu a sense of structure. */
	padding:0 0 0 0px;				/* Removes browser default padding applied to the list items. */
	list-style-type:none;			/* Removes the bullet point that usually goes next to each item in a list. */
	font-size: 12px;
	white-space: pre;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CCFFFF;
	height: 22px;
	display: block;
}
#containerul .li2{
	margin:0 0 0 0px;			/* A left margin to indent the list items and give the menu a sense of structure. */
	padding:0 0 0 0px;				/* Removes browser default padding applied to the list items. */
	list-style-type:none;			/* Removes the bullet point that usually goes next to each item in a list. */
	font-size: 13px;
	white-space: pre;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: 25px;
	text-align: center;
}
#containerul .li2:hover{
	margin:0 0 0 0px;			/* A left margin to indent the list items and give the menu a sense of structure. */
	padding:0 0 0 0px;				/* Removes browser default padding applied to the list items. */
	list-style-type:none;			/* Removes the bullet point that usually goes next to each item in a list. */
	font-size: 13px;
	white-space: pre;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CCFFFF;
	height: 25px;
	text-align: center;
}
#containerul .li3 {background-image:url(../Img/mainSectionbottom-black.gif); height:24px;list-style-type:none;}