a:link { color : #9E042A; text-decoration : underline}
a:active { color : #9E042A; text-decoration : none}
a:visited { color : #9E042A; text-decoration : underline}
a:hover { color : #FFFFFF; text-decoration : none; background: #999999}
.smltxt {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #000;
}
.smltxtred {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #9E042A;
}
.smltxtblue {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #666699;
}
.smltxtb {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #000;
}
.smltxtbw {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #FFFFFF;
}
.smltxtw {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FFFFFF;
}
.normaltxt {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
}
.normaltxtb {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
}
.h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}
#navcontainer { width: 164px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 164px;
background-color: #d7d8db;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #666;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #E5E5E5;
color: #444;
font-weight: bold;
}

#section-home #menu-home a,
#section-perf #menu-perf a,
#section-bench #menu-bench a,
#section-learn #menu-learn a,
#section-works #menu-works a,
#section-ass #menu-ass a,
#section-about #menu-about a,
#section-contact #menu-contact a,
#nav a:active
{
background-color: #9E042A;
color: #FFF;
font-weight: bold;
}