/* Starter CSS for Menu */
#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
  position:relative;
  z-index:9999;
  width:775px;
  float:right;
  }


#cssmenu ul, #cssmenu li {
  list-style: none;
  margin: 0;
  padding: 0; }

#cssmenu ul {
	float:right;
  width:835px;
  height:37px;
	margin: 0;
	line-height: 100%;
	font-size:16px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
  position: relative;
  z-index: 597;
  text-align:right;}

#cssmenu ul li {
	display:inline-block;
	*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;
  width: 100%; }

#cssmenu ul ul li {
  float: none;
  display:block;
  text-align:left;
  }

#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; }

/* Custom CSS Styles */
  #cssmenu > ul {
    *display: inline-block; }
  #cssmenu:after, #cssmenu ul:after {
    content: '';
    display: block;
    clear: both; }
    #cssmenu ul ul {
      border-top: 4px solid #A45D3D;
      text-transform: none;
      min-width: 190px; }
      #cssmenu ul ul a {
        background: #fff;
        color: #000;
        border: 1px solid #000;
        border-top: 0 none;
        line-height: 120%;
        padding: 5px 10px;
		font-weight:normal;
		text-shadow:none;
		}
      #cssmenu ul ul ul {
        border-top: 0 none; }
      #cssmenu ul ul li {
        position: relative; }
        #cssmenu ul ul li:first-child > a {
          border-top: 1px solid #000; }
        #cssmenu ul ul li:hover > a {
          background: #A45D3D; }
        #cssmenu ul ul li:last-child > a {
         
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box;
          box-shadow: 0 1px 0 #333;
		  -moz-box-shadow: 0 1px 0 #333;
          -webkit-box-shadow: 0 1px 0 #333;
          box-shadow: 0 1px 0 #333; }
        #cssmenu ul ul li:last-child:hover > a {
          
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box; }
        #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 {
      background: #A45D3D;
      color: #FFF; }
    #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%; }
  #cssmenu a {
color:#ccc;
font-size:16px;
text-decoration:none;
margin:0;
padding:10px 15px;
font-weight:bold;
text-shadow: 0 2px 2px rgba(0,0,0, 1);

}