/* ================================================================
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.
=================================================================== */

.menu {width:903px;height:62px;position:relative;z-index:100;text-align:center;background-image: url(../img/dots.jpg);}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;background-repeat: no-repeat;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:129px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;text-decoration:none; width:127px; height: 62px; line-height:62px; color:#000000; font-weight: bold; font-size: 15px; border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF;}
/* 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:0;top:62px;left:0;width:129px;border-bottom: 1px solid #FFFFFF;background-repeat: no-repeat;background-color:#ffda41;}
/* 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 {height:auto;line-height:25px; width: 107px; padding:0px 10px; font-size: 11px; text-align: left; font-weight: bold;}
/* style the top level hover */
.menu a:hover{color: #000000; background: transparent;}
.menu ul ul a:hover {color: #000000; background-color: #fef0b6; opacity: .7;}

/* 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;height:auto;}

.menu .dots1 {background-image: url(../img/dots_1.jpg);}
.menu .dots2 {background-image: url(../img/dots_2.jpg);}
.menu .dots3 {background-image: url(../img/dots_3.jpg);}
.menu .dots4 {background-image: url(../img/dots_4.jpg);}
.menu .dots5 {background-image: url(../img/dots_5.jpg);}
.menu .dots6 {background-image: url(../img/dots_6.jpg);}
.menu .dots7 {background-image: url(../img/dots_7.jpg);}