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