div.siteMap {
	position	: absolute;
	top			: 0px;
	right		: 20px;
	width		: 845px;
	height		: 100%;
}

div.positionContent{
	margin-top	: 85px;
	background	: transparent url('/img/global/ContentBG.png') repeat-x;
	color		: #000000;
	float		: left;
	width		: 100%;
}

ul.mainSection a {
	text-decoration	: none;
}

ul.mainSection a:hover {
	color	: #000000;
}

ul.mainSection a.nounderline {
	text-decoration	: none !important;
}

ul.mainSection {
	float	: left;
	margin	: 10px 6% 10px 3%;
}

ul.mainSection.new{
	clear	: both;
}

ul.mainSection ul {

}

ul.mainSection > li.sezName {
	border-bottom	: 1px solid #000000;
}

ul.mainSection > li {
	margin-bottom	: 8px;

}

ul ul.subMenu {
	margin-left		: 10px;
	margin-right	: 10px;
	clear	: both;
	float	: left;

}
ul ul.subMenu.new {
	margin-bottom	: 8px;
		
}

ul.subMenu li {
	padding-left : 5px;
}

ul.subMenu li.sezName {
	border-bottom	: 0px solid #E0E0E0;
	padding-left	: 0px;
}

ul.menuItems {
	margin	: 0px;
	padding	: 0px;
	/*float for IE*/
	float	: left;
}

ul.menuItems li {
	padding-left	: 10px;
	margin-top		: 0px;

}

ul.mainSection li {
	list-style	: none;
}

ul.mainSection li.listStyle {
	list-style	: disc;
}

ul.mainSection.foot {
	clear	: both;
	width	: 95%;
}

ul.mainSection.foot ul.subMenu {
	clear			: none !important;
	float			: left;
	margin-right	: 8%;
}

ul.mainSection.foot ul.menuItems {
}

.nounderline {
	border-bottom	: 0px !important;
}

