/*notes:
1. order of link tags to make sure they work is - a, a:hover, a:active, a:visited
2. background option for both a:active and a:hover is "background: url(menu/v_8e_gradient.jpg);"  with text color #EADA8F   */


#navcontainer
{
	/*avoid gap after li in ie6 by setting width*/
width: 125px;
	font: bold 14px Geneva, Times, serif;
	margin-left: 10px;
}

#navcontainer ul
{
list-style-type: none;
margin-left: 0;
padding-left: 0;
}

#navlist a
{
display: block;
color: #333333;
padding: 1px 1px 1px 7px;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#navlist a { width: 114px; }

#navlist a
{
\width: 125px;
w\idth: 114px;
}

#navlist a
{
background: transparent;
color: #000000;
text-decoration: none;
}

#navlist a:hover
{
	border-left: 1px solid #E08D97;
border-top: 1px solid #E08D97;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
	text-decoration: none;
	background: none;
color: #333333;
padding: 0px 1px 0px 6px;
}

#navlist a#current {
border-left: 1px solid #E08D97;
border-top: 1px solid #E08D97;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
background: none;
color: #000000;
text-decoration: none;
padding: 0px 0px 0px 6px;
}

#navlist a:hover#current  {
border-left: 1px solid #E08D97;
border-top: 1px solid #E08D97;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
text-decoration: none;
background: none;
color: #000000;
padding: 0px 1px 0px 6px;
}

/*#navlist a:visited#current
{
border-left: 1px solid #E08D97;
border-top: 1px solid #E08D97;
border-right: 1px solid #E08D97;
border-bottom: 1px solid #E08D97;
background: none;
text-decoration: none;
color: #000000;
padding: 0px 1px 0px 7px;
}*/


/*#navlist a:visited#info
{
border-left: 1px transparent;
border-top: 1px transparent;
border-right: 1px transparent;
border-bottom: 1px transparent;
color: #4D7588;
background:#ebecee;
text-decoration: none;
padding: 0px 1px 0px 7px;
}
