#menu {
width: 100%; /* set width of menu */
background: #eee;
} 

#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, #menu h2 {
font: bold 12px/18px arial, helvetica, sans-serif;
display: block;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
font: bold 16px/22px arial, helvetica, sans-serif;
color: #2B4F33;
background: #FFE7A9;
}

#menu a {
color: #2B4F33;
background: #FFDE89;
text-decoration: none;
}

#menu a:hover {
color: #000;
background: #FFD66C;
}

#menu li {position: relative; width: 126px;}

#menu ul ul {
position: relative;
width: 126px;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

.left_menu_pubs {
	background-image:  url(graphics/menu.jpg);
	background-repeat:  repeat-y;
}

#left_menu_link {
font: bold 16px/22px arial, helvetica, sans-serif;
color: #2B4F33;
background: #FFE7A9;
	background-image:  url(graphics/menu.jpg);
	background-repeat:  repeat-y;
}

#left_menu_link a {
font: bold 16px/22px arial, helvetica, sans-serif;
color: #2B4F33;
background: #FFE7A9;
	background-image:  url(graphics/menu.jpg);
	background-repeat:  repeat-y;
}

#left_menu_link a:hover {
font: bold 16px/22px arial, helvetica, sans-serif;
color: #5A8062;
background: #FFE7A9;
	background-image:  url(graphics/menu.jpg);
	background-repeat:  repeat-y;
}
