.menu 
{
top:0px;
width:1000px; 
height:20px; 
z-index:1001;
font-family:arial, sans-serif;
background-color:#f7f8f8;
}
/* hack to correct IE5.5 faulty box model */
* html .menu 
{
width:1000px; 
w\idth:1000px;
}

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

.menu ul ul 
{
width:80px;
}

.menu li 
{
float:left;
text-align:center;
position:relative;
color:#6d6e71; 
z-index:1001;
}

.menu a, .menu a:visited 
{
display:block;
font-size:11px;
text-decoration:none; 
color:#6d6e71; 
width:100px; 
height:20px; 
background:#f7f8f8; 
padding-left:10px; 
line-height:20px; 
font-weight:bold;
}

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

 
 
/* 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:20px;
left:0; 
width:100px;
border-top:1px solid #bcbdc0;
}
/* another hack for IE5.5 */
* html .menu ul ul 
{
top:20px;
t\op:21px;
}
 
 
/* 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:#f7f8f8; 
color:#6d6e71; 
height:auto; 
line-height:1em; 
padding:5px 5px; 
}

* 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:#6d6e71; 
background:#f7f8f8;
}

.menu :hover > a, .menu ul ul :hover > a 
{
color:#6d6e71; 
background:#f7f8f8;
}
 
.menu ul li:hover ul,
.menu ul a:hover ul
{
visibility:visible; 
}









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