html {
	height: 100%;
     background-image: url("../images/stripe.png");
    background-repeat: repeat; 	
}	

ul,ol,li {
	margin:0;
	padding:0;
}

body {
	margin: 0;
	padding: 0px;
	color: #222;
	font-size: 13pt;
	font-family: Helvetica;				
}

a {
	text-decoration: none;
	color: #444;
}

a:hover {
	color: #3366CC;
}

div.extraspace {
    margin-top: 10px;
}

h3.tourney {
    text-align: left;
    margin-bottom: 10px;
    background-color: none;
    padding: 0;
    
    
} 





/*
	Header Area 
*/



header {                /* header area */
    width: 100%;
    background: url("../images/bg2.png");
    background-position: center;
    background-repeat: no-repeat; 
    background-color: #0c7fb0;
    height: 150px;
}

.header_container {               /* header area container */
    max-width: 1200px;
    margin: auto;
    background: none;
    height: *;
}

img.main_logo {               /* main logo in the header area */
    display: inline-block;  
    float: left;
    margin: 0 0 0 25px;
    width: 140px;
}






/*
	Navigation Area 
*/


nav {               /* navigation area */
    width: 100%;
    background: black;
}

.nav_container {              /* navigation area container */
    max-width: 1200px;
    margin: auto;
    background: black;
}

img.menu {              /* menu icon in the mobile nav area */
    margin: -5px 0 0 0;
    width: 50px;
    vertical-align:middle;
}

p.menu {              /* menu word in the mobile nav area */
    margin: 5px 0 0 0;
    display: inline-block;
    font-weight: bold;
}




/*
	Style CSS 
*/


