/*
 
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 {
	position: relative;
	width: 100%;
}
#coSiteMap a {
	color : #273a96;
	text-decoration : none;
	display : block;
}
#coSiteMap .menu {
	position: relative;
	background-color : #fff;
}
#coSiteMap .menuStart_blue a {
	background-color : #e5eafd;
	margin-top : 2px;
	margin-bottom : 2px;
	padding : 4px;
	padding-left : 12px;
}
#coSiteMap .menuStart_green a {
	background-color : #ecffcf;
	margin-top : 2px;
	margin-bottom : 2px;	
	padding : 4px;	
	padding-left : 12px;
}
#coSiteMap .menuStart a {
	background-color : #fff;
	margin-top : 2px;
	margin-bottom : 2px;	
	padding : 4px;	
	padding-left : 12px;
}

#coSiteMap .menuItem a {
	background-color : #fff;
	margin-top : 2px;
	margin-bottom : 2px;	
	padding : 4px;	
	padding-left : 12px;
}