body {font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular}
td  {font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular}
a  {color: #336699}
.menu   { text-decoration: none ; font-family: Arial, Helvetica, SunSans-Regular; font-size: 8pt; font-weight: bold; color: #336699 }
.red {color: #FF0000;}
.white {color: #FFFFFF;}
.whitebold {color: #FFFFFF; font-weight: bold;}
.bottommenu {font-weight: bold; color: #0000FF;}
.bottom {vertical-align: bottom;}
.title {font-family: Arial,Helvetica,SunSans-Regular; font-weight: bold; font-size: 12pt;
	color: #14267a;	text-align: center;}
.hugetext {	font-family: Arial, Helvetica, SunSans-Regular; font-weight: bold; font-size: 18pt;
	color: #FFFFFF;; background-color: #0000FF}
.label { font-weight: bold; color: #336699; }
.menu:hover { text-decoration: none; font-family: Arial, Helvetica, SunSans-Regular; font-size: 8pt; font-weight: bold; color: #666666 }
.hugeredtext {font-family: Arial, Helvetica, SunSans-Regular; font-weight: bold; font-size: 18pt; color: #FFFFFF;; background-color: #CC0000}
.green {color: #339900;}
.bottomnav {font-family: Geneva, Arial, Helvetica; font-size: 8pt; color: #336699; text-decoration: underline}
.bottomnav:hover {font-family: Geneva, Arial, Helvetica; font-size: 8pt; color: #333333; text-decoration: none}
h1 {font-family: Arial, Helvetica, SunSans-Regular; font-weight: bold; font-size: 14pt; color:336699;}



.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 12px Arial;
width: 180px; /* Main Menu Item widths */
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #336699;
text-decoration: none;
padding: 6px;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #FFFFFF; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: 336699;
}

.sidebarmenu ul li a:hover{
background-color: #CCCCCC;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.sidebarmenu a.subfolderstyle{
background: url(images/right.gif) no-repeat 97% 50%
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

