/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:	STYLE SHEET
Filename:	css/0/all/coSiteNavigation.css (Main ESH Site)
Description:Generic page classes 
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
2	29Apr05		PG			set background images to repeat - to work with greater whitespace in css
1	10Mar05		CT			created
2.0.0
*/

@import url(/css/all/coSiteNavigation.css);

#menu_top li a {
	background : url('/res/coSiteNavigation/images/0/large_bullet.gif') repeat-y center left;
}

#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/0/small_bullet.gif') repeat-y center left;
}

#menu_top li li a:hover {
	color : #0D703C;
}

#menu_top li li.current a {
	color : #0D703C;
}




