.menubottom
{
float:right;
margin-right:152px;
margin-top:-16px;
}

* html .menubottom
{
margin-right:25px;
margin-top:-17px;
}

*+ html .menubottom
{
margin-right:153px;
margin-top:-18px;
}

.menu1 {
position:relative;
z-index:1000;
font-size:11px;
text-align:left;
padding:0;
margin:0 0 0 0;
}

* html .menu1 {
font-size:11px;
text-align:left;
padding:0 !important;
}

* + html .menu1 {
margin:0 0 -12px 0 !important;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu1 ul {
padding:0;
margin:0;
list-style-type:none;
width:60px;
}

.menu1 ul ul {
width:170px;
}


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

.menu1 li li {
position:relative;
background:#fff;
height:120%;
margin: 0;
padding:0;
}

.menu1 li ul {
border-top: 1px solid #ddd;
border-left: 1px solid #069;
border-bottom: 0 solid #069;
border-right: 1px solid #ddd;
background: #fff;
}



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

/* style the links, first menu */
.menu1 a, .menu a:visited {
display:block; 
text-decoration:none !important;
line-height:16px;
width:100px;
color:#999 !important;
text-indent:5px;
font-size:11px;
margin: 0 0 0 0;
font-weight:normal;
background:#fff;
}


/* hack for IE5.5 */
* html .menu1 a, * html .menu1 a:visited 
{
font-size:11px;
background:#fffffe; width:90px; w\idth:100px;
}

* + html .menu1 a, + html .menu1 a:visited 
{
width:100px;
}

/* style the link hover */
* html .menu1 a:hover {
font-size:11px;
color:#c00; 
margin: 0;
background:#fffffa; width:90px; w\idth:100px;
}


/* style the links second, ... menu */
.menu1 ul ul a, .menu ul ul a:visited {
display:block; 
text-decoration:none;
line-height:16px;
width:170px;
color:#999 !important;
text-indent:5px;
font-size:11px;
margin: 0 0 0 0;
font-weight:normal;
background:#fff;
}


/* hack for IE5.5 */
* html .menu1 ul ul a, * html .menu1 ul ul a:visited 
{
font-size:11px;
background:#fffffe; width:160px; w\idth:170px;
}

* + html .menu1 ul ul a, + html .menu1 ul ul a:visited 
{
width:170px;
}

/* style the link hover */
* html .menu1 ul ul a:hover {
font-size:11px;
color:#c00; 
margin: 0;
background:#fffffa; width:160px; w\idth:170px;
}

.menu1 :hover > a {
color:#c00;
font-size:11px;
background:#fffffa;
}

.menu1 ul ul :hover > a {
background:#ebebeb;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu1 ul ul {
visibility:hidden;
position:absolute;
bottom:0;
left:-170px;
background:#fff;
z-index:1001 !important;
border:0;
border-left:1px solid #C0C0C0;
border-bottom:1px solid #C0C0C0;
}

* html .menu1 ul ul {
bottom:-10px;
}

/* make the second level visible when hover on first level list OR link */
.menu1 ul :hover ul{
visibility:visible;
}

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

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

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

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

.menu1 ul li ul,.menu1 ul li ul li
{
	background:#fff !important;
}

.menu1 ul li ul,.menu1 ul li ul a
{
	width:170px;
}
