@charset "utf-8";
/* CSS Document */


/**************** menu coding *****************/

#sidemenuwrapper {
z-index: 1;
position: relative;/*
top: 190px;
cursor: pointer;
white-space: nowrap;
background-color: rgb(204, 204, 204);
visibility: visible;*/}

#menu {
/*width: 12em;*/
background: #eee;
width:190px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc;
margin: 0;
padding: 3px 7px 3px 7px;

}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #FFF;
text-decoration: none;
}

#menu a:hover {
color: #000;
background:  #EFF1EF;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

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;}

.spanlink{
display: block;
background:#fff url("/pics/common/menu_arrow_greybg.gif") no-repeat right; } 
