#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a
{
    margin: 0;
    padding: 0;
    position: relative;
}
#cssmenu
{
    display: inline-block;
    padding-left: 25px;
    padding-top: 10px;
}
#cssmenu:after,
#cssmenu ul:after
{
    content: '';
    display: block;
    clear: both;
}
#cssmenu a
/*buttons background in menu
   background: #db000b;
    border-top:1px solid #aaa;
    border-right:1px solid #555;
    border-bottom:1px solid #555;
    border-left:1px solid #aaa;
    border-width: thin;
    cursor: pointer; /* show a hand pointer to indicate its a link 
    display: block;*/
   { margin-top: 3px;
    padding: 2px 8px;

}
#cssmenu ul
{
    text-align: center;
    list-style: none;
}
#cssmenu > ul > li
{
    display: inline-block;
    float: left;
    margin: 0;
}
#cssmenu.align-center
{
    text-align: center;
}
#cssmenu.align-center > ul > li
{
    float: none;
}
#cssmenu.align-center ul ul
{
    text-align: left;
}
#cssmenu.align-right > ul
{
    float: right;
}
#cssmenu.align-right ul ul
{
    text-align: right;
}
 
#cssmenu > ul > li > a
{ /* Buttons in Menu font*/
    text-decoration: none;
    text-wrap: normal;
    text-align:center;
    font: 16px New Times Roman;
    font-weight: normal;
}

#cssmenu > ul > li:hover:after
{/* pointer of selected button*/
    /*content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #db000b;
    margin-left: -10px;*/
}
#cssmenu > ul > li:first-child > a
{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
#cssmenu.align-right > ul > li:first-child > a,
#cssmenu.align-center > ul > li:first-child > a
{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
#cssmenu.align-right > ul > li:last-child > a
{
    border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active > a,
#cssmenu .has-sub > ul > li.active > a,
#cssmenu > ul > li:hover > a
{/* button colour hover*/
   /* color: #ffffff;
    box-shadow: inset 0 0 3px #d9d9d9;
    -moz-box-shadow: inset 0 0 3px #d9d9d9;
    -webkit-box-shadow: inset 0 0 3px #d9d9d9;
    background: #660000;
    background: -moz-linear-gradient(top, #660000 0%, #8f0007 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #660000), color-stop(100%, #8f0007));
    background: -webkit-linear-gradient(top, #660000 0%, #8f0007 100%);
    background: -o-linear-gradient(top, #6c60000 0%, #8f0007 100%);
    background: -ms-linear-gradient(top, #660000 0%, #8f0007 100%);
    background: linear-gradient(to bottom, #660000 0%, #8f0007 100%);*/
    /*border: 2px solid rgba(33, 68, 72, 0.59); makes button border one color */
    /*border: 2px solid rgba(33, 68, 72, 0.59); makes button border one color */
    border-radius: 100px 100px 100px 100px;
    font-size: medium;
    /*border-color: white;*/
    border-width: thin;
    color: red;
    cursor: pointer; /* show a hand pointer to indicate its a link */

    /*Transition*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

    /*Reflection*/
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));

    /*Glow*/
    -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
    -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
    box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
}
#cssmenu .has-sub
{
    z-index: 1;
}
#cssmenu .has-sub:hover > ul
{
    display: block;
}
#cssmenu .has-sub ul
{
    display: none;
    position: absolute;
    width: 200px;
    top: 100%;
    left: 0;
}
#cssmenu.align-right .has-sub ul
{
    left: auto;
    right: 0;
}
#cssmenu .has-sub ul li
{
    *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a
{
    background: url(../images/Green-Leaf-Texture-1843097.jpg) no-repeat 0;
    background-size: cover;
    border-bottom: 1px dotted #ff0f1b;
    font: 14px Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    text-decoration: none;
    text-shadow: 1px 1px black;
    font-weight: bold;
    filter: none;
    display: block;
    line-height: 80%;
    padding: 10px;
    color: #ffffff;
}
#cssmenu .has-sub ul li:hover a
{
    background: #a80008;
}
#cssmenu ul ul li:hover > a
{
    color: #ffffff;
}
#cssmenu .has-sub .has-sub:hover > ul
{
    display: block;
}
#cssmenu .has-sub .has-sub ul
{
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
}
#cssmenu.align-right .has-sub .has-sub ul,
#cssmenu.align-right ul ul ul
{
    left: auto;
    right: 100%;
}
#cssmenu .has-sub .has-sub ul li a
{
    background: url(../images/Green-Leaf-Texture-1843097.jpg) no-repeat 0;
    background-size: cover;
    border-bottom: 1px dotted #ff0f1b;
}
#cssmenu .has-sub .has-sub ul li a:hover
{
    background: #8f0007;
}
#cssmenu ul ul li.last > a,
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul ul li.last > a,
#cssmenu ul ul ul li:last-child > a,
#cssmenu .has-sub ul li:last-child > a,
#cssmenu .has-sub ul li.last > a
{
    border-bottom: 0;
}
