﻿body 
{
	
}
.outerdiv
{
	width:200px;
	float:left;
	clear:both;
}
.innerdiv
{
	width:95px;
	float:left;
	clear:both;
}


#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color:Maroon;
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);
}


        .menuTabs
        {
            position:relative;
            top:1px;
            left:10px;
        }
        .tab
        {
            border:Solid 1px black;
            border-bottom:none;
            padding:0px 10px;
            background-color:#eeeeee;
        }
          .categorylist
        {
            border:Solid 1px black;
            padding:0px 10px;
            background-color: #EBEBEB;
        }
        .header
        {
            border:Solid 1px black;
            padding:0px 10px;
            background-color:Black;
            
        }
        .selectedTab
        {
            border:Solid 1px black;
            border-bottom:Solid 1px white;
            padding:0px 10px;
            background-color:white;
        }
        .tabBody
        {
            border:Solid 1px black;
            padding:20px;
            background-color:White;
        }
        
#conash3D0
{
width:0px;
height:0px;
display:none;
}