.top-nav {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none; 
}
.top-nav:unknown {
	CLEAR: both; DISPLAY: block; content: ""
}
.top-nav LI {
	FLOAT: left; MARGIN: 0px 0px 0px 1px; min-width: 84px
}
.top-nav A {
	PADDING-RIGHT: 20px; DISPLAY: block; PADDING-LEFT: 20px; BACKGROUND: url(../images/tabtop.png) no-repeat; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
.top-nav A SPAN {
	PADDING-RIGHT: 20px; DISPLAY: block; PADDING-LEFT: 20px; BACKGROUND: url(../images/tabtop.png) no-repeat; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
.top-nav A {
	PADDING-LEFT: 0px; FONT-WEIGHT: normal; FONT-SIZE: 12px; Z-INDEX: 2; COLOR: #000; LINE-HEIGHT: 1.2; WHITE-SPACE: nowrap; POSITION: relative; TOP: 1px; TEXT-ALIGN: center; TEXT-DECORATION: none
}
.top-nav .top-selected A {
	COLOR: #000
}
.top-nav .top-selected A {
	BACKGROUND-POSITION: 100% -150px; outline: 0
}
.top-nav A:hover {
	BACKGROUND-POSITION: 100% -150px; outline: 0
}
.top-nav A:unknown {
	BACKGROUND-POSITION: 100% -150px; outline: 0
}
.top-nav A:active {
	BACKGROUND-POSITION: 100% -150px; outline: 0
}
.top-nav A {
	BACKGROUND-POSITION: 100% -100px
}
.top-nav .top-disabled A:hover {
	BACKGROUND-POSITION: 100% -100px
}
.top-nav .top-disabled A:unknown {
	BACKGROUND-POSITION: 100% -100px
}
.top-nav .top-disabled A:active {
	BACKGROUND-POSITION: 100% -100px
}
.top-nav A SPAN {
	PADDING-RIGHT: 0px; MIN-HEIGHT: 20px; WIDTH: 64px; PADDING-TOP: 6px; HEIGHT: 20px; min-width: 64px
}
.top-nav .top-selected A SPAN {
	PADDING-TOP: 7px
}
.top-nav .top-selected A SPAN {
	BACKGROUND-POSITION: 0px -50px
}
.top-nav A:hover SPAN {
	BACKGROUND-POSITION: 0px -50px
}
.top-nav A:unknown SPAN {
	BACKGROUND-POSITION: 0px -50px
}
.top-nav A:active SPAN {
	BACKGROUND-POSITION: 0px -50px
}
.top-nav A SPAN {
	BACKGROUND-POSITION: 0px 0px
}
.top-nav .top-disabled A:hover SPAN {
	BACKGROUND-POSITION: 0px 0px
}
.top-nav .top-disabled A:unknown SPAN {
	BACKGROUND-POSITION: 0px 0px
}
.top-nav .top-disabled A:active SPAN {
	BACKGROUND-POSITION: 0px 0px
}
.top-nav .top-selected A:link {
	CURSOR: pointer; COLOR: #cc0000
}
.top-nav .top-selected A:visited {
	CURSOR: pointer; COLOR: #cc0000
}
.top-nav .top-disabled A:link {
	CURSOR: pointer; COLOR: #cc0000
}
.top-nav .top-disabled A:visited {
	CURSOR: pointer; COLOR: #cc0000
}
.top-nav A:hover {
	CURSOR: pointer; COLOR: #cc0000
}
.top-nav A:unknown {
	CURSOR: pointer; COLOR: #cc0000
}
.top-nav A:active {
	CURSOR: pointer; COLOR: #cc0000
}
.top-nav .top-disabled {
	opacity: .4
}
.top-container {
	PADDING-RIGHT: 8px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 8px; BACKGROUND: #fff; PADDING-BOTTOM: 1em; PADDING-TOP: 1em
}
.top-loading EM {
	PADDING-RIGHT: 0px; PADDING-LEFT: 20px; BACKGROUND: url(../images/loading.gif) no-repeat 0px 50%; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(../images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(../images/indentbg2.gif) center center repeat-x;
}




