body {
	background-color: #99CCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
}
body,td,th {
	font-family: arial,helvetica,clean,sans-serif;
}
.style1 {font-size: 12px}
a:link {
	color: #303092;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #303092;
}
a:hover {
	text-decoration: underline;
	color: #C21D21;
}
a:active {
	text-decoration: none;
	color: #C21D21;
}
.style22 {
font-size: 13px; 
font-weight: bold; 
text-align:center;
padding:2px;
}

#hb234 {
	width: 234px;
	border: none;
	vertical-align: top;
	background-color: #ffffff;
}
#wrapper960{
	margin: 0 auto;
    width: 960px;
    text-align:left;
    border:0;
	background-color: #ffffff;
}
.sexypanels{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px; /* width of menu */
}

.sexypanels li{
border-bottom: 1px solid white; /* white border beneath each menu item */
}

.sexypanels li a{
background: #99CCCC; no-repeat right top; /*color of menu by default*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: black;
width: auto;
padding: 1px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
border-bottom: 1px solid #99CCCC; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}

.sexypanels li a:visited, .sexypanels li a:active{
color: black;  /*color of text*/
}

.sexypanels li a:hover{
background-color: #6cc8c9; /*color of menu onMouseover*/
color: black;
text-decoration: none;
border-bottom: 1px solid #6cc8c9; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}

<!--[if IE]>
.sexypanels li a{ /* Menu link width value for IE */
width: 100%;
}