/* main settings - all white normal text, scrollbar & background */

body {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	scrollbar-base-color: #333333;
	scrollbar-arrow-color: #999900;
	scrollbar-shadow-color: #999900;
	scrollbar-face-color: #333333;
	scrollbar-highlight-color: #999900;
}

/* start menu content */

table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
	background-color: #999900;
	text-decoration: none;
}

.tdmenulinks {
	padding: 1px;
	background-color: #aaaaaa;
	font-family: sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border-top: 0px;
	border-right: 1px solid #000000;
	border-bottom: 0px;
	border-left: 1px solid #000000;
}

.tdmenulinksbottom {
	padding: 1px;
	background-color: #aaaaaa;
	font-family: sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border-top: 0px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

.tdmenulinkstop {
	padding: 1px;
	background-color: #aaaaaa;
	font-family: sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding: 1px;
	background-color: #aaaaaa;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px none #000000;
	border-left: 1px solid #000000;
}

.tablemain {
	background-color: #333333;
	border: #333333;
	text-decoration: none;
}

.tdmenutitle {
	font-family: sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #336699;
	font-weight: bold;
	background-color: #222222;
	border-width: 1px solid #222222;
	text-decoration: none;
}

.tdmenutitleleft {
	background-color: #222222;
	border-top: 1px solid #222222;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #222222;
	text-decoration: none;
}

.tdmenutitleright {
	background-color: #aaaaaa;
	border-right: 1px solid #000000;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	text-decoration: none;
}

#navcontainer { 
	width: 120px; 
}

#navcontainer ul {
	margin-left: 0;
	margin-bottom: 0;
	margin-top:1;
	padding: 0;
	font-family: sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#navcontainer a {
	display: block;
	padding-left: 2px;
	width: 120px;
	background-color: #aaaaaa;
	text-decoration: none;
}

#navcontainer a:link, #navlist a:visited {
	font-color: #000000;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #777777;
	color: #000000;
	text-decoration: none;
}

a:link{
	color: #000000;
	text-decoration: none;
	font-style: normal;
}

a:visited{
color: #000000;
text-decoration: none;
}

a:hover{
color: #000000;
text-decoration: none;
}

a:active{
color: #333333;
text-decoration: none;
} 