/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:	STYLE SHEET
Filename:	css/7/all/coSiteNavigation.css (Mechplant)
Description:Generic page classes 
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
4	29/1/07		PG			updated colours
3	29Apr05		PG			set background images to repeat - to work with greater whitespace in css
2	13Apr05		CT			Added li li a: hover for the benefit of Firefox
1	07Apr05		CT			Created
2.0.0
*/

@import url(/css/all/coSiteNavigation.css);

#menu_top li a {
	background : url('/res/coSiteNavigation/images/7/large_bullet.gif') repeat-y center right;
}

#menu_top li a:hover {
	color : #EE8D8F;
}

#menu_top li.open a {
	color : #EE8D8F;
}

#menu_top li.current a {
	color : #EE8D8F;
}

#menu_top li li a {
	background : url('/res/coSiteNavigation/images/7/small_bullet.gif') repeat-y center right;
}

#menu_top li li a:hover {
	color : #EE8D8F;
}

#menu_top li li.current a {
	color : #EE8D8F;
}