#menu {
	width: 6em; /* set width of menu */
	position: absolute;
	top: 97px;
	left: 0px;
} 

#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 .69em arial, helvetica, sans-serif;
display: block;
margin: 0;
line-height: 1em;
}

#menu h2 {
color: #fff;
background:;
text-transform: uppercase;
}

#menu a {
color: #000;
background: url(/images/menu-tags/tag.gif) top left no-repeat;
text-decoration: none;
padding-right: 0px;
margin-right: 0px;
}

#menu a:hover {
color: #FFF;
background: url(/images/menu-tags/tag-Red.gif) top left no-repeat;
}

// Colored Tags

/*#menu a.red {
color: #000;
background: url(/images/menu-tags/redTag.gif) top left no-repeat;
text-decoration: none;
height: 50px;
vertical-align: middle;
}*/

#menu a:hover.red {
color: #FFF;
background: url(/images/menu-tags/tag-Red.gif) top left no-repeat;
}

/*#menu a.blue {
color: #000;
background: url(/images/menu-tags/blueTag.gif) top left no-repeat;
text-decoration: none;
height: 50px;
vertical-align: middle;
}*/

#menu a:hover.blue {
color: #FFF;
background: url(/images/menu-tags/tag-Darkblue.gif) top left no-repeat;
}

/*#menu a.green {
color: #000;
background: url(/images/menu-tags/greenTag.gif) top left no-repeat;
text-decoration: none;
height: 50px;
vertical-align: middle;
}*/

#menu a:hover.green {
color: #FFF;
background: url(/images/menu-tags/tag-Darkgreen.gif) top left no-repeat;
}

#menu a:hover.yellow {
color: #1B4695;
background: url(/images/menu-tags/tag-Yellow.gif) top left no-repeat;
}

#menu a:hover.pink {
color: #1B4695;
background: url(/images/menu-tags/tag-Pink.gif) top left no-repeat;
}

#menu a:hover.lightblue {
color: #FFF;
background: url(/images/menu-tags/tag-Lightblue.gif) top left no-repeat;
}

#menu a:hover.lightgreen {
color: #FFF;
background: url(/images/menu-tags/tag-Lightgreen.gif) top left no-repeat;
}

#menu a:hover.orange {
color: #FFF;
background: url(/images/menu-tags/tag-Orange.gif) top left no-repeat;
}

#menu a:hover.lilac {
color: #FFF;
background: url(/images/menu-tags/tag-Lilac.gif) top left no-repeat;
}

#menu a:hover.buff {
color: #1B4695;
background: url(/images/menu-tags/tag-Buff.gif) top left no-repeat;
}

.hiddenPic {
display: none;
}

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

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

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

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