﻿/* Applies to overall menu layout
 * DO NOT CHANGE                */
.jMenu, .jMenu * {
    margin:0;
    padding:0;
}

.jMenu, .jMenu ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
/* End DO NOT CHANGE */

/* Applies to the style of the header element */
.jMenu li.header a {
    display:block;
    padding:15px;
}


/* Applies to the style of the drop down */
.jMenu ul {
    display:none;
    text-align:left;
    
    position:absolute;
    z-index:1020;
    margin-top:3em;
    padding-left:.5em;
    border: none;
    padding-left:0;
    margin-top:.75em;
    text-transform:lowercase;
    padding-top:1em;
}

/* Applies to the style of the actual drop down list item links */
.jMenu ul li a {
    height:2em;
	display:block;
	width:12em;
	background-color:#87B940;
	padding-top:1.5em;
	padding-bottom:1.5em;
	padding-left:.75em;
}
