/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:	STYLE SHEET
Filename:	css/11/all/coSiteNavigation.css (Charitable Trust)
Description:Generic page classes 
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
2	22Aug05		CT			Amended
1	22Aug05		CT			Created
2.0.0
*/

@import url(/css/all/coSiteNavigation.css);

#menu_top li a {
	background : url('/res/coSiteNavigation/images/11/large_bullet.gif') repeat-y center right;
}

#menu_top li a:hover {
	color : #0D703C;
}

#menu_top li.open a {
	color : #0D703C;
}

#menu_top li.current a {
	color : #0D703C;
}

#menu_top li li a {
	background : url('/res/coSiteNavigation/images/11/small_bullet.gif') repeat-y center right;
}

#menu_top li li a:hover {
	color : #0D703C;
}

#menu_top li li.current a {
	color : #0D703C;
}