/* Unmodified code available at http://www.leigeber.com/2008/04/sliding-javascript-dropdown-menu/ */

.dropdown {
float:right;
margin:0pt;
padding:0px 8px 0px 0px;
}
.dropdown dt {
color:#435C2A;
cursor:pointer;
font-weight:bold;
font-size:18px;
}

.dropdown a {
color:#435C2A;
font-weight:bold;
font-size:18px;
text-decoration: none;
}

table.tab_table {
border-collapse: collapse;
border: none;
}

td.tab_left {
background: #C0B18D url('../images/tab_left.jpg') no-repeat scroll 0% 0%;
width: 4px;
}

td.tab_center {
background: #C0B18D url('../images/tab_center.jpg') repeat-x scroll 0% 0%;
vertical-align: middle;
text-align: center;
padding:8px 6px;
}

td.tab_right {
background: #C0B18D url('../images/tab_right.jpg') no-repeat scroll 0% 0%;
width: 4px;
}

.dropdown dd {
background:#FFFFFF none repeat scroll 0% 0%;
display:none;
margin:0pt;
opacity:0;
overflow:hidden;
position:absolute;
width:208px;
z-index:200;
}
.dropdown ul {
border-color:#f8f2e5;
border-style:none solid solid;
border-width:medium 2px 2px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px;
padding:0px;
width:204px;
}
.dropdown li {
display:inline;
margin:0px;
padding:0px;
}
.dropdown li a, .dropdown li a:active, .dropdown li a:visited {
background:#E0D1AD none repeat scroll 0% 0%;
color:#435C2A;
display:block;
padding:5px;
text-decoration:none;
width:194px;
}
.dropdown li a:hover {
background:#C0B18D none repeat scroll 0% 0%;
color:#435C2A;
}
.dropdown .underline {
border-bottom:1px solid #f8f2e5;
}
