.menu 
{
width:940px; 
height:32px; 
top:0px;
position:relative; 
z-index:100;
font-family:century gothic,arial, sans-serif;
background-color:#3a383a;
color:#fff;
}
/* hack to correct IE5.5 faulty box model */
* html .menu 
{
width:940px; 
w\idth:940px;
}

.menu ul 
{
padding:0;
margin:0;
list-style-type:none;
}

.menu ul ul 
{
width:149px;
}

.menu li 
{
float:left;
width:149px;
position:relative;
}

.menu a, .menu a:visited 
{
display:block;
font-size:12px;
text-decoration:none; 
color:#fff; 
width:138px; 
height:30px; 
background:#3a383a; 
padding-left:10px; 
line-height:29px; 
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited 
{
width:149px; 
w\idth:138px;
}
 

 
 
/* 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:30px;
left:0; 
width:149px;
border-top:1px solid #000;
}
/* another hack for IE5.5 */
* html .menu ul ul 
{
top:30px;
t\op:31px;
}
 
 
/* 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;;
}
 

.menu ul ul a, .menu ul ul a:visited 
{
background:#3a383a; 
color:#FFF; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:128px;
border-width:0 1px 1px 1px;
}

* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}
 

.menu a:hover, .menu ul ul a:hover
{
color:#FFF; 
background:#eb6e1f;
}

.menu :hover > a, .menu ul ul :hover > a 
{
color:#FFF; 
background:#eb6e1f;
}
 
.menu ul li:hover ul,
.menu ul a:hover ul
{
visibility:visible; 
}





















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
