#dhtmltooltip
{
position: absolute;
width: 90px;
border: 2px solid black;
padding: 2px;
font-family : Arial , sans-serif;
font-size:small;
background-color:#00FF99;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}



div.headerstyle
{
	/*background : url("toptitle.gif") no-repeat;*/
    height : 25px;
	width : 138px;
    font-family : Arial , sans-serif; 
	font-size:small;
	padding-left:15px;
    padding-bottom : 2px;
	float:left;
	
     
}
div.headerstyle a:link 
{
	text-decoration:none;
	color : rgb(128,255,0);
	/*font-weight:bold;*/
	}
div.headerstyle a:visited
{
    color : rgb(128 , 255 , 0);
    text-decoration : none;
}
div.headerstyle a:hover
{
    text-decoration : none; 
    color : rgb(255 , 255 , 255);
    font-weight:bold; 
}

div.sdmenu
{
    clear: both;
    float: left;
   /* width : 150px;*/
    font-family : Arial , sans-serif;
    font-size : 12px;
    padding-bottom : 10px;
    /*background : url("bottom.gif") no-repeat right bottom;*/
    color : rgb(0 , 255 , 0);
	
}
div.sdmenu div
{
    /*background : url("title.gif") repeat-x;*/
    overflow : hidden;
}
div.sdmenu div:first-child
{
   /* background : url("toptitle.gif") no-repeat;*/
   /*background : url("title.gif") no-repeat;*/
}
div.sdmenu div.collapsed
{
    height : 25px;
}
div.sdmenu div span
{
    display : block;
    padding : 5px 25px; 
    font-weight : bold;
    color : rgb(0,0,255);
    background : url("expanded.gif") no-repeat 10px center;
    border-bottom : 1px solid rgb(221 , 221 , 221);
	cursor:pointer;
}
div.sdmenu div.collapsed span
{
   background-image : url("collapsed.gif"); 
	cursor:pointer;
}
div.sdmenu div a
{
    text-decoration:none;
	/*padding : 5px 10px 5px 15px;*/
    background : rgb(155 , 217 , 255);  
    display : block;
    border-bottom : 1px solid rgb(221 , 221 , 221);
    color : rgb(128,0,128);
}
div.sdmenu div a.current
{
    background : rgb(154 , 171 , 254);
}
div.sdmenu div a:hover
{
    background : rgb(0 , 102 , 102) /*url("linkarrow.gif") no-repeat left center; */
    color : rgb(255 , 255 , 255);
    text-decoration : none;
}
