/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		Vroom
Filename:		coSiteMap.css
Description:	Site Map layout elements
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
1	28/11/07	MS			Created

*/

#mainPanel ul {
	list-style-image:none;
}

#coSiteMap a {
	text-decoration: none;
}

#coSiteMap a:hover {
	text-decoration: none;
	font-weight: bold;
}

#coSiteMap ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: auto;
	margin-left: 90px;
}

#coSiteMap li {
	padding: 3px;
}

#coSiteMap ul a {
	background: transparent url(/images/sitemap/sitemap_icon1.gif) no-repeat left center;
	padding-left: 15px;
	color: #666666;
	text-decoration: none;
}

#coSiteMap ul li a {
	color: #666666;
	text-decoration: none;
}

#coSiteMap ul ul {
	margin-left: 13px;
	width: auto;
}

#coSiteMap ul ul a {
	background: transparent url(/images/sitemap/sitemap_icon2.gif) no-repeat left center;
	padding-left: 15px;
	color: #666666;
	text-decoration: none;
}

#coSiteMap ul ul ul {
	margin-left: 13px;
	width: auto;
}

#coSiteMap ul ul ul a {
	background: transparent url(/images/sitemap/sitemap_icon3.gif) no-repeat left center;
	padding-left: 15px;
	color: #666666;
	text-decoration: none;
}


