﻿img
{
    border:none;}
 a
 { outline:none;
     }
.menu ul li:last-child
{
    border:none;
}
.menu ul li
{
    float:left;
    list-style:none;
    padding-top:5px;
    border-right:1px solid #eeeeee;
    /*height: 60px;*/
}
.topnav{margin-right:2px; margin-top:5px; height:23px;}
#menu .home
{
  padding-top:0px;
  margin-right: 0px;
  margin-left: -12px;
}

#menu .home:first-child a
{
 padding:0px;  
 cursor: pointer;  
}
#menu .home:first-child a
{
    background-position: center center;
    width: 34px;
    height: 40px;
    background-image: url('../images/home_icon.png');
    background-repeat: no-repeat;
    border: none;
    /* background-color: #efd78a; */
}
#menu .home:hover
{
   
    background-color:Transparent;
}
#menu .home:first-child a:hover
{
  
    background-image: url('../images/home_icon_hover.png');
 
}

#menu-wrap    
{
    float: left;
    margin-left: 15px;
    position: absolute;
    width: 566px;}

a {
    color: #2A679F;
  
}
#menu, #menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#menu {
  
/* position: relative; */
    
width: 828px;
   
float: right;
}
#menu:before, #menu:after {
    content: "";
    display: table;
}
#menu:after {
    clear: both;
}
#menu {
}
#menu li {
    float: left;
    position: relative;
    padding: 14px 0px 12px 0px;
    padding-right: 0px;
}
#menu li:hover {
    
    background-color: #9c2e38;
}
#menu a {
    color: #fff;
    float: left;
    cursor: default;
    font-size: 13px;
    font-family: arial;
    letter-spacing: 1px;
    border-right: 1px solid #fff;
    text-decoration: none;
    text-shadow: 0px 0px 0px #000;
   padding-right: 8px;
padding-left: 8px;
    /* font-weight:bold; */
    /* text-transform: uppercase; */
    /* text-shadow: 0 1px 0 #000000; */
    text-transform: capitalize;
}
#menu li:hover > a {
    color: #F6DADC;
    /* background-color: rgba(225,225,225,0.5); */
    margin: 0px;
    /* width: 90%; */
    border-radius: 0px;
    transition: all 0.2s ease;
    text-shadow:0px 1px 1px #000;
     
     
}
#menu ul {
    /* background: linear-gradient(#444444, #111111) repeat scroll 0 0 rgba(0, 0, 0, 0); */
    background-color: #9c2e38;
    /* border-radius: 5px; */
    box-shadow: 2px 3px 3px rgb(109, 6, 6);
    left: 0;
    border: 0px solid;
    /* border-top: 1px solid #fff; */
    margin: 0px 0 0;
    opacity: 0;
    position: absolute;
    top: 38px;
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    z-index: 1;
    border-top: 1px solid #9c2e38;
}
#menu li:hover > ul {
    margin: 0;
    opacity: 1;
    visibility: visible;
    
}
#menu ul ul {
    box-shadow: 1px 0 100px rgba(255, 255, 255, 0.3);
    left: 100%;
    margin: 0px 0 0 10px;

    top: 0px;
    z-index: 10000;
    box-shadow: 3px 3px 5px #858585;
}
#menu ul li {
   /* border-bottom:2px groove #6BB5D1;*/
     
   border-bottom: 1px solid #B34F58;
     display: block;
     
   padding:10px 6px;
     float: none;
}
#menu ul li:hover{
    
   background-color: #830C17;
   transition: 0.5s;
}
#menu ul li a{
    color:white;
    text-shadow:0px 1px 1px #000
 
    
}
#menu ul li a:hover{
   /* color: white;*/
    
}
#menu ul li:last-child {
    box-shadow: none;
}
#menu ul a {
    display: block;
    float: none;
    cursor: pointer;
    padding:  0 10px 0 10px;
    text-aling: inherit;
   border:none;
    white-space: nowrap;
    /*width: 202px;*/
}
#menu ul a:hover {
   /*  background-color: #2f2f2f;
    background-image: linear-gradient(#2f2f2f, #2f2f2f); */
}
#menu ul li:first-child > a {
    border-radius: 3px 3px 0 0;
}
#menu ul li:first-child > a:after {
     border-bottom: 6px solid #fff; 
    
     /* border-left: 6px solid #52A9CA; */
    
     /* border-right: 6px solid #52A9CA; */
    content: "";
    left: 40px;
    position: absolute;
    top: -6px;
}
#menu ul ul li:first-child a:after {
   /*  border-color: rgba(0, 0, 0, 0) #3B3B3B rgba(0, 0, 0, 0) -moz-use-text-color;
    border-left: 0 none;
    border-style: solid solid solid none;
    border-width: 6px 6px 6px 0;
    left: -6px;
    margin-top: -6px;
    top: 50%;
      border-bottom-color:transparent;
    border-top-color: transparent;
    border-right-color: #fff;
}
#menu ul li:first-child a:hover:after {
  /* border-bottom-color: #2f2f2f;
}
#menu ul ul li:first-child a:hover:after {
    border-bottom-color:#6FB7D2;
    border-right-color: #2f2f2f;
*/}
#menu ul li:last-child > a {
    border-radius: 0 0 3px 3px;
}
#menu-trigger {
    display: none;
}
@media screen and (max-width: 600px) {
#menu-wrap {
    position: relative;
}
#menu-wrap * {
    -moz-box-sizing: border-box;
}
#menu-trigger {
    background: no-repeat scroll 10px center, linear-gradient(#444444, #111111) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #222222;
    border-radius: 6px;
    box-shadow: 0 1px 1px #777777, 0 1px 0 #666666 inset;
    color: #FAFAFA;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 35px;
}
#menu {
    background-color: #444444;
    box-shadow: none;
    display: none;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 1000;
}
#menu:after {
    border-bottom: 8px solid #444444;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    content: "";
    left: 25px;
    position: absolute;
    top: -8px;
}
#menu ul {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
    margin: 0;
    opacity: 1;
    position: static;
    visibility: visible;
}
#menu ul ul {
    box-shadow: none;
    margin: 0 0 0 0px !important;
}
#menu li {
    border: 0 none;
    box-shadow: none;
    display: block;
    float: none;
    margin: 5px;
    position: static;
}
#menu ul li {
    box-shadow: none;
    margin-left: 20px;
}
#menu a {
    color: #999999;
    display: block;
    float: none;
    padding: 0;
}
#menu a:hover {
    color: #FAFAFA;
}
#menu ul a {
    padding: 0;
    width: auto;
}
#menu ul a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#menu ul li:first-child a:after, #menu ul ul li:first-child a:after {
    border: 0 none;
}
}
@media screen and (min-width: 600px) {
#menu {
    display: block !important;
}

.no-transition {
    display: none;
    opacity: 1;
    transition: none 0s ease 0s;
    visibility: visible;
}
#menu li:hover > .no-transition {
    display: block;
    
}
.menulink{border:0 solid #aaa;color:#fffddf;
       font-size:12px; font-family: Arial;
              }
 .menulink:hover,ul.menu .menuhover{ color:White;

        }
        #menu li:last-child a{
  border-right:none;
}
.num
{
list-style:decimal;
}
