/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.HeaderFlyOutMenu {float:left;width:148px; height:30px;  position:relative; z-index:100;background-image: url('img/dropdown_bg.jpg');}
/* hack to correct IE5.5 faulty box model */
* html .HeaderFlyOutMenu {width:147px; w\idth:147px;}
/* remove all the bullets, borders and padding from the default list styling */
.HeaderFlyOutMenu ul {padding:0;margin:0;list-style-type:none;}
.HeaderFlyOutMenu ul ul {width:148px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.HeaderFlyOutMenu li {float:left;width:148px;position:relative;}
/* style the links for the top level */
.HeaderFlyOutMenu a, .HeaderFlyOutMenu a:visited {display:block;text-decoration:none; color:#fff; width:137px; height:30px; border:1px solid #ccc; border-width:0px 0px 1px 1px; padding-left:10px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .HeaderFlyOutMenu a, * html .HeaderFlyOutMenu a:visited {width:148px; w\idth:137px;}

/* style the second level background */
.HeaderFlyOutMenu ul ul a.drop, .HeaderFlyOutMenu ul ul a.drop:visited {background:#fff url(graphics/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.HeaderFlyOutMenu ul ul a.drop:hover{background:#F7EFEF; url(graphics/drop.gif) bottom right no-repeat;}
.HeaderFlyOutMenu ul ul :hover > a.drop {background:#F7EFEF url(graphics/drop.gif) bottom right no-repeat;}
/* style the third level background */
.HeaderFlyOutMenu ul ul ul a, .HeaderFlyOutMenu ul ul ul a:visited {background:#fff}
/* style the third level hover */
.HeaderFlyOutMenu ul ul ul a:hover {background:#F7EFEF;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.HeaderFlyOutMenu ul ul {visibility:hidden;position:absolute;height:0;top:29px;left:0; width:149px;border-top:1px solid #ccc;}
/* another hack for IE5.5 */
* html .HeaderFlyOutMenu ul ul {top:29px;t\op:30px;}

/* position the third level flyout menu */
.HeaderFlyOutMenu ul ul ul{left:148px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.HeaderFlyOutMenu ul ul ul.left {left:-140px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.HeaderFlyOutMenu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.HeaderFlyOutMenu ul ul a, .HeaderFlyOutMenu ul ul a:visited {background:#fff; color:#7F3335; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .HeaderFlyOutMenu ul ul a, * html .HeaderFlyOutMenu ul ul a:visited {width:149px;w\idth:127px;}

/* style the top level hover */
.HeaderFlyOutMenu a:hover, .HeaderFlyOutMenu ul ul a:hover{color:#7F3335; background:#fff;}
.HeaderFlyOutMenu :hover > a, .HeaderFlyOutMenu ul ul :hover > a {color:#7F3335;background:#fff;}

/* make the second level visible when hover on first level list OR link */
.HeaderFlyOutMenu ul li:hover ul,
.HeaderFlyOutMenu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.HeaderFlyOutMenu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.HeaderFlyOutMenu ul :hover ul :hover ul{ visibility:visible;}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.HeaderDropDownMenu {float:left;width:650px; height:30px; font-size:0.85em; position:relative; z-index:100}
/* hack to correct IE5.5 faulty box model */
* html .HeaderDropDownMenu {width:650px; w\idth:650px;}
/* remove all the bullets, borders and padding from the default list styling */
.HeaderDropDownMenu ul {float:left;padding:0;margin:0;list-style-type:none;}
.HeaderDropDownMenu ul ul {width:99px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.HeaderDropDownMenu li {float:left;width:99px;position:relative;}
/* style the links for the top level */
.HeaderDropDownMenu a, .HeaderDropDownMenu a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:98px; height:30px; border-right:1px solid #fff; border-width:1px 1px 1px 1px; padding-left:10px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .HeaderDropDownMenu a, * html .HeaderDropDownMenu a:visited {width:99px; w\idth:98px;}

/* style the second level hover */
.HeaderDropDownMenu ul ul a.drop:hover{background:#D9D5D2 url(graphics/drop.gif) bottom right no-repeat;}
.HeaderDropDownMenu ul ul :hover > a.drop {background:#D9D5D2 url(graphics/drop.gif) bottom right no-repeat;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.HeaderDropDownMenu ul ul {visibility:hidden;position:absolute;height:0;top:29px;left:0; width:99px; border-top:1px solid #ccc;} 
/* another hack for IE5.5 */
* html .HeaderDropDownMenu ul ul {top:29px;t\op:31px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.HeaderDropDownMenu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.HeaderDropDownMenu ul ul a, .HeaderDropDownMenu ul ul a:visited {background:#fff; color:#333; height:auto; line-height:1em; padding:5px 10px; width:90px;border-width:0 1px 1px 1px;  background:#aed;}
/* yet another hack for IE5.5 */
* html .HeaderDropDownMenu ul ul a, * html .HeaderDropDownMenu ul ul a:visited {width:98px;w\idth:88px;}

/* style the top level hover */
.HeaderDropDownMenu a:hover, .HeaderDropDownMenu ul ul a:hover{color:#333; border-left:solid 1px #ccc; background:#fff;}
.HeaderDropDownMenu :hover > a, .HeaderDropDownMenu ul ul :hover > a {color:#333; background:#fff; border-left:solid 1px #ccc;}

/* make the second level visible when hover on first level list OR link */
.HeaderDropDownMenu ul li:hover ul,
.HeaderDropDownMenu ul a:hover ul{visibility:visible; }




/* ================================================================ 
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 {

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;
margin:0;
list-style-type:none;
}

.dropdown ul ul {
width:96px;

}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.dropdown li {
float:left;
width:96px;
position:relative;
}


/* style the links for the top level */
.dropdown a, .dropdown a:visited {
display:block;
text-decoration:none; 
color:#fff; 
width:96px; 
height:20px; 
padding: 6px 0px 4px 0; 
font-weight: normal;
font-size:10pt;
border-right:solid 1px #7A2C2C;
border-left:solid 1px #fff;
}


.dropdown ul a:hover 
{
    border-right-color:#7A2C2C;
    border-left-color:#cfcfcf;
}

.dropdown .last a {}

.dropdown .first img {
z-index:100;
position:absolute;
top:-5px;
left:0px;
width:96px;
height:5px;
}


.dropdown a#active {
color:#c00000;
font-weight: normal;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .dropdown a, * html .dropdown a:visited {
width:96px;
w\idth:96px;
}

/* 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:27px;
left:0px; 
width:96px;
border-top:solid 1px #aaa;
}

/* 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;
background:#fff; 
color:#7F3335; 
height:auto; 
border-right:solid 1px #ccc;
border-left:solid 1px #ccc;
padding: 2px 8px 4px 8px;
width:160px;
text-align: left;
font-size: 8pt;
border-bottom: 1px solid #cfcfcf;

/* 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{
color:#7F3335; 
background-color:#fff;
margin-left:0px;
/*margin-right:-1px;*/
	
}

/* IE 6 Dropdown Link Hover */
.dropdown ul ul a:hover{
color:#7F3335; 
background:#F7EFEF;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
}

/*Top Level Hover*/
.dropdown :hover > a {
color:#7F3335; 
background-color: #fff;

}

/*Dropdown link hover */
.dropdown ul ul :hover > a {
color:#7F3335; 
border-left-color:#ccc;
border-right-color:#ccc;
border-bottom-color:#cfcfcf;
background-color: #F7EFEF;

}

#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:#fff; 
color:#7F3335; 
height:auto; 
border-right:solid 1px #cfcfcf;
border-left:solid 1px #cfcfcf;
border-bottom: 1px solid #cfcfcf;
padding: 2px 8px 4px 8px;
width:160px;
text-align: left;
font-size: 8pt;
margin-left: -81px;

/* 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:#7F3335; 
background:#F7EFEF;
border-right: 1px solid #aaa;
border-left: 1px solid #aaa;

}

.dropdown :hover > a.shift{ 
color:#7F3335; 
background-color: #fff;
}

.dropdown ul ul :hover > a.shift {
color:#7F3335; 
border-left: 1px solid #aaa;
border-right: 1px solid #aaa;
border-bottom: 1px solid #cfcfcf;
background-color: #F7EFEF;
}

/* another hack for IE5.5 */
* html .dropdown ul ul.lastdrop {
border-top:solid 1px #aaa;
top:25px;
left:-80px; 
t\op:25px;
}

/* 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{}
