﻿img 
{
    border:0px;
}

#clientlogin 
{
    width:915px;
    text-align:right;
    padding-top:5px;

}

#TopImage 
{
margin:0;
padding:0;
height:96px;
border:0px;
background-image:url("/css_menu/images/topbanner.gif");
         border-right:solid 2px #000;
     border-left:solid 1px #000;
     width:950px;
}

#TopImageContent 
{
margin:0;
padding:0;
height:34px;
border:0px;
background-image:url("/css_menu/images/top_content.gif");
}

#Mid_Image
{
width: 950px; /* precision for Opera */
height:129px;
background-image:url("../css_menu/Images/bottom.gif");
Clear:both;
}

div#header 
{
    height:20px;
    margin:0;
    padding:0px;
    width: 950px; /* precision for Opera */
    Clear:both;

}
div#other
{
    Clear:both;
    height:129px;
}
div.clear {
  clear: right;
}

#menu dl, #menu dd, #menu ul, #menu li { 
margin: 0; 
padding: 0; 
list-style-type: none;
line-height: normal; 
position: relative;  
} 

dt { 
margin: 0; 
padding: 0; 
list-style-type: none; 
line-height: normal; 
position: relative; 
} 

#menu { 
position: absolute; /* Menu position that can be changed at will */ 
z-index:100; 
width: 950px; /* precision for Opera */
height:50px;

} 

#menu dl { 
float: left; 
} 

#menu dt { 
cursor: pointer; 
text-align: center; 
font-weight: bold; 
border: 0px; 
margin: 0px; 
} 

#menu dd { 
border: 1px solid gray; 
position: absolute; 
font-weight: bold;

font-family:Trebuchet MS,Arial,Times New Roman;
font-size:13px;
display: none;
} 
    
#menu li { 
text-align: left; 
background: #993333; 
width: 170px;
overflow:inherit;
border-bottom:solid 1px gray;
} 

#menu li a { 
color: #fff; 
text-decoration: none; 
display: block; 
height: 100%; 
border: 0 none; 
}

#menu dt a { 


} 

a 
{
    border:0px;
}

#menu li a:hover { 
background: #FFFFFF;
width: 170px;
color: #000; 
} 


