/* ================================================================ 
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/flyout2.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.
=================================================================== */
#leftnavigationbuttons {
z-index:1000;
font-size:80%;
margin: 0; /* this page only */
padding: 10px 0 10px 10px;
background-color:#FF6600;
border-bottom:#FFFFFF solid 1px;
border-top:#FFFFFF solid 1px;
width:190px;
/* float because of IE7 */
float:left;
}

#leftnavigationbuttons li a.active {
color:#051E5C;
}

/* remove all the bullets, borders and padding from the default list styling */
#leftnavigationbuttons ul {
padding:0;
margin:0;
list-style-type:none;
width:168px;
font-weight:bold;
}

#leftnavigationbuttons li {
position:relative;
background-color:#fd8727;
background-image:url(../_img/main/nav_button_up.jpg);
margin-bottom:2px;
/* float because of IE7 */
float:left;
}

#leftnavigationbuttons li.sub {
background-image:url(../_img/main/nav_button_up_expand.jpg); 
}

/* get rid of the table */
#leftnavigationbuttons table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
#leftnavigationbuttons a, #leftnavigationbuttons a:visited {
display:block; 
padding: 4px 5px 4px 5px;
text-decoration:none;
width:168px;
border:1px solid #FBF5E7;
color:#FBF5E7;
}

/* style the link hover IE6*/
* html #leftnavigationbuttons a:hover {background:#0972ac;}

#leftnavigationbuttons :hover > a {
background:#0972ac;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#leftnavigationbuttons ul ul {
visibility:hidden;
position:absolute;
top:-10px;
left:180px;
width:auto;
padding:10px 10px 8px 10px;
background-color:#FF6600;
font-weight:normal;
}

/* make the second level visible when hover on first level list OR link */
#leftnavigationbuttons ul li:hover ul,
#leftnavigationbuttons ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
#leftnavigationbuttons ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#leftnavigationbuttons ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#leftnavigationbuttons ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
#leftnavigationbuttons ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
.cool {
font:"Courier New", Courier, monospace;
}
