﻿div#site-map-wrapper
{
width				: 745px;
padding				: 0px 20px 20px 20px;
overflow			: hidden;
background-color    : #FFF;
}

div.sitemap
{
font-size       : 70%;
width			: 745px;
display         : block;
overflow        : hidden;
padding         : 20px 0px 0px 0px; 
}


div.sitemap ul 
{
list-style      : none;
margin          : 0px;
padding         : 0px;
}

div.sitemap ul ul
{
width           : 190px;
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.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;
}

*/

