<style type="text/css">

#launchpad{
border: 1px solid black;
border-bottom-width: 0;
width: 170px;
background-color: #F3F3F3;
}

* html #launchpad{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 164px;
}

#launchpad a{
font: bold 10px Verdana;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: black;
text-decoration: none;
border-bottom: 1px solid black;
}

html>body #launchpad a{ /*Non IE rule*/
width: auto;
}

#launchpad a:hover{
background-color: #AA8E0A;
color: white;
}

#preview{
border: none;
width: 170px;
background-color: #F3F3F3;
}

* html #preview{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 164px;
}

#preview a{
font: 13px sans-serif;
padding: 3px;
padding-left: 0px;
display: block;
width: 100%;
color: black;
text-decoration: none;
}

html>body #preview a{ /*Non IE rule*/
width: auto;
}

#preview a:hover{
background-color: #AA8E0A;
color: white;
}

#topmenu{
border: 1px solid black;
width: 90px;
background-color: #F3F3F3;
}

* html #topmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 164px;
}

#topmenu a{
font: 13px sans-serif;
padding: 3px;
padding-left: 2px;
display: block;
width: 100%;
color: black;
text-decoration: none;
border-bottom: 1px solid black;
}

html>body #topmenu a{ /*Non IE rule*/
width: auto;
}

#topmenu a:hover{
background-color: #AA8E0A;
color: white;
}
#topmenu2{
border: 1px solid black;
width: 130px;
background-color: #F3F3F3;
}

* html #topmenu2{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 164px;
}

#topmenu2 a{
font: 13px sans-serif;
padding: 3px;
padding-left: 2px;
display: block;
width: 100%;
color: black;
text-decoration: none;
border-bottom: 1px solid black;
}

html>body #topmenu2 a{ /*Non IE rule*/
width: auto;
}

#topmenu2 a:hover{
background-color: #AA8E0A;
color: white;
}

#leftmenu{
border: none;
width: 140px;
background-color: #F3F3F3;
}

* html #leftmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 164px;
}

#leftmenu a{
font: 13px sans-serif;
padding: 3px;
padding-left: 0px;
display: block;
width: 100%;
color: black;
text-decoration: none;
}

html>body #leftmenu a{ /*Non IE rule*/
width: auto;
}

#leftmenu a:hover{
background-color: #AA8E0A;
color: white;
}

</style>

