/* CSS Document 							*/
/* LCACVB - explorelacrosse.com 			*/
/* Sleeping Giant Studios, Inc. 			*/
/* Created by David Ellenwood - 6/3/2005 	*/


/* NAVIGATIONAL MENU STYLING */

#menu {
width: 175px; /* set width of menu */
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a {
font-family: arial, helvetica, sans-serif;
font-weight:bold;
font-size:.85em;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #336633 #bbb;
border-left:4px solid #336633;
padding: 2px 3px;
}

#menu a {
color: #336633;
background: #bbbb88;
text-decoration: none;
}

#menu a:hover {
color: #000;
background: #CCCC9E;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
margin:5px 0 0 0;
} 

#menu ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
padding:0 0 0 5px;
}

#menu ul ul li {
	margin:0;
	}

div#menu ul ul,
div#menu ul li:hover ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block; }

#menunolink{
font-family: arial, helvetica, sans-serif;
font-weight:bold;
font-size:.85em;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #336633 #bbb;
border-left:4px solid #336633;
padding: 2px 3px;
color: #336633;
background: #bbbb88;
text-decoration: none;
}
