body{
background-color:#CCCCCC;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
}

a:link, a:visited, a:active  { color: #000; text-decoration: none;}
a:hover { background-color: #2586d7;color:#ffffff;font-weight:bold;}

.red{
color:#990000;}

/*menu*/

#menutree{

width: 204px;
}

#tree{
padding-top:5px;
padding-left: 16px;
background:url(images/menu.gif) no-repeat left top;
}

#tree ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}
#tree li a{
display: block;
padding-left: 6px;
text-decoration: none;
color: #000;
}

* html #tree li a{ /*IE only */
width: 200px; /*IE 5*/
w\idth: 185px; /*185px minus all left/right paddings and margins*/
}

#tree li a:hover {
background-color: #2586d7;
color:#ffffff;
font-weight:bold;
text-decoration: none;
}

.menu1 a{
display: block;
padding-top:3px;
padding-left: 18px;
height:20px;
text-decoration: none;
color: #000;
background:url(images/menu1.gif) no-repeat left bottom;
}


.menu1 a:hover {
background-color: #2586d7;
color:#ffffff;
font-weight:bold;
}



#menutree div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
}

#menutree div.menutitle a{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
text-decoration: none;
}

#menutree div.menutitle a:hover{
color: red;
}

