
.rightnavmenu{
width: 180px; /*width of menu*/
height: 100%; /*for chrome bug*/
margin-top: 0px; /*to move the menu up*/
}

.rightnavmenu .headerbar{
font: 1.2em Palatino, Copperplate;
color: #111111;
/*
background: #606060 url(media/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
background: #ffffff;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
padding: 0px 0 7px 5px; /*indentations of header text*/

border-bottom: 1px dotted #2332f3;
}

.rightnavmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.rightnavmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
padding-left: 10px;
}

.rightnavmenu ul li a{
font: normal 12px Arial;
color: #666666;
background: #ffffff;
display: block;
padding: 5px 0;
line-height: 15px;
padding-right: 8px; /*link text is indented 8px*/
text-decoration: none;
text-align:left;
}

.rightnavmenu ul li a:visited{
color: #bbbbbb;
}

.rightnavmenu ul li a:hover{ /*hover state CSS*/
color: #2332e3;
background: #ffffff;
}