div.rss-pagination-wrapper
{
width               : 699px;
display             : block;
overflow            : hidden;
border-bottom       : 1px solid #00A5CC;
}

*
{
padding         : 0px;
margin          : 0px;
}

#sitemap
{
font-size       : 70%;
width           : 910px;
display         : block;
overflow        : hidden;
padding         : 20px 0px 0px 20px; 
}


#sitemap ul 
{
list-style: none;
margin: 0px;
padding: 0px;
}

#sitemap ul ul
{
width: 190px;
margin-top: 0px;
}

#sitemap li 
{
font-size           : 100%;
width               : 190px;
position            : relative;
background          : #dddddd;
margin-bottom       : 0.5em;
padding             : 0.5em;
font-weight         : bold;
background-image    : url(../images/generic/sitemap_corner.gif);
background-position : top right;
background-repeat   : no-repeat;
}

#sitemap li a
{
color           : #666;
text-decoration : none;
}

#sitemap li li
{
left            : 195px;
border-top      : 0.5em solid #ffffff;
border-left     : 1em solid #CCC;
border-bottom   : 0.5em solid #ffffff;
margin-bottom   : 0;
font-weight     : bold;
padding-left    : -30px;
}

* #sitemap li li
{
left            : 102%;
}


#sitemap li:hover
{
background-color    : #bbbbbb;
background-image    : url(../images/generic/sitemap_corner_hover.gif);
background-position : top right;
background-repeat   : no-repeat;
cursor              : pointer;
}

/* simplified borders for print 	
 #sitemap 	
li
{
border: 1px solid #666666 !important;
}

*/