/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_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.
=================================================================== */
#mainmenu {height:50px; position:relative; z-index:100;}
#mainmenu .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.mainmenu, .mainmenu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.mainmenu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.mainmenu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.mainmenu li.top a.top_link {display:block; float:left; height:50px;}
.mainmenu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.mainmenu li.p10 {width:155px; background:url(../images/homeo.gif) no-repeat;;}
.mainmenu li.p11 {width:185px; background:url(../images/galleryo.gif) no-repeat;;}
.mainmenu li.p12 {width:200px; background:url(../images/abouto.gif) no-repeat;;}
.mainmenu li.p13 {width:180px; background:url(../images/contacto.gif) no-repeat;;}
.mainmenu li.p14 {width:180px; background:url(../images/faqso.gif) no-repeat;;}

/* set up the normal unhovered images in the links */
.mainmenu li a#home {width:155px; background:url(../images/home.gif) no-repeat;}
.mainmenu li a#gallery {width:185px; background:url(../images/gallery.gif) no-repeat;}
.mainmenu li a#about {width:200px; background:url(../images/about.gif) no-repeat;}
.mainmenu li a#contact {width:180px; background:url(../images/contact.gif) no-repeat;}
.mainmenu li a#faqs {width:180px; background:url(../images/faqs.gif) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.mainmenu a:hover {visibility:visible;} /* for IE6 */
.mainmenu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.mainmenu li a#home:hover, .menu li:hover a#home,
.mainmenu li a#gallery:hover, .menu li:hover a#gallery,
.mainmenu li a#about:hover, .menu li:hover a#about,
.mainmenu li a#contact:hover, .menu li:hover a#contact,
.mainmenu li a#faqs:hover, .menu li:hover a#faqs {background:transparent;}


