/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:	STYLE SHEET
Filename:	css/4/all/coSiteNavigation.css (Dunelm Castle Homes)
Description:Generic page classes 
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
4	01Feb07		CT			Updated colour scheme for new branding
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	11Mar05		CT			Created
2.0.0
*/

@import url(/css/all/coSiteNavigation.css);

#menu_top li a {
	background : url('/res/coSiteNavigation/images/15/large_bullet.gif') repeat-y center right;
}

#menu_top li a:hover {
	color : #023853;
}

#menu_top li.open a {
	color : #023853;
}

#menu_top li.current a {
	color : #023853;
}

#menu_top li li a {
	background : url('/res/coSiteNavigation/images/15/small_bullet.gif') repeat-y center right;
}

#menu_top li li a:hover {
	color : #023853;
}

#menu_top li li.current a {
	color : #023853;
}