/* FunctionMenu */
.menufloder {
	height: 30px;
	width: 100%;
	padding-left: 5px;
	background-image: url(../../images/menuhead.gif);
	background-repeat: repeat-x;
	padding-top: 1px;
}
.menuhead {
	height: 30px;
	width: 100%;
	padding-left: 5px;
	background-image: url(../../images/menuhead.gif);
	background-repeat: repeat-x;
	padding-top: 1px;
}
.arrow {
	background-image: url(../../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 16px;
	width: 16px;
}
.submenu {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	height: 24px;
	width: 100%;
	padding-left: 8px;
	padding-top: 3px;
	background-color: #F0F6FD;
}
.submenufont 
{
	font-size: 12px;
	color: #4D64A8;
	padding-left: 5px;
}
.submenufont a:link
{ text-decoration:none; 
	color:#4D64A8 
	}
.submenufont a:visited  { text-decoration:none; color:#4D64A8 }
.submenufont a:hover    { text-decoration:underline; color:#44C340 }
.submenufont a:active   { text-decoration:underline; color:#44C340 }

.menufont 
{ font-family: "ËÎÌå";
  font-size: 12px;
  color: #2F3291;
  padding-left: 5px;
 }
.menufont a:link     { text-decoration:none; color:#2F3291 }
.menufont a:visited  { text-decoration:none; color:#2F3291 }
.menufont a:hover    { text-decoration:none; color:#E5B218 }
.menufont a:active   { text-decoration:none; color:#E5B218 }

.menufolderfont 
{ font-family: "ËÎÌå";
  font-size: 12px;
  color: #FF3291;
  padding-left: 5px;}
.menufolderfont a:link     { text-decoration:none; color:#2F3291 }
.menufolderfont a:visited  { text-decoration:none; color:#2F32FF }
.menufolderfont a:hover    { text-decoration:none; color:#E5B218 }
.menufolderfont a:active   { text-decoration:none; color:#E5B218 }



.menuborder {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BAD4EB;
	border-right-color: #BAD4EB;
	border-bottom-color: #BAD4EB;
	border-left-color: #BAD4EB;
}
.dot {
	background-image: url(../../images/dot.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 16px;
	width: 16px;
}
.dot_minus {
	background-image: url(../../images/dot_minus.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 16px;
	width: 16px;
}
.dot_plus {
	background-image: url(../../images/dot_plus.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 16px;
	width: 16px;
}


