/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		OneNE2
Filename:		coArticle.css
Description:	Article Constructor CSS
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
1	11Sep06		CT			Created

*/

#coSiteMap {
	width: 100%;
}
#coSiteMap a {
	text-decoration : none;
}

#coSiteMap img {
	padding: 0;
	margin: 0;
}

#coSiteMap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#coSiteMap ul li a {
	font-weight: bold;
	font-size: 1.1em;
}

#coSiteMap ul li ul a {
	font-weight: normal;
	display: block;
	margin: 0px 0px 0px 16px;
}

#coSiteMap ul li ul li ul a {
	background: transparent url(/images/skills3/sitemap_slash.gif) 0px 3px no-repeat;
	margin: 0px 0px 0px 32px;
	padding-left: 6px;
}

#coSiteMap ul li ul li ul li ul a {
	background: transparent url(/images/skills3/sitemap_slash2.gif) 0px 3px no-repeat;
	margin: 0px 0px 0px 48px;
	padding-left: 8px;
}

