﻿


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: 947px; /* precision for Opera */ 
padding-left:1px;
background: url("/images/nav_background.jpg");
border-left: solid 1px #000;
border-right: solid 1px #000;
} 

#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;
text-transform: uppercase;
font-family:Trebuchet MS,Arial,Times New Roman;
font-size:13px;
display: none;
} 
    
#menu li { 
text-align: left; 
background: #DEDDCE; 
width: 170px;
overflow:inherit;
border-bottom:solid 1px gray;
} 

#menu li a { 
color: #6B5540; 
text-decoration: none; 
display: block; 
height: 100%; 
border: 0 none; 
margin-left: 2px;

}

#menu dt a { 


} 

a 
{
    border:0px;
}

#menu li a:hover { 
background: #F1F0EA;
width: 168px;
} 

#menu li a:visited { 
color:#6B5540; 
} 
