/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.dropdown {
width:800px; 
font-size:0.85em;
position:relative;
z-index:100;
vertical-align:bottom;
}

html .dropdown ul a img {

}

/* remove all the bullets, borders and padding from the default list styling */
.dropdown ul {
padding:0;
padding-right:7px;
margin:0;
list-style-type:none;
}

.dropdown ul ul {
width:130px;

}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.dropdown li {
float:right;
width:130px;
position:relative;
border-left:1px solid #aaa;
}


/* style the links for the top level */
.dropdown a, .dropdown a:visited {
display:block;
text-decoration:none; 
color:#00275D; 
width:130px; 
height:25px; 
padding: 8px 0px; 
font-weight: bold;
font-size:14pt;
}


.dropdown ul a:hover {
    color:#00275D;
    text-decoration:underline;
}


.dropdown .last a {
border-bottom:solid 1px #00275D;
}

#first_top a{
	
}

#first_top ul li a{
	
}

.dropdown .first img {
z-index:100;
position:absolute;
top:-5px;
left:1px;
width:109px;
height:5px;
}


.dropdown a#active {
color:#c00000;
font-weight: bold;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .dropdown a, * html .dropdown a:visited {
width:130px;
w\idth:130px;
}

/* style the second level background */
.dropdown ul ul a.drop, .dropdown ul ul a.drop:visited {
background:#fff
}
/* style the second level hover */
.dropdown ul ul a.drop:hover{
background:#fff;

}

.dropdown ul ul :hover > a.drop {
background:#fff
background-image: none;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.dropdown ul ul {

visibility:hidden;
position:absolute;
height:0;
top:25px;
left:0px; 
width:130px;


}

/* another hack for IE5.5 */
* html .dropdown ul ul {
border-top:solid 1px #aaa;
top:27px;
left:0px; 
t\op:27px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.dropdown table {position:absolute; top:0; left:0;}

/* style the second level links */
.dropdown ul ul a, .dropdown ul ul a:visited {
border: 0;
height:auto; 
border-right:solid 1px #786A61;
border-left:solid 1px #786A61;
padding: 2px 8px 4px 8px;
width:160px;
text-align: left;
font-size: 8pt;

/* yet another hack for IE5.5 */
}
* html .dropdown ul ul a{
width:160px;
w\idth:160px;
}


/* IE 6 style the top level hover */
.dropdown a:hover, .dropdown li:hover{
margin-left:0px;
}

/* IE 6 Dropdown Link Hover */
.dropdown ul ul a:hover{
border-right: 1px solid #786A61;
border-left: 1px solid #786A61;
}

/*Top Level Hover*/
.dropdown :hover > a {
}

/*Dropdown link hover */
.dropdown ul ul :hover > a {
color:#fff; 
border-left: 1px solid #786A61;
border-right: 1px solid #786A61;
background-color: #D06C17;
}

#last_top {
border-right: none;
margin-right:5px;
}

#last_top a {
border-right:none;

}

/* make the second level visible when hover on first level list OR link */
.dropdown ul li:hover ul,
.dropdown ul a:hover ul{

visibility:visible; 
}


/*---------------------------------------------------------------*/

/*Last Top Dropdown Shift */

/* style the second level links */
.dropdown ul ul a.shift {
border: 0;
background:#67554A; 
color:#fff; 
height:auto; 
border-right:solid 1px #786A61;
border-left:solid 1px #786A61;
border-bottom: 1px solid #786A61;
padding: 2px 8px 4px 8px;
width:160px;
text-align: left;
font-size: 8pt;
margin-left: -67px;

/* yet another hack for IE5.5 */
}
* html .dropdown ul ul a.shift{
margin-left: 0;
width:160px;
w\idth:160px;
}

.dropdown ul ul a.shift:hover{
color:#fff; 
background:#7D695C;
border-right: 1px solid #786A61;
border-left: 1px solid #786A61;

}

.dropdown :hover > a.shift{ 
color:#096FB1; 
background-color: #fff;
}

.dropdown ul ul :hover > a.shift {
color:#fff; 
border-left: 1px solid #786A61;
border-right: 1px solid #786A61;
border-bottom: 1px solid #786A61;
background-color: #7D695C;
}

/* another hack for IE5.5 */
* html .dropdown ul ul.lastdrop {
border-top:solid 1px #786A61;
top:28px;
left:-67px; 
t\op:28px;
}

/* another hack for IE5.5 */
* html .dropdown ul ul.lastdrop img {
z-index:100;
position:absolute;

top:-5px;
left:82px;
width:95px;
height:5px;
}

.dropdown ul ul a:visited{}