/** navigation **/
/* avoid gap after li in ie6 by setting width*/
#navcontainer 		{ width: 187px; padding:0; margin:0 }
#navcontainer ul 	{ list-style-type: none; margin: 0; padding: 0 }
#navlist a 			{ display: block; color: #8592BB; padding: 1px 0 1px 8px; text-decoration:underline; color:#666; font-style:normal }

/* boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH */
#navlist a 		{ width: 114px; border-top:1px dotted #8e8e8e }
#navlist a 		{ \width: 180px; w\idth: 164px }
#subnavlist a 	{ display: block; padding: 1px 0 1px 20px; margin-left: 0; color:#999 }

/* boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH */
#subnavlist a 					{ width: 152px; border-top:1px dotted #8e8e8e }
#subnavlist a 					{ \width: 168px; w\idth: 152px }

#navlist a, 
#navlist a:visited,
#subnavlist a, 
#subnavlist a:visited 			{ border-left: 12px solid #FFFFFF; background: #FFFFFF; text-decoration: none }

#navlist a:hover, 
#navlist a#current:hover 		{ border-left: 12px solid #eb9b10; text-decoration: underline }
#subnavlist a:hover, 
#subnavlist a#subcurrent:hover 	{ border-left: 12px solid #eb9b10; text-decoration: underline }

a#current, 
a:visited#current, 
a#subcurrent, 
a:visited#subcurrent			{ border-left: 12px solid #eb9b10; text-decoration: none }


a#current_orange, 
a:visited#current_orange, 
a#subcurrent_orange, 
a:visited#subcurrent_orange			{ border-left: 12px solid #eb9b0e; text-decoration: none }
