﻿/* expmenu */
ul.expmenu{width:230px}
ul.expmenu li div.eheader{padding:12px;border-bottom:1px #fff solid;}
ul.expmenu li:last-child div.eheader{border-bottom:none;}
ul.expmenu li ul li {background-color:#d9ecff;padding:10px 12px;border-bottom:1px solid #96c4f5;border-top:1px solid #96c4f5;color:#333;}
ul.expmenu li ul li a{color:#333;}
ul.expmenu li ul li:last-child{border-bottom:none;}
ul.expmenu li ul li.selected{background-color:#d9ecff;}
ul.expmenu div.eheader{
	color:#ffffff;
	background:#004ea2;/* Old browsers */
	background:-moz-linear-gradient(top, #004ea2 0%, #004ea2 100%);/* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#004ea2), color-stop(100%,#004ea2));/* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #004ea2 0%,#004ea2 100%);/* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #004ea2 0%,#004ea2 100%);/* Opera 11.10+ */
	background:-ms-linear-gradient(top, #004ea2 0%,#004ea2 100%);/* IE10+ */
	background:linear-gradient(to bottom, #004ea2 0%,#004ea2 100%);/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004ea2', endColorstr='#004ea2',GradientType=0 );/* IE6-9 */
}
ul.expmenu li div.eheader a{ color:#fff;}
ul.expmenu li div.eheader .label{background:no-repeat;color: #fff;/*text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.8);*/ font-weight:bold;}
ul.expmenu li div.eheader .arrow{display:block;width:16px;height:16px;background:no-repeat center;float:right;}
ul.expmenu li div.eheader .arrow.up{background-image:url(../images/arrow_u.png);}
ul.expmenu li div.eheader .arrow.down{background-image:url(../images/arrow_d.png);}
ul.expmenu li .menu1{display:none;}	
/* Mouse Events */
ul.expmenu div.eheader:hover{
	background:#004ea2;/* Old browsers */
	background:-moz-linear-gradient(top, #004ea2 0%, #004ea2 100%);/* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#004ea2), color-stop(100%,#004ea2));/* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #004ea2 0%,#004ea2 100%);/* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #004ea2 0%,#004ea2 100%);/* Opera 11.10+ */
	background:-ms-linear-gradient(top, #004ea2 0%,#004ea2 100%);/* IE10+ */
	background:linear-gradient(to bottom, #004ea2 0%,#004ea2 100%);/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004ea2', endColorstr='#004ea2',GradientType=0 );/* IE6-9 */
	cursor:pointer;
}

ul.expmenu li ul li:not(.selected):hover{
	background:#d9ecff;/* Old browsers */
	cursor:pointer;
}
ul.expmenu li ul li:not(.selected):active{
	background:#f1f1f1;/* Old browsers */
	cursor:pointer;
}



.menu1 ol { padding-left:15px;  border-top:none;background: #d9ecff;}
.menu1 li i{background-color: #004ea2;padding: 1px 4px;color: #fff;font-style:normal;}
.menu1 a{color: #666666;text-decoration: none;}
.menu1 .no {display:none;}
.menu1 ol a{width: 228px;display: block;line-height: 2em;margin-left: 20px; font-size:12px;}
.menu1 ol a.aabbcc,.menu1 ol a:hover{ color:#00c5ff;}

