/* 
Copyright (c) Enigma Interactive 2008

SOM3
Filename:		coSiteMap.css
Description:	Site Map layout
     
History
ver date  			who     		comment
-----------------------------------------------------------------------------
1	unknown
*/
#coSiteMap {
	width: 95%;
	padding: 2%;
	float: left;
}

#coSiteMap ul {
	list-style: none;
	margin:0px;
	padding: 0px;
}

#coSiteMap ul ul {
	margin-left:75px;
}

#coSiteMap ul ul ul {
	margin-left:100px;
}

#coSiteMap li {
	width: 100%;
	float: left;
	font-family:"Times New Roman";
}

#coSiteMap a {
	text-decoration : none;
	display : block;
	width: 100%;
	float: left;
	background : url(/images/site/horizontalseperator.gif) repeat-x bottom left;
	color:#707070;
	padding: 3px 0px;
	font-size:0.9em;
}


#coSiteMap li li a {
	color: #000;
	font-size:0.8em;
}

#coSiteMap li li a img {
	width: 2px;
	height: 10px;
	background: url(/images/site/bullet_2.gif) no-repeat center center;
	margin-right: 3px;
}

#coSiteMap li li li a {
	color: #707070;
	font-family:"Arial";
	font-size:0.7em;
}

#coSiteMap li li li a strong {
	color: #707070;
}

#coSiteMap li li li a img {
	width: 3px;
	height: 10px;
	background: url(/images/site/bullet_3.gif) no-repeat center center;
	margin-right: 3px;
}

#coSiteMap a:hover {
	text-decoration : underline;
}