﻿
.left1{	width: 260px;
	height: auto;
	float: left;
	padding-top:35px;
	padding-bottom:50px;
}
/* expmenu */
ul.expmenu{width:260px;}
ul.expmenu li div.eheader{padding:10px;border-bottom:1px #fff solid; background:#999; }
ul.expmenu li div.eheader:hover{ background:#65ac34; color:#fff;}
ul.expmenu li:last-child div.eheader{border-bottom:none;}
ul.expmenu li ul li {padding: 10px 0 10px 30px;border-top:1px dashed #cbccce;color:#3f3f3f;}
ul.expmenu li ul li:last-child{border-bottom:none;}
ul.expmenu li ul li.aabb {
    background: #d9ecff;
    cursor: pointer;
}
ul.expmenu li ul li.selected{background-color:#ffe7e5;}
ul.expmenu div.eheader{
	text-shadow:0px 1px 0px rgba(255, 255, 255, 0.2);
	background:#d2352b;/* Old browsers */
	background:-moz-linear-gradient(top, #d2352b 0%, #d2352b 100%);/* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2352b), color-stop(100%,#d2352b));/* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #d2352b 0%,#d2352b 100%);/* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #d2352b 0%,#d2352b 100%);/* Opera 11.10+ */
	background:-ms-linear-gradient(top, #d2352b 0%,#d2352b 100%);/* IE10+ */
	background:linear-gradient(to bottom, #d2352b 0%,#d2352b 100%);/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2352b', endColorstr='#d2352b',GradientType=0 );/* IE6-9 */
}
ul.expmenu li div.eheader .label{background:no-repeat;color: #fff;/*text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.8);*/}
ul.expmenu li div.eheader .label a{color: #fff;/*text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.8);*/ font-size:16px; padding-left:20px;}
ul.expmenu li div.eheader .arrow{display:block;width:16px;height:16px;background:no-repeat center;float:right;padding-top: 8px;}
ul.expmenu li div.eheader .arrow.up{background-image:url(../images/arrow_d.png);}
ul.expmenu li div.eheader .arrow.down{background-image:url(../images/arrow_u.png);}
ul.expmenu li .menu{display:none;}	
/* Mouse Events */
ul.expmenu div.eheader:hover{
	background:#d2352b;/* Old browsers */
	background:-moz-linear-gradient(top, #d2352b 0%, #d2352b 100%);/* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2352b), color-stop(100%,#d2352b));/* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #d2352b 0%,#d2352b 100%);/* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #d2352b 0%,#d2352b 100%);/* Opera 11.10+ */
	background:-ms-linear-gradient(top, #d2352b 0%,#d2352b 100%);/* IE10+ */
	background:linear-gradient(to bottom, #d2352b 0%,#d2352b 100%);/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2352b', endColorstr='#d2352b',GradientType=0 );/* IE6-9 */
	cursor:pointer;
}

ul.expmenu li ul li:not(.selected):hover{
	background:#cbe2fc;/* Old browsers */
	cursor:pointer;
}
ul.expmenu li ul li:not(.selected):active{
	background:#f1f1f1;/* Old browsers */
	cursor:pointer;
}



.menu ol { padding:10px 0; padding-left:15px; border:#E7E7E7 1px solid; border-top:none;background: #ffe7e5;}

.menu a{color: #3f3f3f;text-decoration: none; font-size:14px;}
.menu .no {display:none;}
.menu ol a{width: 200px;display: block;line-height: 2em;margin-left: 20px; font-size:12px; color:#666;}
.menu ol a:hover, .menu ol a.mselect{ color:#d2352b; text-decoration:underline;}
ul.expmenu li div.lvs{background:#65ac34;}