#info {background:#f8f8f8; border:0;}

/* ================================================================ 
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 {
	height:46px;
	width:871px;
	position:absolute;
	z-index:2;
	text-align:center;
	font-family:arial, sans-serif;
	background-image:url(../images/nav/men-bck.gif);
	background-repeat: no-repeat;
	background-position: left top;
	top:111px; top:110px
}


/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0; margin:0 0 0 35px ; list-style-type:none; background-image:url(../images/nav/menu-background.gif) repeat-x;}

.menu ul ul {width:163px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left; /* width:163px; */ position:relative; text-align:center; background-image:url(../images/nav/menu-background.gif) repeat-x;}

/* style the links for the top level */
.menu ul li a{display:block;font-size:14px;text-decoration:none; color:#fff; text-transform:uppercase; /*width:138px; */ height:46px;   background:url(../images/nav/menu-background.gif) repeat-x; padding:0 26px; line-height:46px; font-weight:bold;}

/* style the second level background */
.menu ul li ul li a{background:#fff;}

/* style the second level background and hover */
.menu ul li ul li a:hover{ background:#B8E5EE; color:#83325D}



/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul li ul {visibility:hidden;position:absolute;  top:46px;left:-20px; width:203px; border:solid 1px #83325D; border-top:none;}

#contact-drop {width:130px}

.menu ul li ul li {overflow:hidden}

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

/* style the second level links */
.menu ul ul a {background:#fff; color:#5B5B5B; height:auto; line-height:1em;  padding:5px 0 5px 10px;  width:193px; overflow:hidden; font-size:11px; text-align:left; text-transform:none; font-weight:bold}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#333;}
.menu :hover > a, .menu ul ul :hover > a {color:#9CDAE7; background:url(../images/nav/menu-background.gif) repeat-x;}

/* 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; background-color:#fff}


