/* ================ Site Map ====================== */

#bodyPane{
	background: url('/images/ui/rightPanel.png') no-repeat;
}

.bodyContent{
	overflow: hidden;
	padding: 45px 40px;
	font-size: 12px;
}

#siteMap {
    color:  #747474;
    font-size: 10pt;
    list-style: none;
    height: 540px;
    overflow: hidden;
}

#siteMap a:link, #siteMap a:visited, #siteMap a:hover, #siteMap a:active  {
    /* Applies to all unvisited links */
    text-decoration:  none;
    font-weight:      bold;
    color:            #747474;
} 

#siteMap ul li {
    list-style: none;
}

