.menubottom
{
margin:0;
padding:0;
width:120px;
height:14px;
float:right;

}

* html .menubottom
{
margin:auto;
}

*+ html .menubottom
{
margin:auto;
}

.menu2 {
font-size:11px;
display:block;
padding:0;
margin:0 0 0 5px;

}

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

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

/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul {
padding:0;
margin:0;
list-style-type:none;
text-align:left!important;
}


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

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

.menu2 li ul {

background: #fff;
border-top: 1px solid #ddd;
border-left: 1px solid #069;
border-bottom: 0 solid #069;
background: #fff;
}



/* get rid of the table */
.menu2 table {
position:absolute; 
border-collapse:collapse; 
top:0; 
left:0; 
z-index:100; 

}

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


/* hack for IE5.5 */
* html .menu2 a, * html .menu2 a:visited 
{
font-size:11px;
background:#fffffe; width:160px;
}

* + html .menu2 a, + html .menu2 a:visited 
{
width:auto;
}

/* style the link hover */
* html .menu2 a:hover {
font-size:11px;
color:#3169A5; 
margin: 0;
background:#fffffa; 
text-decoration:none;
}

.menu2 :hover > a {
color:#3169A5;
font-size:11px;
background:#fffffa;
text-decoration:none;
}

.menu2 ul ul :hover > a {
color:#3169A5;
font-size:11px;
text-decoration:none;
background:#ebebeb;
}

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

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

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

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

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

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

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

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

.menu2 ul li ul,.menu2 ul li ul a
{
	width:310px;
}