@charset "utf-8";

/*this css file is only used if javascript is not active. most of the noscript setting are in the main menumatic.css but these seem to mess up the javascript version therefore I moved them into a seperate css file*/

/* Just sub menu links */
#nav li li a{
	background-image:none;
}

/* sub menu links on hover or focus */
#nav li li a:hover, 
#nav li li a:focus{
	background-image: none;
}