/* 
Company: Wizkids A/S
Author: Niels Robin Aagaard
Contact: info(at)wizkids.dk
Date: 04.03.08
*/

/** some other changes to css, may be needed due to existing css **/

#fkn_new_menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#fkn_new_menu ul li,
#fkn_new_menu ul a
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#fkn_new_menu ul a
{
	width: 130px;
	background-color: #bd2220;
	border-bottom: #ce4c4c 1px solid;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 1px 1px 12px;
	overflow: hidden;
}
#fkn_new_menu ul ul a { width: 126px; padding-left: 16px; background-color: #becbdb; color: #451521; border-bottom: #dde4ec 1px solid; }
#fkn_new_menu ul ul ul a { width: 122px; padding-left: 20px; background-color: #dde4ec; color: #4f1b28; border-bottom: #eeeeee 1px solid; }
#fkn_new_menu ul ul ul ul a { width: 118px; padding-left: 24px; background-color: #f6fafe; color: #83241e; }

#fkn_new_menu ul a.selected { background: #bd2220 url('style_images/selected_n1.gif') no-repeat left center; }
#fkn_new_menu ul ul a.selected { background: #becbdb url('style_images/selected_n2.gif') no-repeat left center; }
#fkn_new_menu ul ul ul a.selected { background: #dde4ec url('style_images/selected_n3.gif') no-repeat left center; }
#fkn_new_menu ul ul ul ul a.selected { background: #ece9f0 url('style_images/selected_n4.gif') no-repeat left center; }

/*
#fkn_new_menu ul a.selected { background: #891717 url('style_images/selected_n1.gif') no-repeat left center; }
#fkn_new_menu ul ul a.selected { background: #9c7273 url('style_images/selected_n2.gif') no-repeat left center; }
#fkn_new_menu ul ul ul a.selected { background: #cda1a2 url('style_images/selected_n3.gif') no-repeat left center; }
#fkn_new_menu ul ul ul ul a.selected { background: #eadada url('style_images/selected_n4.gif') no-repeat left center; }

#fkn_new_menu ul a.focus { background: #891717 url('style_images/focus_n1.gif') no-repeat left center; }
#fkn_new_menu ul ul a.focus { background: #9c7273 url('style_images/focus_n2.gif') no-repeat left center; }
#fkn_new_menu ul ul ul a.focus { background: #cda1a2 url('style_images/focus_n3.gif') no-repeat left center; }
#fkn_new_menu ul ul ul ul a.focus { background: #eadada url('style_images/focus_n4.gif') no-repeat left center; }
*/

#fkn_new_menu ul a.focus { background: #891717 url('style_images/focus_n1.gif') no-repeat left center !important; color: white !important; }

#fkn_new_menu ul a:hover { text-decoration: underline; background-image: url('style_images/hover_n1.gif') !important; background-position: left center; background-repeat: no-repeat;}
#fkn_new_menu ul ul a:hover { text-decoration: underline; background-image: url('style_images/hover_nX.gif') !important; background-position: left center; background-repeat: no-repeat;}