.toggleMenu {
    display:  none;
    background: none;
    padding: 10px 15px;
    color: #fff;
}
.nav {
    margin: 0 0 0 170px;
    list-style: none;
     background: none;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 16px 15px;
    color:#fff;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    border-top: 0px solid #999;
    background: black;
}
.nav > li > .parent {
    background-image: url("../images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    margin: 0 20px 0 0;
    display: block;
    color: #fff;
    font-family: 'Verdana', sans-serif;    
    font-weight: bold;
    font-size: 80%;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #0c7fb0;
    position: relative;
    z-index:100;
    border-top: 1px solid black;
}
.nav li li a:hover {
    background: #0c7fb0;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #3366CC;
}

@media screen and (max-width: 900px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
        border-top: 1px solid #999;       
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("../images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
    .nav {
        margin:0;
    }
 

}





/*
	Main Content 
*/


main {             /* main content area */
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    background: none;
    height: *;
}

div.banner_ad {
    margin: 0 0 20px 0;
    width: 100%;
    height: *;
    background: red;
}

div.banner_ad2 {
    margin: 10px 0 20px 0;
    width: 100%;
    height: *;
    background: red;
}


img.banner {
    width: 100%;
    display: block;
}

img.banner_850 {
    width: 100%;
    display: block;
}

img.banner_500 {
    width: 100%;
    display: block;
}



section.main_container {             /* section for main content area */
    max-width: 1200px;
    margin: auto;
    padding: 10px;
    height: *;
    text-align:center;
    background: none;
}


.homepage_news {             /* homepage news and notes on left of homepage */
    margin: 0 10px 0 0;
    padding: 0;
    display: inline-block;
    float: right;
    width: 30%;
    height: *;
    background: #fff;
}

h2.top_headlines {             /* header for homepage news and notes */
    color: #fff;
    margin: 0;
    padding: 10px;
    text-align: left;
    font-size: 110%;
    font-family: 'Oswald', sans-serif;    
    background: #222;
}

p.headlines_left {             /* paragraph for homepage news and notes */
    color: #555;
    text-align: left;
    font-size: 90%;
    line-height: 19pt;
font-family: 'Droid Sans', sans-serif;    
    padding: 0 5px 10px 10px;
    border-bottom: 0px solid #999;
}

p.nobottom {
    border-bottom: 0px;
}


.homepage_pic   {             /* homepage right main pic area */
    margin: 0;
    padding: 0;    
    display: inline-block;
    float: left;    
    width: 67%;
    height: 400px;
    background-image: url(../images/mainpic.jpg);    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
}

.icons {             /* middle area for icons under start of homepage */
    margin: 40px 0 0 0;
    width: 100%;
    height: *;
    background: none;
}

.icon_links {
    margin: 0 1% 0 0;
    width: 31%;
    padding: 5px;
    height: *;
    min-height: 240px;
    background: #0c7fb0;
    display: inline-block;
    position: relative;
    vertical-align: top;    
}

.noright {
    margin-right: 0;
}

    img.icon_image {
        margin: 0;
        padding: 0;
        width: 90px;
        display: inline-block;
        float: left;
    }
    
    h2.icon_header {
        margin: 10px 0;
        padding: 0;   
        font-size: 200%;
        color: #95B9C7;
        font-family: 'Roboto Condensed', sans-serif;   
    }
    
    p.icon_desc {
        display: block;
        float: left;
        margin: 0 0 15px 0;
        padding: 10px;
        text-align: center;
        font-size: 120%;
        line-height: 22pt;
        color: #fff;
    }
    
    p.link a {
        margin: 10px 0 0 0;
        padding: 15px;
        width: 100%;
        font-size: 80%;
        color: #fff;
        font-family: 'Merriweather', serif;      
        background: #0fa1e0;
    }

    p.link a:hover {
        background: red;
    }




/*
	Main Content Secondary Pages Articles
*/

article {           /* container for secondary pages */
    max-width: 1200px;
    padding: 20px 20px 100px 20px;
    background: #fff;
    min-height: 400px;
}

h1.tagline {
    margin: 20px 0 0 0;
    padding: 10px 5px;
    font-size: 120%;
    font-family: 'Merriweather', serif;  
    background: #9F000F;
    color: #fff;
}

h2.article_header {           /* header for secondary pages */
    text-align: left;
    color: #9F000F;
    display: inline-block;
    float: left;
    font-size: 200%;
    margin: 0 0 20px 0;
    padding: 0;
    background: none;
    font-family: 'Roboto Condensed', sans-serif;    
}

p.article_desc {           /* paragraph for secondary pages */
    text-align: left;
    color: #444;
    margin: 0 0 10px 0;
    width: 70%;
    padding: 0;
    font-size: 110%;
    line-height: 20pt;
}

p.article_desc a {
    color: #9F000F;
}

img.article_pic {
    margin: 0 0 30px 0;
    float: left;
    width: 800px;    
    padding: 0;
}







/*
	Drop Down
*/

form.dropdown {
    float: right;
}




/*
	Responsive Google Map on Directions Page
*/

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    max-width: 700px;
    position:absolute;
}


img.rivercity {
    width: 300px;
}


/*
	Table for League Standings 
*/


table.standings {                                     /* standings table */
    width: 100%;
    clear: left;    
    max-width: 800px;
    font-size: 100%;
    line-height: 25pt;    
    color: #555;
    border-collapse: collapse;
}

table.standings tr:nth-child(even) {
	background: #ECF0F1;
}

table.standings th {                              /* standings table th  */
    padding: 5px 0;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    background: #fff;
}

table.standings td {                                  /* standings table td  */
    width: 50px;
    text-align: center;
}

table.standings td.team, table.standings th.team {                            /* standings table td for teams */
    text-align: left;
    background: none;
    min-width: 100px;
    padding: 0 0 0 10px;
}

table.standings a:hover {
    color: red;
}





/*
	Table for League Teams 
*/

table.teams {                                     /* teams table */
    width: 400px;
    margin: 0 0 30px 0;
    font-size: 100%;
    line-height: 25pt;    
    color: #555;
    background: none;
    border-collapse: collapse;
}

table.teams tr:nth-child(even) {
	background: #ECF0F1;
}

table.teams th {                              /* teams table th  */
    padding: 5px 0;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    background: #fff;
}

table.teams td {                                  /* teams table td  */
    width: 50px;
    text-align: center;
}

table.teams td.team, table.teams th.team {                            /* teams table td for teams */
    text-align: left;
    padding: 0 0 0 10px;
}

table.teams a:hover {
    color: red;
}







/*
	Table for League Results 
*/

table.results {                                     /* results table */
    display: block;
    float: left;
    margin: 0 50px 50px 0;
    width: 500px;
    font-size: 100%;
    line-height: 25pt;    
    color: #555;
    border-collapse: collapse;
    background: none;
}

table.results tr:nth-child(even) {
	background: #ECF0F1;
}

table.results th {                              /* results table th  */
    padding: 5px 0;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    background: #fff;
}

table.results td {                                  /* results table td  */
    width: 150px;
    text-align: center;
}

table.results td.opponent, table.results th.opponent {                            /* results table td for teams */
    text-align: left;
    padding: 0 0 0 15px;
    background: none;
}

table.results a:hover {
    color: red;
}

img.shirt {
    margin: -2px 0 0 7px;
    vertical-align: middle;    
    border: 0px solid black;
    width: 20px;
}





/*
	Table for League Teams 
*/

table.roster {                                     /* teams table */
    display: block;
    float: left;
    width: 400px;
    font-size: 100%;
    line-height: 25pt;    
    color: #555;
    background: none;
    border-collapse: collapse;
}

table.roster tr:nth-child(even) {
	background: #ECF0F1;
}

table.roster th {                              /* teams table th  */
    padding: 5px 0;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    background: #fff;
}

table.roster td {                                  /* teams table td  */
    width: 400px;
    text-align: center;
}

table.roster td.roster, table.roster th.roster {                            /* teams table td for teams */
    text-align: left;
    padding: 0 0 0 10px;
}

table.roster a:hover {
    color: red;
}








/*
	Table for League History 
*/

table.history {                                     /* teams table */
    display: block;
    float: left;
    width: 600px;
    font-size: 100%;
    line-height: 25pt;    
    color: #555;
    background: none;
    border-collapse: collapse;
}

table.history tr:nth-child(even) {
	background: #ECF0F1;
}

table.history th {                              /* teams table th  */
    padding: 5px 0;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    background: #fff;
    line-height: 18pt;
}

table.history td {                                  /* teams table td  */
    width: 500px;
    text-align: center;
}



table.history td.history, table.history th.history {                            /* teams table td for teams */
    text-align: left;
    padding: 0 0 0 10px;
}

table.history a:hover {
    color: red;
}








/*
	Table for Tournament
*/


h3.full {
    margin: 20px 0 20px 0;
    padding: 0;
    color: #444;
    float: left;
    text-align: left;
    font-size: 90%;
    width: 90%;
    background: none;
}


.tourney_container {
    display: block;
    float: left;
    margin: 5px 5px 10px 0;
    width: *;
    height: *;
    background: none;
}

.tourney_container_right {
    display: block;
    float: right;
    margin: 0 5px 0 0;
    width: *;
    height: *;
    background: none;
}

.tourney_middle {
    width: 120px;
    margin: -70px auto 0;
    display: block;
    height: 150px;
    padding: 10px;
    background: #888;
}

table.finalfour {
    background: #e6e6e6;
    padding: 0;
    display: block;
    margin: 0 10px 3px 0;
    height: 45px;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

table.noright {
    margin: 0;
}

table.tourney {
    background: #e6e6e6;
    padding: 0;
    margin: 0 0 3px 0;
    height: 45px;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

table.tourney td.name {
    text-align: left;
}

table.second {
    margin: 20px 0 15px 0;
}

table.bottom {
    margin: 30px 0 0 0;
}

table.third {
    margin: 15px 0 0 0;
}

table.third2 {
    margin: 55px 0 0 0;
}

table.bottom {
    margin-bottom: 0;
}


table.fourth {
    margin: 50px 0 0 0;
}

table.fourth2 {
    margin: 70px 0 0 0;
}

table.fifth {
    margin: 25px 0 0 0;
}

table.fourth_right {
    margin: 170px -70px 0 0;
}


table.tourney td.seed, table.finalfour td.seed {
    color: #777;
    width: 15px;
    font-size: 65%;
    line-height: 10pt; 
    text-align: center;
    background: #444;
    color: #fff;
    border: 0px solid black;
}

table.tourney td.name, table.finalfour td.name {
    color: #666;
    width: 90px;
    padding: 0 0 0 5px;
    font-size: 65%;
    line-height: 10pt;
    font-weight: bold;
    border: 0px solid black;    
}

table.tourney td.score, table.finalfour td.score {
    color: #444;
    font-size: 65%;
    width: 25px;
    text-align: center;
    font-weight: bold;
    line-height: 10pt;    
    border: 0px solid black;    
}

img.tourney {
    width: 20px;
    height: 20px;
    display: block;
    background: none;
    border: 0px solid black;    
}






/*  SECTIONS  */
.sections {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
    background: #0c7fb0;
    height: *;
    min-height: 240px;
	margin: 0% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  
        margin: 1% 0 3% 0%;
        height: *;
    }
    
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

.rel {
    display: relative;
    width: 100%;
}






/*
	Contact Form
*/

#form {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	width: 100%;
    max-width: 600px;
	height: *;
	background: none;
}

form.contact {
	width: 100%;
	padding: 0;
	margin: 0;
	color: #333;
    background: none;
}

form.contact p {
	padding: 0;
	margin: 0 0 10px 0;	
    text-align: left;
	color: #888;
    font-family: 'Roboto Condensed', sans-serif;      
	font-size: 100%;
	line-height: 14pt;
	background: none;
}

form.contact label {
	padding: 0;
	margin: 0;	
	font-size: 100%;
}

form.contact fieldset {
	border: 0;
	margin: 0;	
}


form.contact label.fixedwidth {
	display: block;
	float: left;
	width: 100%;
	border: 0px solid black;
}

form.contact input#realname, form.contact input#email {
	width: 100%;
	height: 35px;
    font-size: 115%;
	border:1px solid #d5d5d5;	
	background: #e6e6e6;
}

form.contact textarea#details {
	width: 100%;
    font-size: 115%;    
	border:1px solid #d5d5d5;		
	background: #e6e6e6;	
}

