.slidemenu {
z-index:1000;
font-size:90%;
margin:25px 0 50px 1px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.slidemenu ul {
padding:0;
margin:0;
list-style-type:none;
width:100px;
text-decoration:none;



}
/* hack for IE5.5 */
* html .slidemenu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.slidemenu li {
position:relative;
background:#fff;
height:26px;
}

/* get rid of the table */
.slidemenu table, .slidemenu td, .slidemenu tr {position:absolute; border:none; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.slidemenu a, .slidemenu a:visited {
display:block;
text-decoration:none;
height:25px;
line-height:25px;
width:100px;
color:#000;
text-indent:5px;
border:none;
border-width:0 0 1px 0;
}

* html .slidemenu ul {

	padding:0;
	text-decoration:none;

}

/* hack for IE5.5 */
* html .slidemenu a, * html .menu a:visited {background:#ffffff; width:100px; w\idth:100px;}
/* style the link hover */
* html .slidemenu a:hover {color:#fff; background:#fff;}

.slidemenu a:hover > a {
color:#c5081e;
background:#c5081e;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.slidemenu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:96px;
}
/* make the second level visible when hover on first level list OR link */
.slidemenu ul li:hover ul,
.slidemenu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.slidemenu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.slidemenu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.slidemenu ul :hover ul :hover ul{
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.slidemenu ul :hover ul :hover ul :hover ul {
visibility:visible;
}

<!--[if IE 7]>
.slidemenu li {float:left;}

<![endif]-->

<!--[if IE]>

/*** The rule below prevents long urls from widening floated cols and breaking the layout
     in IE. It is not W3C valid, but if placed within a "Conditional comment" it will be hidden
     from all user agents other than IE/Win, and thus validate. This fix fails in IE5/Win.
     http://msdn.microsoft.com/workshop/author/dhtml/overview/ccomment_ovw.asp ***/
#outer{word-wrap:break-word;}

<![endif]-->


