/**************** menu coding *****************/

#menu {
margin: 0px 0px 0px 0px;
border-style: solid;
border-color: rgb(233,233,245);
width: 165px;
float: left;
text-align: left;
position: relative;
left: -1px;
/*background: #eee;*/
}
#menu ul li a.highlight {
	border-color: rgb(51,51,102);
	border-width: 1px 1px 1px 1px;
	color: rgb(51,51,102);
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
border-width: 0 0 0 0;
border-style: solid;
border-color: rgb(153,153,255);
}

#menu ul.nobottomborder {
list-style: none;
margin: 0;
padding: 0;
border-width: 0;
}

#menu li {margin-top: 0;
font-weight: bolder;}

#menu ul ul {
margin: 0px;
padding: 0px;}

#menu a, #menu h2 {
font-size: 12px;
display: block;
text-align: left;
border-width: 1px 1px 0px 1px;
border-style: solid;
border-color: rgb(153,153,255);
background-color: rgb(204, 204, 255);
color: rgb(102,102,255);
margin: 0;
padding: 4px 12px 4px 2px;
}

#menu a.tree, #menu h2.tree {
background-image: url(../img/bgs/litree.png);
background-position: right 50%;
background-repeat: no-repeat;
}


#menu h2 {
}

#menu a {
font-weight: bold;
text-decoration: none;
}

li#nohover a:hover {background-color: rgb(204, 204, 255);
color: rgb(102,102,255);
}

li.bottli {
border-bottom: 2px rgb(153,153,255) solid;
}

li.upli {
border-bottom: 1px rgb(153,153,255) solid;
}
li#downli a{
border-top-width: 0px;
}
li#downli a.highlight {
border-top-width: 1px;
}


li.subli {
margin-left: 11px;
}
li.subli a {
width: 138px;
}


#menu a:hover {
color: rgb(204, 204, 255);
background-color: rgb(153,153,255);
}

#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;}

