﻿@charset "utf-8";
.menu {padding-left:242px; width:645px; height:23px;font-size:14px; padding-top:1px}
.hiddens{ text-indent:-9999px;}
/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
float:left;
position:relative;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
color: #fecd66; 
width:79px; 
height:23px;
border-bottom:0px solid #888;
padding-left:6px; 
line-height:23px;
margin-right:2px;
text-align:center;
background:#9F1E22; 
}
/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
width:79px;
w\idth:79px;
}
/* hide the drop down menu */
.menu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu 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 ul li:hover a,
.menu ul li a:hover {
color: #fff; 
border-bottom:0px solid #606;
font-weight:bold;
}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:23px;
margin-top:0px;
left:0; 
width:79px;
border:0px solid #888;
border-top:0;
background:transparent;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
color: #fecd66; 
border:0;
margin:0;
font-weight:normal; 
font-size:12px;
height:auto; 
line-height:19px; 
padding:2px; 
width:79px
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#AB4B33;
color:#fff;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
background:transparent filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
margin-top:0px; /* for IE5.5 faulty box model */
marg\in-top:0px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
background:#9F1E22;
width:79px; /* for IE5.5 faulty box model */
w\idth:79px; /* for IE6 */
}