form.contact p.checkbox {
	display: block;
	float: left;
	width: 200px;
	color: #666
}

form.contact input.submitbox {
	color: white;
	float: left;
	height: 34px;
	width: 84px;
	cursor:pointer;	
	border:1px solid #d5d5d5;		
	background-image: url(../images/but-send.jpg);
}






/*
	Picture Gallery
*/


img.magnify {
    vertical-align: top;
    margin: 0 10px 10px 0;
    width: 250px;
}


img.pictures    {
    margin: 0 10px 10px 0;    
    width: 250px;
    border: 0 solid black;
}

img.pictures2    {
    vertical-align: top;
    margin: 0 10px 10px 0;    
    width: 550px;
    border: 0 solid black;
}




/*
	Footer Section
*/


footer {
    margin: 40px 0 0 0;
    background: #0c7fb0;
    height: *;
    width: 100%;
    border-top: 10px solid black;
}

.footer_container {
    margin: -20px auto 0;
    max-width: 1200px;
    height: *;
    padding: 0 0 20px 0;
    background: none;
}

img.footer_logo {
    display: block;
    position: relative;
    top: -50px;
    margin: 0 auto 0;
    width: 120px;
    text-align: center;
}

ul.footer_links {
    text-align: center;
    font-size: 100%;
}

