/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&& Los Dropdowns &&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

.menu {position: absolute; top: 0; left: 0; z-index:10;}

.menu ul,.menu ul li {padding:0; margin:0; list-style-type:none; z-index: 10;}

.menu ul ul {width: 100px; z-index: 10;}

.menu a {background: none;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {position:relative; background-color: #a4dbff; color: #666666;}



/* style the links for the top level */

.menu a, .menu a:visited {display: block; font-size: 10px; font-weight: normal;	text-decoration: none; color: #666666 !important; height: 16px; line-height: 16px; width: 100px; text-align: left; padding-left: 6px; background-color: #a4dbff;}

div a.menu_last {border-right:none;	width:90px !important;}


/* a hack so that IE5.5 faulty box model is corrected */

* html .menu a, * html .menu a:visited {width:100px; w\idth:100px;}

* html div a.menu_last, * html div a.menu_last:visited {width:100px; w\idth:100px !important;}


/* hide the sub levels and give them a positon absolute so that they take up no room */

.menu ul ul {visibility: hidden; position: absolute; height:16px; top: 50px; left: 0; width:100px;}

.menu ul ul li {margin-left:0px;}


/* another hack for IE5.5 */

* html .menu ul ul {top:50px;t\op:50px;}

/* style the table so that it takes no part in the layout - required for IE to work */

.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}



/**************************
***************************** second level */

.menu ul ul a, .menu ul ul a:visited {font-size: 10px; font-weight:normal; background-color:#a4dbff; color: #666666 !important;	height: 16px; line-height: 16px; padding: 1px 0 3px 6px; width: 150px; border-bottom: 1px solid #fff; text-align:left;}


/* yet another hack for IE5.5 */

* html .menu ul ul a, * html .menu ul ul a:visited {width:100px; w\idth:100px;}

.menu ul ul a.last, .menu ul ul a.last:visited {border-bottom: 1px solid #c8c6c6 !important;}

.menu ul ul a.first, .menu ul ul a.first:visited {border-top: 1px solid #fff;}



/* style the top level hover */

.menu a:hover {color: #fff !important; background-image: none;}

.menu ul ul a:hover {color: #fff !important; background-image: none;}

.menu :hover > a {color: #fff !important; background-image: none;}

.menu ul ul :hover > a {color:#fff !important; background-image: none;}


/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul, .menu ul a:hover ul, .menu ul li:hover table td ul {visibility:visible;}

/* keep the third level hidden when you hover on first level list OR link */

/*.menu ul :hover ul ul {visibility:hidden;}*/

/* make the third level visible when you hover over second level list OR link */

/*.menu ul :hover ul :hover ul {visibility:visible;}*/

/*add to the last nested list expand to the proper width*/


/**************************
*****************************
******************************* third level */


.menu ul ul ul {width:100px;}


/* style the second level background */

/* style the second level hover */

/* hide the sub levels and give them a positon absolute so that they take up no room */

.menu ul ul ul {visibility:hidden; position:absolute; height:0; top:0px; left:180px; width:100px;}

.menu ul ul ul li {margin-left:-1px; color: #666666 !important;}



/* another hack for IE5.5 */

* html .menu ul ul ul {top: 50px;t\op:50px;}


/* style the second level links (not the subcats, but the sub-subcats) */

.menu ul ul ul a, .menu ul ul ul a:visited {font-size: 10px; font-weight:normal; color: #666666 !important; width:100px; text-align:left;}



/* yet another hack for IE5.5 */

* html .menu ul ul ul a, * html .menu ul ul ul a:visited {width:100px; w\idth:100px;}

.menu ul ul ul a.last, .menu ul ul ul a.last:visited {border-bottom: 1px solid #fff !important;}

.menu ul ul ul a.first, .menu ul ul ul a.first:visited {border-top: 1px solid #fff;}


.menu ul ul ul a:hover {background-color:#831031; color: #fff !important;}
.menu ul ul ul :hover > a {background-color:#831031; color: #fff !important;}


/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul ul, .menu ul a:hover ul ul, .menu ul li:hover table td ul {visibility:hidden;}
/* keep the third level hidden when you hover on first level list OR link */

.menu ul :hover ul ul {visibility:hidden;}/**/

/* make the third level visible when you hover over second level list OR link */

.menu ul :hover ul :hover ul {visibility:visible;}/**/

li #ul_top li a:link {background-color: #a4dbff; color: #666666 !important;}
li #ul_top li a:visited {background-color: #a4dbff; color: #666666 !important;}
li #ul_top li a:hover {background-color: #4e5eac !important; color: #fff !important;}
li #ul_top li a:active {background-color: #a4dbff; color: #666666 !important;}

li #ul_top li {z-index: 20 !important;}
li #ul_top {z-index: 20 !important;}

#topnav #ul_top a {background-image: none;}


/* ================================================================ 

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 associated (x)html may be modified in any 

way to fit your requirements.

=================================================================== */
