﻿.terrmenu a {text-decoration:none;}
.terrmenu a,.terrmenu a:visited {color:#01669c;background:inherit;}
.terrmenu a:hover{text-decoration:underline;}
.terrmenu {margin:0;font:12px arial,宋体;}
/*terrmenu Start*/
.terrmenu img.s {cursor:pointer;vertical-align:middle;}
.terrmenu ul {padding:0;}
.terrmenu li {list-style:none;padding:0; width:238px; border-top:1px solid #fff; background-color:#e8e8e8; line-height:22px;}
.terrmenu_child ul {padding:0;}
.terrmenu_child li {
	list-style:none;
	padding:0;
	width:238px;
	border-top:1px solid #fff;
	line-height:22px;
	background-color: #FFFFFF;
}
.Closed ul {display:none;}
.Child img.s {
	cursor:default;
}
#terrmenu1 ul {margin:0px;}
#terrmenu1 img.s {width:20px;height:22px;}
#terrmenu1 .Opened img.s {background:url(/images/opened.gif) no-repeat 0 0;}
#terrmenu1 .Closed img.s {background:url(/images/closed.gif) no-repeat 0 0;}
#terrmenu1 .Child img.s {
	background-image: url(/images/child.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 7px;
}
#terrmenu1 .NoChild img.s {background:url(/images/no.gif) no-repeat 0 0;}
/*terrmenu End*/

/*Temp CSS for View Demo*/
#terrmenu1{width:238px;margin:0px; background-color:#fff;}
#terrmenu1,#terrmenu2 {padding-bottom:0px;}
.ViewCode {
 clear:both;
 border:1px solid #FFB900;background:#FFFFCC;color:inherit;margin:3px;padding:3px;
}
.ViewCode h6 {color:#00f;}
