@charset "UTF-8";

#cssmenu {
	padding: 0;
	margin: 0;
	border: 0;
}
#cssmenu ul, #cssmenu li {list-style: none; margin: 0; padding: 0;}
#cssmenu ul {position: relative; z-index: 597; }
#cssmenu ul li { float: left; min-height: 1px; vertical-align: middle;}
#cssmenu ul li.hover,
#cssmenu ul li:hover {position: relative; z-index: 599; cursor: default;}
#cssmenu ul ul {visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; }
#cssmenu ul ul li {float: none;}
#cssmenu ul ul ul {top: 0; left: auto; right: -99.5%; }
#cssmenu ul li:hover > ul { visibility: visible;}
#cssmenu ul ul {bottom: 0; left: 0;}
#cssmenu ul ul {margin-top: 0; }
#cssmenu ul ul li {font-weight: normal;}
#cssmenu a { display: block; line-height: 1em; text-decoration: none; }

#cssmenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #ededed;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
}

#cssmenu span {
    font-size:12px;
}

#cssmenu > ul { *display: inline-block; }

  #cssmenu:after, #cssmenu ul:after {
    content: '';
    display: block;
    clear: both; 
}


#cssmenu a {
	color: #333333;
	background-color: #ededed;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 18px;
}
#cssmenu ul { text-transform: uppercase; }

    #cssmenu ul ul {
	text-transform: none;
	min-width: 190px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCC;
}
      #cssmenu ul ul a {
	color: #000000;
	line-height: 150%;
	background-color: #EEE;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #CCC;
	border-bottom-color: #999;
	border-left-color: #CCC;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}
#cssmenu ul ul ul { border-top: 0 none; }

#cssmenu ul ul li { position: relative }
	  

#cssmenu > ul > li > a {
	line-height: 22px;
}

#cssmenu ul ul li:first-child > a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
        #cssmenu ul ul li:hover > a {
	background-color: #E4E4E4;
}

        #cssmenu ul ul li:last-child > a {
          border-radius: 0 0 3px 3px;
          box-shadow: 0 1px 0 #ffffff; 
}

#cssmenu ul ul li:last-child:hover > a { border-radius: 0 0 0 3px; }

#cssmenu ul ul li.has-sub > a:after {
          content: '+';
          position: absolute;
          top: 50%;
          right: 15px;
          margin-top: -8px;
}


#cssmenu ul li:hover > a, #cssmenu ul li.active > a {
	color: #000000;
	background-color: #E4E4E4;
}
    #cssmenu ul li.has-sub > a:after {
      content: '+';
      margin-left: 5px; 
}
    #cssmenu ul li.last ul {
      left: auto;
      right: 0; 
}
      #cssmenu ul li.last ul ul {
        left: auto;
        right: 99.5%;
}
