/* Start of CMSMS style sheet 'Lewis2_main : Lewis_menu_style' */
#wrapper { 
        overflow: hidden; 
/*        background-color: #810000;*/
  background-image: url(/uploads/lewis2/menu1.gif);
        width: 920px;
height:50px;
        color: white;

        }

  /* MENU */
        div#menu_horiz {
            margin: 0;
            padding: 0px;
            width: 920px;
            background-color: #810000;
            color: white;
        }

    /* MENU */

ul#primary-nav {
/* pushes the menu div up to give room above for background color to show */
	padding-top: 10px;
/* keeps the first menu item off the left side */
	padding-left: 25px;
}


/* Set the width of the menu elements at second level. Leaving first level flexible. */

#primary-nav li li { 
        width: 200px; 
margin-left:200px;

       }


/* Unless you know what you do, do not touch this */ 

#primary-nav, #primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	}

#primary-nav ul { 
	position: absolute; 
	top: auto; 
	display: none; 

	}

#primary-nav ul ul { 
	margin-top: 1px;
	left: 100%; 
	top: 0px; 
	}
	
#primary-nav li { 
	float: left; 
	}

#primary-nav li li { 
	margin-left: 0px;
	margin-top: -1px;
	float: none; 
	position: relative;

	}

/* Styling the basic apperance of the menu elements */

#primary-nav a { 
	display: block; 
	margin: 0px; 
	padding: 5px 8px; 
	text-decoration: none; 
        color: white;
	}
#primary-nav li a {

	}
#primary-nav li li a { 
	border: 1px solid white;

	}	
#primary-nav li { 
/*       font: bold 16px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;*/
       font: bold 14.6px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;




	}


 #primary-nav li.menuparent{ 
/*background-image: url(/uploads/lewis2/arrow.gif);
margin-left:2px; 
	background-position: center right; 
	background-repeat: no-repeat; 
*/

	}

ul#primary-nav li a.menuactive {
	/*color: #000;*/
/* bold to set it off from non active */
	font-weight: bold;
text-decoration: underline;
}
ul#primary-nav li a.menuactive:hover {
	/*color: #000;*/
text-decoration: underline;
/* keep it the same */
	font-weight: bold;
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

/*#primary-nav li.menuactive { */
/*	background-color: #999999;*/ 
/*text-decoration: underline; */

/*	}*/


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#primary-nav ul li.menuparent, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth { 
	/*background-image: url(/uploads/lewis2/arrow.gif); 
	background-position: center right; 
	background-repeat: no-repeat; */
	}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh { 
	/*border-left: 1px solid white;
        border-right: 1px solid white;*/
        font-weight: bold;
/*text-decoration:underline;*/


	}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul { 
	display: none; 
        font-weight: normal;
	}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul { 
	display: block; 
        font-weight: normal;
z-index:1000;
background-image: url(/uploads/lewis2/drop_down_bkg.jpg);


	}


#primary-nav sectionheader {
             color:#f1eb3d; 

}

/* IE Hacks */

#primary-nav li li { 
	float: left; 
	clear: both; 
	}
#primary-nav li li a { 
	height: 1%; 
	}
-->
/* End of 'Lewis2_main : Lewis_menu_style' */

