/* http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

.dropdown {
  height: 100%;
  width: 163px;
  
  background-color: ;
  font-family: "Montserrat", sans-serif;
  
  font-size: 12px; }
  .dropdown li {
    padding: 0 0px; }
    .dropdown li.selected {
      background-color:none; 
	  width:100%;
	  }
    .dropdown li a {
      display: block;
      width: auto;
      
	  height:35px;
  line-height:35px;
      text-decoration: none;
      text-transform: uppercase;
      color:#fff; 
	  font-size:14px;
	  font-family:"微软雅黑";
	  padding-left:20px;
	  background:#fb7907;
	  margin-top:2px;}
  .dropdown li > ul li {
    width:163px;
	height:30px;
	line-height:30px;
	border-bottom:1px dashed #c2c2c2;
	}
	
	.dropdown li > ul li.bor_no{
		border-bottom:0px;}
    .dropdown li > ul li a {
      color: gray; }
    .dropdown li > ul li > ul li {
      padding: 10px 30px; }
	  
	  
	 .dropdown li a.teshu{

		 font-size:14px;
	    font-family:"微软雅黑";
		 background: url(../images/sanjiao_ju.png) no-repeat 6px 10px;
		 display:block;
		 width:163px;
		 height:30px;
		 line-height:30px;
		 color:#3b9ced;
		 margin-top:0px;
		 }
		 
      .dropdown li a.teshu:hover{
			 color:#3b9ced;
			 background:#fef4e8 url(../images/sanjiao_ju.png) no-repeat 6px 10px;
			 height:29px;}
		 
		 
.dropdown li a:hover{
	color:#fff;}
