﻿div.rss-pagination-wrapper
{
width               : 699px;
display             : block;
overflow            : hidden;
border-bottom       : 1px solid #00A5CC;
}

*
{
padding         : 0px;
margin          : 0px;
}

div.sitemap
{
font-size       : 100%;
width           : 900px;
display         : block;
overflow        : hidden;
padding         : 20px 0px 0px 20px; 
}


div.sitemap ul 
{
list-style: none;
}

div.sitemap ul ul
{
    width: 163px;
margin-top: 0px;
}

div.sitemap li 
{
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;
}

div.page-wrapper div.generic-content div.page-content div.sitemap li
{
margin-bottom       : 0.5em;
}

div.sitemap li a
{
color           : #666;
text-decoration : none;
}

div.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;
}

* div.sitemap li li
{
left            : 102%;
}


.siteMap li:hover
{
background          : #bbbbbb;
background-image    : url(../images/generic/sitemap_corner_hover.gif);
background-position : top right;
background-repeat   : no-repeat;
}

/* simplified borders for print 	
 div.sitemap 	
li
{
border: 1px solid #666666 !important;
}

*/