/* 
    Document   : menu
    Created on : Feb 11, 2011, 2:59:46 PM
    Author     : johngreig
    Description:
        Purpose of the stylesheet follows.
*/


#nav {
    margin: 0 0 0 0;
    /*GROSS background: url(/images/menu.jpg) center repeat-x;*/
}
#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	background: #000; /*   #81C524 */
        font: bold 12px Verdana;
	font-weight: bold;
	padding: 0;
        width: 100%;
	/* margin: 0 50px 1em 0; */
}

#nav a {
	display: block;
	width: auto;
	color: #2d2b2b;;  /* #2d2b2b; */
        color: white;
	text-decoration: none;
	padding: 0.25em 1.2em 0.25em 1.2em;
        padding: 4px 19px; /*4 52 4 34*/

}


#nav a.rightarrow {
	background: url(/images/rightarrow.gif) center right no-repeat;
}


#nav li {
	float: left;
	padding: 0 17px;
}
         /* dropdown items */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 13em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
        z-index: 1100;
        border: 1px solid gray;
}

    /* each item in dropdown */
#nav li li {
	padding-right: 0em;
	width: 13em;
        border-bottom: 1px solid gray;
                
}

#nav li ul a {
	/* width: 13em; */
	width: 12em;
        padding: 8px 6px; 
        color: #fff;
                
}

#nav li ul ul {
	margin: -2.5em 0 0 13em;
        border: 1px solid gray;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #000; /* #009900 */
}




/* css for dropdown horizontal menu */
.my_menu{
/*GROSS background: url(/images/menu.jpg) center repeat-x;*/
width: 100%;
margin: 0 0 0 0px;
z-index: 1100;
position: -webkit-sticky; /* Safari */
position: sticky; top:0;
}

#main_menu{
    /*GROSS background: #81C524 url(/images/menu.jpg) center repeat-x;   #81C524 */
    height: 33px;
    font: bold 16px "trebuchet MS", Arial, Tahoma, Sans-serif;
/*    border-right: 1px solid gray; */
}

#main_menu > img{
    right:34px !important;
}

#main_men {
    /*GROSS background: url(/images/sep.jpg) center right no-repeat; */
}
.arrow {
    border: none;
    padding: 0 0 0 7px;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 19px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}


