.jqueryslidemenu{
font: bold 15px verdana;
background: #e5febc;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
} 

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #e5febc; 
color: black;
padding: 12px 15px;
border-right: 1px solid black;
border-left: 1px solid black;
border-bottom: 1px solid black;
border-top: 1px solid black;
text-decoration: none;
width: 100%; 
}

.jqueryslidemenu ul li a:hover{
background: white; /*tab link background during hover state*/
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
text-indent: 15px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
left:312px !important;
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 16px Verdana;
/* width: 300px; width of sub menus 160px */
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid black;
border-top: 1px solid black;
border-left: 1px solid black;
background-color: #eff8d2;
color: red;
}

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{
position: absolute;
top: 12px;
right: 10px;
}
.rightarrowclass{
position: center;
top: 6px;
right: 5px;
}

/* style for sponsor table */
.sponsors {
text-align: center;
width: 50%;
}

/* style for weather-widget */ 
.weather-widget {
float:left;
}

/* style for Mission Statement Header */
.mission-header {
color: #006633;
font-family: arial;
font-size: 24px;
font-weight: bold;
}

/* style for Mission Statement */
.mission {
color: #006633;
font-family: arial;
font-size: 22px;
font-style: italic;
}

/* style for President's message header */
.president-header {
color: navy;
font-family: arial;
font-size: 20px;
font-weight: bold;
text-align: center;
width:70%;
}

/* style for President's message */
.president-msg {
color: navy;
font-family: arial;
font-size: 18px;
}

/* style for counter */
.counter {
color: green;
font-family: arial;
font-size: 16px;
}

