
/*#main {background: #fff;}*/

#mmenu
{
	position:absolute;

	bottom:100px;
	width:250px;
	z-index:999;
	left:50%;
	margin-left:-465px;
        padding-left: 26px;
}


* html #navigation_top
{
left: 127px;
}

* html #mmenu
{
	position:relative;
	top:0px;
	width:950px;
	z-index:999;
	left:50%;
	margin-left:-475px;
        padding-left: 26px;
}



.men {
position: relative;
top: 30px;
z-index:100 !important;
font-weight: bold;
font-family: verdana, Arial, sans serif;
z-index:100 !important;
left:3px;
}

/* remove all the bullets, borders and padding from the default list styling */
.men ul {
position:relative;
padding:0;
margin:0;
list-style-type:none;
width:185px;
z-index:100 !important;
}

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

.men li ul {
border-top: #fff;
border-left: #fff;
border-bottom: #fff;
border-right: #fff;
background: #fff;
position:relative;
z-index:2000 !important;
}

.men li ul li, .men li ul li a {background:#5895d4; color: #fff;}

/* get rid of the table */
.men table {
position:absolute; 
border-collapse:collapse; 
top:0; 
left:0;
font-size: 1em;
}

* html .men table {top: 1px;}

/* style the links */
.men a {
display:block; 
text-decoration:none !important;
height:18px;
line-height:164%;
width:185px;
color: #c8c8c8;
text-indent:3px;
font-size:11px;
margin: 0;
}

/* hack for IE5.5 */
* html .men a 
{
background:#fff; width:185px; w\idth:185px;
}

/* style the link hover */
* html .men a:hover {
font-size:11px;
color:#fff;
background:#666;
margin: 0;
}


.men :hover > a {
color:#fff;
font-size:11px;
background:#666;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.men ul ul {
visibility:hidden;
position:absolute;
bottom:-1px;
left:184px; 
font-size:10px !important;
font-weight: normal !important;
z-index:1000;
}

* html .men ul ul {
bottom:-18px;
}

/* make the second level visible when hover on first level list OR link */
.men ul :hover ul{
visibility:visible;
position:absolute;
z-index:1000 !important;
}

/* keep the third level hidden when you hover on first level list OR link */
.men ul :hover ul ul{
visibility:hidden;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.men ul :hover ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.men ul :hover ul :hover ul{ 
visibility:visible;
position:absolute;
z-index:1000 !important;
}

/* make the fourth level visible when you hover over third level list OR link */
.men ul :hover ul :hover ul :hover ul { 
visibility:visible;
}


* + html .men li.sub {margin-bottom:-2px;}