ul.footer_links li  {
    display: inline-block;
    text-align: center;
    line-height: 25pt;
    font-family: 'Roboto Condensed', sans-serif;     
    text-decoration: none;
}

ul.footer_links a {
    color: #fff;
    margin: 0 20px 0 0;
}

ul.footer_links a:hover {
    color: #e6e6e6;
}

p.footer {
    font-size: 90%;
    color: #fff;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}





/*
	Media Query under 1100px
*/

@media screen and (max-width: 1100px) {
    
    .icon_link {
        width: 25%;
    }
    

}


/*
	Media Query over 850px
*/

@media screen and (min-width: 850px) {
    
    img.banner_850 {
        display: none;
        z-index: 6;
    }
}




/*
	Media Query under 850px
*/

@media screen and (max-width: 850px) {
    
    img.tagline {
        width: 500px;
    }
    
    .homepage_pic {
       display: none;
    }
    
    .homepage_news {
        width: 100%;
        margin: 0;
    }
    
    img.mobile_pic {
        width: 100%;
        margin: 0 0 10px 0;
    }
    
    section.main_container {
        margin: 0;
    }
    
    main {
        margin: 0;
    }
    
    h2.icon_header {
        font-size: 150%;
    }
    
    img.article_pic, p.article_desc {
        width: 100%;
    }
    
    img.banner {
        display: none;
    }
    

}



/*
	Media Query over 850px
*/

@media screen and (min-width: 850px) {
    
    .nav_container2, img.mobile_pic {
        display: none;
    }
}





/*
	Media Query under 700px
*/

@media screen and (max-width: 700px) {
    
    img.main_logo {
        margin:5px 30px 0 0;
        float: right;
        width: 100px;
    }
    
    header {
        height: 70px;
    }

  form.dropdown {
        display: block;
        float: left;
        margin: 0 0 15px 0;
    }
    
    h2.article_header { 
        width: 100%;
    }
    
img.rivercity {
    width: 200px;
}    
    
    
}




/*
	Media Query over 500px
*/

@media screen and (min-width: 500px) {
    
    .mobile_container {
        display: none;
    }
    
    
    img.banner_500 {
        display: none;
        z-index: 6;
    }        
    

    

}
    
    
    
    
    


/*
	Media Query under 500px
*/

@media screen and (max-width: 500px) {
    
    p.headlines_left {
        font-size: 85%;
        line-height: 17pt;
    }
    
    table.standings, table.teams, table.roster, table.results {
        font-size: 90%;
    }
    
table.results {    
    margin: 0 0 50px 0;  
    }
    
   table.history {
        font-size: 80%;
    }    
    
    table.history th {
        line-height: 13pt;
    }
    
    table.standings td.hide, table.standings th.hide, .desktop_container {
        display: none;
    }
    
    table.teams, table.roster, table.results, table.history {
        width: 100%;
    }
    
    h2.article_header {
        font-size: 130%;
        width: 100%;
    }
    
    article {
        height: *;
        padding: 20px;
        background: #fff;
    }
    
    
img.pictures2    {
    vertical-align: top;
    margin: 0 0 10px 0;    
    width: 90%;
    border: 0 solid black;
}  
    
    
    img.banner_850 {
        display: none;
        z-index: 6;
    }    
    

}














/*
	Styles CSS 
*/


#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  line-height: 1;
  background: none;
  width: auto;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  background: none;
  color: red;
  display: block;
font-family: 'Oswald', sans-serif;
  padding: 19px 20px;
  text-decoration: none;
}
#cssmenu ul {
  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 {
  color: #ffffff;
  font-size: 100%;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0fa1e0;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 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 > ul > li:hover > a {
  color: #ffffff;
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background: #070707;
}
#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: #0fa1e0;
  border-bottom: 1px dotted #31b7f1;
  font-size: 85%;
  filter: none;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #ffffff;
}
#cssmenu .has-sub ul li:hover a {
  background: #0c7fb0;
}
#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: #0c7fb0;
  border-bottom: 1px dotted #31b7f1;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #0a6d98;
}
#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;
}



/*
	Media Query under 850px
*/

@media screen and (max-width: 850px) {
    
    #cssmenu {
        display: none;
    }
}









