/**
 * @copyright  Jentla, http://www.jentla.com Copyright (c) 2012 Jentla Pty. Ltd.
 * @license   Released under the GNU General Public License
 */

.sitemap .box h3, .sitemap .box h3 a {	
	color: #FFFFFF;
    font-size: 1.1em;
    padding:5px 0px 10px 0px;
}

.sitemap .box {
	float:left;
	margin:10px;	
	padding:5px 30px 5px 5px;	
}

.sitemap .box ul li, #sitemap li {
	float:none;
}

.sitemap .dotline {
	background:url("../images/bottomVertSep.png") repeat-y scroll right top transparent;
	float:left;
	margin:25px 20px 0px 10px;	
	width:5px;
	height:160px;
}
