




#cssmenu ul { margin: 0 auto ;display:table;; padding: 0;}
#cssmenu li { margin: 0; padding: 0;}
#cssmenu a { margin: 0; padding: 0;}
#cssmenu ul {list-style: none;}
#cssmenu a {text-decoration: none;}


#cssmenu {

	height: 35px;			/* This is for the main menu bit at the top */
	width: 100%;			/* This means on every screen no matter the size, the width will cover the top  */
	line-height: normal;
	text-align: center;
	background-color: rgb(255,255,255); 	
	vertical-align: middle;
                border:0px solid red;
                position: relative;
                top:-35px;
}


#cssmenu > ul > li {

    float: left;
    margin-left: 15px;       /* This is when the drop down box appears */
    position: relative;
    z-index:999;
}



#cssmenu > ul > li > a {

    color: rgb(193,143,96);
    font-family: Verdana, 'Lucida Grande';
    font-size: 15px;
    font-weight:bold;
    line-height: 0px;		/* This bit chances the size of the text on the main heading */
    padding: 5px 14px;		/* This is the padding between the different titles */
    -webkit-transition: color .15s;
   -moz-transition: color .15s;
    -o-transition: color .15s;
     transition: color .15s;
    border:0px solid green;

font-size:15px;
font-weight:700;
font-family:'Roboto Slab',serif;
text-transform:uppercase;
}


#cssmenu > ul > li > a:hover {

color: rgb(0,0,0); 

}







#cssmenu > ul > li > ul {

    opacity: 0;
    visibility: hidden;
    padding: 16px 0 20px 0;
    background-color: rgb(250,250,250);
    text-align: left;  /* This is for the text when box is dropped down, centered isnt always totally in the middle so best to have on the left */
    position: absolute;
    top: 25px;			/* This is for the drop down annimation */
    left: 50%;
    margin-left: -90px;
    width: 180px;
    -webkit-transition: all .3s .1s;
    -moz-transition: all .3s .1s;
     -o-transition: all .3s .1s;
        transition: all .3s .1s;
      -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
        border-radius: 5px;
     -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
      -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);

}

#cssmenu > ul > li:hover > ul {
    opacity: 1;
    top: 35px;			/* This is how far from the top the drop down annimation will go  */
    visibility: visible;
}

#cssmenu > ul > li > ul:before{

    content: '';
    display: block;
    border-color: transparent transparent rgb(250,250,250) transparent;
    border-style: solid;
    border-width: 10px;  /* The border on the drop down box  */ 
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;

}

#cssmenu > ul ul > li { 

position: relative;

}

#cssmenu ul ul a{     /* This is the drop down menu, change font or size when its drops down */

    color: rgb(93,54,58);
    font-family: Verdana, 'Lucida Grande';
    font-size: 13px;   
    background-color: rgb(250,250,250);
    padding: 5px 8px 7px 16px;
    display: block;
    font-weight:bold;
   -webkit-transition: background-color .1s;
   -moz-transition: background-color .1s;
    -o-transition: background-color .1s;
        transition: background-color .1s;

}



#cssmenu ul ul a:hover {background-color: rgb(240,240,240);}





#cssmenu ul ul ul {   /* In this build i havent included a sub sub menu in, but here is the code if ever needed */

    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -16px;
    left: 206px;		/* This is for a sub sub menu */

    padding: 16px 0 20px 0;
    background-color: rgb(250,250,250);
    text-align: left;
    width: 160px;
       -webkit-transition: all .3s;
      -moz-transition: all .3s;
       -o-transition: all .3s;
        transition: all .3s;
       -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
        border-radius: 5px;
     -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);

}

#cssmenu ul ul > li:hover > ul { 
	
	opacity: 1; 
	left: 196px; 
	visibility: visible;

 }

#cssmenu ul ul a:hover{

    background-color: rgb(114,164,65);
    color: rgb(240,240,240);

}

#wrapper #page #page-bgtop #page-bgbtm #content .post .entry table tr td {

	text-align: center;

}







