 /* DEFAULTS */a:link 	 	{text-decoration: none; color: #FF6D6D;}a:visited	  {text-decoration: none; color: #FF6D6D;}a:active	 {text-decoration: none; color: #FF6D6D;}a:hover 	 {text-decoration: none; color: #E64243;}  ul#navlist li a,ul#subnavlist li a{font-family: verdana;font-size: 11px;font-weight: 200;text-decoration: none;text-align: right;}div#navcontainer{position: absolute;top: 144px;left: 0;width: 160px;background: #ffffff;}/* NAV LIST */ul#navlist{list-style-type: none;margin: 0;padding: 0;}ul#navlist li { display: inline; }ul#navlist li a{color: #ffffff;display: block;background: #FF6D6D;padding: 2px 10px 2px 20px;border-top: solid 1px #fff;width: 140px;}ul#navlist li a:hover{ background: #E64243 url(images/cnr.png) top left no-repeat; }ul#navlist li a#current{color: #fff;background: #E13D31;}/* SUB NAV LIST */ul#subnavlist{margin: 0 0 0 20px;list-style-type: none;padding: 0;}ul#subnavlist li { display: inline; }ul#subnavlist li a{display: block;color: #666;background: #ccc;padding: 2px 10px 2px 13px;border-top: solid 1px #fff;height: auto;width: 127px;}ul#subnavlist li a:hover { background: #ddd; 						   display: block; }ul#navlist li a#subcurrent{color: #666;background: #999999;}ul#navlist li a#subcurrent:hover { background: #ddd; }