.NordStyleText {
	font-family: Nord;
	font-style: italic;
	color: #3b4289;
	text-decoration: none;
}

.NordStyleTextSmall {
	font-family: Nord;
	font-style: normal;
	color: #3b4289;
	text-decoration: none;
	font-size:10px;
}

.NordStyleTextWhite {
	font-family: Nord;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}

.NortTextItalicsNoUnderline {
	font-family: Nord;
	font-style: italic;
	color: #3b4289;
}
.indentmenu{
font: bold 13px Arial;
width: 100%; 
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; 
border: 1px solid #564c66; 
border-width: 1px 0;
background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; 
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; 
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; 
padding-top: 6px; 
padding-bottom: 4px; 
background: black url(indentbg2.gif) center center repeat-x;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(glossyback2.gif);
}

