#Sidebar {
width : 203px;
float : left;
}

#Sidebar h2 {
color:#BB0000;
font-family:Georgia, 'Times New Roman', serif;
font-style:italic;
margin-top : 15px;
margin-bottom : 15px;
font-weight : normal;
font-size : 18px;
}

#Sidebar .states {
margin-top : 5px;
margin-bottom : 5px;
margin-left : 3px;
list-style-type: none;
border-right: 1px solid #efefef;
}
	
#Sidebar .states ul {
padding: 0;
list-style-type: none;
}
#Sidebar .states li {
  border-bottom-color:#efefef;
  border-bottom-style:solid;
  border-bottom-width:1px;
  list-style-type: none;
  margin-left:0px;
}
#Sidebar .states li a {
line-height : 1.5em;
padding-left : 12px;
text-decoration : none;
color : #0F1920;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
display : block;
}
#Sidebar li a:hover {
background : #E1E1E1;
color : #000;
}
#Sidebar .ab{
padding-left:12px;
line-height : 1em;
text-decoration : none;
color : #83924f;
}
#Sidebar .ab a {
line-height : 1.5em;
text-decoration : none;
color : #0F1920;
font-family:"Lucida Console", Monaco, monospace;
font-size : 13px;
}
#Sidebar .ab a:hover {
background : #E1E1E1;
color : #000;
}

#Sidebar .mod {
  background-image:url(/_template/images/bdr-mod.gif);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  padding:6px 0 0;
  zoom:1;
}