@media only screen and (min-width: 139px) and (max-width: 640px) {
	
	
#cssmenu ul { margin: 0 auto ;display:table;; padding: 0;}
#cssmenu li { margin: 0; padding: 0;}
#cssmenu a { margin: 0; padding: 0;}
#cssmenu ul {list-style: none;}
#cssmenu a {text-decoration: none;}


#cssmenu {

	height: 35px;			/* This is for the main menu bit at the top */
	width: 100%;			/* This means on every screen no matter the size, the width will cover the top  */
	line-height: normal;
	text-align: center;
	background-color: rgb(255,255,255); 	
	vertical-align: middle;
                border:0px solid red;
                position: relative;
                top:-35px;
}


#cssmenu > ul > li {

    float: left;
    margin-left: 15px;       /* This is when the drop down box appears */
    position: relative;
    z-index:999;
  margin-top: 9px; 
}



#cssmenu > ul > li > a {

    color: rgb(193,143,96);
    font-family: Verdana, 'Lucida Grande';  
    font-weight:bold;
    line-height: 0px;		
    padding: 18px 24px 8px 12px;		
    -webkit-transition: color .15s;
   -moz-transition: color .15s;
    -o-transition: color .15s;
     transition: color .15s;
    border:0px solid green;
     font-size:10px;
    font-weight:700;
    font-family:'Roboto Slab',serif;
    text-transform:uppercase;
}


#cssmenu > ul > li > a:hover {

color: rgb(0,0,0); 

}





#cssmenu > ul > li > ul {

    opacity: 0;
    visibility: hidden;
    padding: 16px 0 20px 0;
    background-color: rgb(250,250,250);
    text-align: left;  /* This is for the text when box is dropped down, centered isnt always totally in the middle so best to have on the left */
    position: absolute;
     top: 25px;			/* This is for the drop down annimation */
    left: 50%;
    margin-left: -90px;
    width: 180px;
    -webkit-transition: all .3s .1s;
    -moz-transition: all .3s .1s;
     -o-transition: all .3s .1s;
        transition: all .3s .1s;
      -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
        border-radius: 5px;
     -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
      -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);

}

#cssmenu > ul > li:hover > ul {
    opacity: 1;
    top: 75px;			/* This is how far from the top the drop down annimation will go  */
    visibility: visible;
}

#cssmenu > ul > li > ul:before{

    content: '';
    display: block;
    border-color: transparent transparent rgb(250,250,250) transparent;
    border-style: solid;
    border-width: 10px;  /* The border on the drop down box  */ 
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;

}

#cssmenu > ul ul > li { 

position: relative;

}

#cssmenu ul ul a{     /* This is the drop down menu, change font or size when its drops down */

    color: rgb(93,54,58);
    font-family: Verdana, 'Lucida Grande';
    font-size: 11px;   
    background-color: rgb(250,250,250);
    padding: 5px 8px 7px 16px;
    display: block;
    font-weight:bold;
   -webkit-transition: background-color .1s;
   -moz-transition: background-color .1s;
    -o-transition: background-color .1s;
        transition: background-color .1s;

}



#cssmenu ul ul a:hover {background-color: rgb(240,240,240);}





#cssmenu ul ul ul {   /* In this build i havent included a sub sub menu in, but here is the code if ever needed */

    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -16px;
    left: 206px;		/* This is for a sub sub menu */

    padding: 16px 0 20px 0;
    background-color: rgb(250,250,250);
    text-align: left;
    width: 160px;
       -webkit-transition: all .3s;
      -moz-transition: all .3s;
       -o-transition: all .3s;
        transition: all .3s;
       -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
        border-radius: 5px;
     -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);

}

#cssmenu ul ul > li:hover > ul { 
	
	opacity: 1; 
	left: 196px; 
	visibility: visible;

 }

#cssmenu ul ul a:hover{

    background-color: rgb(114,164,65);
    color: rgb(240,240,240);

}

#wrapper #page #page-bgtop #page-bgbtm #content .post .entry table tr td {

	text-align: center;

}

}















