/* ================================================================ 
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: 470px; /*489px if to add another item */
clear: right;
float: right;
position: relative;
display: inline;
padding: 15px 0 0 0;
z-index: 80;
}
.menu li {
float: left;
display: inline;
position : relative;
}
.menu ul li {
display: inline;
position: relative;
height: 29px;
}
.menu a, .menu a:visited {
font-size: 16px;
text-decoration: none;
color: #3c59a9;
float: left;
height: 34px;
background: #ececd9;
margin: 0 2px;
line-height: 34px;
}
.menu ul li ul {
visibility: hidden;
position: absolute;
height: 0;
top: 34px;
left: 0;
z-index: 100;
width: 120px;
}
* html .menu ul li ul {
	left: -2px;
}
.menu table {
position: absolute;
top: 0;
left: 0;
z-index: 50;
border-collapse: collapse;
}
.menu ul li ul li a, .menu ul li ul li a:visited {
font-size: 11px;
font-family:arial;
background: #ececd9;
color: #3c59a9;
height: 28px;
float: left;
line-height: 28px;
border: solid #CCC;
border-width: 1px 1px 1px 1px;
width: 140px;
padding-left: 10px;
}
.menu a:hover, .menu ul li ul li a:hover {
color: #ececd9;
background: #276dde;
}
.menu:hover > a, .menu ul li ul li:hover > a {
color: #ececd9;
background: #276dde;
}
.menu ul li:hover ul, .menu ul li a:hover ul {
visibility: visible;
}
.menu ul:hover ul ul {
visibility: hidden;
}
.menu ul:hover ul:hover ul {
visibility: visible;
}
html:first-child .menu a, html:first-child .menu a:visited {
float: none;
display: block;
}
html:first-child .menu ul li ul li a, html:first-child .menu ul li ul li a:visited {
float: none;
width: 149px;
}
#b1, #b2, #b3, #b4, #b5, #b6, #b7 {
	position: relative;
}
#b1 {
	width: 58px;
}
#b2 {
	width: 60px;
}
#b3 {
	width: 57px;
}
#b4 {
	width: 56px;
}
#b5 {
	width: 86px;
}
#b6 {
	width: 67px;
}
#b7 {
	width: 57px;
}
#b1 span, #b2 span, #b3 span, #b4 span, #b5 span, #b6 span, #b7 span {
	height: 34px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('images/buttons.gif') no-repeat left top;
	cursor: pointer;
}
#b1 span {
	width: 58px;
	background-position: -3px 0;
}
#b2 span {
	width: 60px;
	background-position: -66px 0;
}
#b3 span {
	width: 57px;
	background-position: -133px 0;
}
#b4 span {
	width: 56px;
	background-position: -190px 0;
}
#b5 span {
	width: 86px;
	background-position: -246px 0;
}
#b6 span {
	width: 67px;
	background-position: -333px 0;
}
#b7 span {
	width: 57px;
	background-position: -403px 0;
}
#b1:hover span {
	background-position: -3px -35px;
}
#b2:hover span {
	background-position: -66px -35px;
}
#b3:hover span {
	background-position: -133px -35px;
}
#b4:hover span {
	background-position: -190px -35px;
}
#b5:hover span {
	background-position: -246px -35px;
}
#b6:hover span {
	background-position: -334px -35px;
}
#b7:hover span {
	background-position: -403px -35px;
}
* html .menu ul a iframe {
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 34px;
	z-index: 10;
	width: 120px;
	opacity: .0;
	filter: alpha(opacity=0);
}
* html .menu ul a:hover iframe {
	visibility: visible;
}