.menu1{
width: 238px; /*width of menu*/
}
.menu1 .headerbar{
font: bold 13px Verdana;
color: white;
background: transparent url(images/header_185bg.png) no-repeat 2px center; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
/* text-transform: uppercase;*/
padding: 5px 0 5px 20px; /*31px is left indentation of header text*/
}

.menu1 ul{
list-style-type: none;
margin: 2px 0 0 0;
padding: 0;
margin-bottom: 10; /*bottom spacing between each UL and rest of content*/
}
.menu1 ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}
.menu1 ul li a{
font: normal 12px arial; /* Verdana; */
color: #666666;
background: white url(images/nav1.gif) repeat-x center left;
/*
background: #E9E9E9;
*/
display: block;
padding: 3px 0;
line-height: 13px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}
.menu1 ul li a:visited{
color: #666666;
}
.menu1 ul li a:hover{ /*hover state CSS*/
color: #0088cc;
/* text-decoration: underline; */
background-image: url(images/nav2.gif);
/*background: black;*/
}

.headerbar a{
font: bold 13px Verdana;
color: white;
text-decoration: none;
}

.headerbar a:visited{
color: white;
}
.headerbar a:hover{
color: black
}

.headerbar:hover{
background: transparent url(images/header_184bg.png) no-repeat 2px center; /*last 2 values are the x and y coordinates of bullet image*/
display: block;
}

.b1 {font-weight: bold; font-size: 13px; font-family: arial;margin-left:-2px; word-spacing:1px;}
.b2 {font-weight: bold; font-size: 12px; font-family: Verdana;margin-left:-2px}


