a, a:visited{
text-decoration: none;
}

#main-content #keywords{
width: 420px;
background: lightyellow;
font: bold 16px Arial;
border: 1px solid black;
margin-right: 10px;
height: 1.1em;
}

.rthumbsdiv{
float: right;
width: 130px;
font-size: 90%;
}

.rthumbsdiv img{
width: 16px;
height: 16px;
}

.arrowlistmenu{
width: 100%; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
border-top: 1px solid #3F3F3F;
background: #606060 url(http://www.cssdrive.com/imagefiles/down.gif) no-repeat 4px 4px;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 23px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: black;
background: #E9E9E9;
display: block;
padding: 7px 0;
padding-left: 8px; /*link text is indented 19px*/
text-decoration: none;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: black;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

.resourcesdiv{
margin-bottom: 24px;
border: 1px dashed silver;
clear: both;
padding: 5px;
}

.resourcesdiv a:hover{
color: green;
}

.resourcesdiv .resourcedesc{
margin-bottom: 5px;
}

.resourcesdiv h4{
margin-top:0;
}

.resourcesdiv h4 a{
text-decoration: none;
font-size: 18px;
}

.resourcesdiv .footerurl{
font-style: italic;
color: #494949;
width: 98%;
margin-top:5px;
overflow: hidden;
}

.resourcesdiv .footer{
font-size: 13px;
background: lightyellow;
}

.resourcesdiv .footer a{
text-decoration: none;
margin-right: 8px;
}