/* ================================================================ 
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.
=================================================================== */
.menu {width:auto; height:30px; font-size:0.85em; position:absolute; z-index:100; float:right; right:0; top:30px; text-align:left;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:auto; w\idth:auto;}	
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left; position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#432466;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#432466;}
.menu ul ul :hover > a.drop {background:#432466;}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;top:30px;left:0;}
/* another hack for IE5.5 */
* html .menu ul ul {top:29px;t\op:30px;}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#432466; color:#fff; height:auto; line-height:1em; padding:3px 5px 7px 5px; border:none; font-size:9pt; font-weight:normal;}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#a694c6; background:#432466; background-position:left bottom;}
.menu :hover > a, .menu ul ul :hover > a {color:#a694c6;background:#432466; background-position:left bottom;}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible; 
	}
/*FIX WIDTH SIZE FOR SECOND LEVEL */
.about {
	width:90px;
	}
.community {
	width:113px;
	}
.contact {
	width:85px;
	}
.products {
	width:87px;
	}
.services {
	width:135px;
	}
.retreat {
	width:90px;
}
/* IMAGENES EN EL MENU RAIZ */
#about {
	width:100px;
	height:30px;
	background-image: url(../../media/img/menu/about.gif);
	background-repeat: no-repeat;
	cursor:default;
	}
#community {
	width:123px;
	height:30px;
	background-image: url(../../media/img/menu/community.gif);
	background-repeat: no-repeat;
	cursor:default;
	}
#contact {
	width:95px;
	height:30px;
	background-image: url(../../media/img/menu/contact.gif);
	background-repeat: no-repeat;
	cursor:default;
	}
#products {
	width:97px;
	height:30px;
	background-image: url(../../media/img/menu/products.gif);
	background-repeat: no-repeat;
	cursor:default;
	}
#services {
	width:92px;
	height:30px;
	background-image: url(../../media/img/menu/services.gif);
	background-repeat: no-repeat;
	cursor:default;
	}
#retreat {
	width:82px;
	height:30px;
	background-image: url(../../media/img/menu/retreat.gif);
	background-repeat: no-repeat;
	cursor:default;
}
/* HIDE TEXT ON ROOT MENU */
.menu li a span {
	display:none;
	}
/* CHANGE COLOR FOR ROOT MENU WHEN MOUSE OVER */
.menu li a:hover {
	background-position:left bottom;
	}