/* ================================================================ 
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/drop_variations.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 /* common styling */

 /* Set up the default font and overall size to include image */
.menu_main {
font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
width:580px;
height:0px;
position:relative; 
margin-bottom:-39px;
margin-top:0px !important;
margin-top:5px;

font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
}
/* get rid of the default padding - margin and bullets */
.menu_main ul {
padding-top:11px !important;
padding-top:1px; 
margin-left:10px;
list-style-type: none;
}
/* make menu horizontal */
.menu_main ul li {
float:left;
position:relative;
}
/* set up the default top level links */
.menu_main ul li a, .menu_main ul li a:visited {
display:block; 
text-decoration:none; 
text-align:center;
color:#000; 
width:132px; 
height:1.5em;
font-weight:bold;
color:#888; 
border-bottom:8px solid #888;
/*background:transparent;  */
padding-top:0px !important;
padding-top:-20px; 
line-height:1.0em;
margin-right:6px;
}
/* hack for IE5.5 to correct the faulty box model */
* html .menu_main ul li a, .menu_main ul li a:visited {
width:130px;
w\idth:130px;
}
/* hide the drop down menu */
.menu_main ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu_main table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu_main ul li:hover a,
.menu_main ul li a:hover {
color:#000; 
border-bottom:8px solid #f9921b;
}
/* make the drop down menu show and correctly position it */
.menu_main ul li:hover ul,
.menu_main ul li a:hover ul {
display:block; 
position:absolute; 
top:1.2em;
margin-top:12px !important;
margin-top:17px;
margin-left:-10px !important;
margin-left:-10px;
left:0; 
width:498px;
border:1px solid #888;
border:0;
padding:5px;
background:#cfd8dd;
}
/* style the drop down links with no hover */
.menu_main ul li:hover ul li a,
.menu_main ul li a:hover ul li a {
display:block; 
color:#000; 
border:0;
margin:0;
color:#333;
font-weight:bold; 
font-size:1em;
height:auto; 
line-height:1em;
padding:5px;
margin-top:10px; 
width:110px;
height:40px;
}

/* style the drop down menu links when hovered */
.menu_main ul li:hover ul li a:hover,
.menu_main ul li a:hover ul li a:hover {
background:#888; 
color:#fff;
}

/* IE5.5 hack for faulty box model in drop down menu */
.menu_main ul li a:hover ul li a {
;background:none;
width:110px; /* for IE5.5 faulty box model */
w\idth:110px; /* for IE6 */
}

