


/* ================================================================ 
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-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


#navholder li {float:left;position:relative;}
/* style the links for the top level */

/* style the third level hover */
#navholder ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#navholder ul ul {visibility:hidden;position:absolute;height:0;top:26px;left:0; width:270px; z-index:10;}
/* another hack for IE5.5 */



* html #navholder ul ul {top:25px;t\op:25px;}

/* position the third level flyout menu */


/* style the table so that it takes no ppart in the layout - required for IE to work */
#navholder table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
/* yet another hack for IE5.5 */

/* style the top level hover */

/* make the second level visible when hover on first level list OR link */
#navholder ul li:hover ul,
#navholder ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#navholder ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#navholder ul :hover ul :hover ul{ visibility:visible;}

#navholder ul ul{
	background-color:#0DAF2B;
	display:block;
	height:auto;
	filter:alpha(opacity=90); 
	-moz-opacity: 0.9; 
	opacity: 0.9;
}

#navholder ul ul li{
	position:relative;
	z-index:1;
	width:270px;
}

#navholder ul ul li a{
	width:260px;
	padding:0;
	margin:0;
	font-weight:normal;
	padding:9px 0;
	height:auto;
	border-top:#69cd7c 1px solid;
	padding-left:10px;
	position:relative;
	z-index:1;
	background:none;

}

#navholder li{

	display:inline;
}


#nav li a {
	color:#FFFFFF;
    background: transparent url('../assets/images/list_end.gif') no-repeat scroll top right;
    display: block;
    float: left;
    height: 26px;
    margin-right: 2px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	font-size:12px;
}

#nav li a span {
    background: transparent url('../assets/images/list_span.gif') no-repeat;
    display: block;
    line-height: 16px;
    padding: 5px 0 5px 18px;
} 


#nav li a.current {
    background-position: right -26px;
    outline: none; /* hide dotted outline in Firefox */
}

#nav li a.current span {
    background-position: 0 -26px;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

#nav li a:hover {
    background-position: right -52px;
    outline: none; /* hide dotted outline in Firefox */
}
#nav li a:hover span {
    background-position: 0 -52px;
    padding: 6px 0 4px 18px; /* push text down 1px */
	
} 




#navholder ul ul a:hover {
	background-color:#69cd7c;
}

#navholder :hover > a {
    background-position: right -52px;
    outline: none; /* hide dotted outline in Firefox */
}
#navholder :hover > a span {

    background-position: 0 -52px;
    padding: 6px 0 4px 18px; /* push text down 1px */}
	
#navholder :hover > a.current {
    background-position: right -52px;
    outline: none; /* hide dotted outline in Firefox */
}
#navholder :hover > a.current span {

    background-position: 0 -52px;
    padding: 6px 0 4px 18px; /* push text down 1px */}
	
