#Menu {
        background-color: #EBEBD4;
        border: none; 
        white-space : nowrap;
}

#Menu TD.dark {
        background-color: #CCCC99;
        background-image: url(../images/diagonal.gif);
        background-position: Top Left;
        background-repeat: no-repeat;
}

#Tabs {
        background-color: #CCCC99;
        border: none; 
        white-space : nowrap;
}

#Footer {
    position: static;
	border: 1px solid #666;
	clear: both;
	background: #666699;
	padding-top: 1.7em;
	font-size: smaller;
}

#Bullets {
        font-family: Arial, Helvetica, sans-serif;
        color: black; 
        font-size: 12px; 
        font-weight: bold; 
}

#Bullets IMG {
        vertical-align: top;
        margin: 2px;
    	border: none;
}

#Bullets TD {
        white-space : nowrap;
        padding: 1px 5px;
}

#Bullets A {
        text-decoration: none;
        color: black; 
        width: 100%;
        Display: Block;
        font-size: 12px; 
        font-weight: bold; 
}

#Bullets A:Hover {
        background: #CCCC99 none;
}

#header {
	position: relative;
	width: 725px;
	background: none;
	height: 2.5em;
	font-size: smaller;
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 100%; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	display: block;
	float: left;
	padding: 4px 3px;
	margin: 1px 0 0 6px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: Black;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid Black;
	border-bottom: none;
	background: #666699;
	padding-bottom: 5px;
	margin-top: 1px;
	color: White;
}

#header ul#primary a {
	background: #CCCC99;
	border: 2px solid #666699;
	border-bottom: none;
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #666699;
	background: #FFF7CD;
	padding-bottom: 5px;
}

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 100%; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	font-size:14px;
	font-weight:bold;
}

#header ul#secondary li a,#header ul#secondary li span {
	color: White;
	width: auto;
	display: block;
	float: left;
	padding: 0 4px;
	margin: 0;
	text-align: center;
	border: none;
	border-right: 2px Dotted #AAA;
	background: none;
	text-decoration: none;
}

#header ul#secondary li span {
	color: #CCCC99;
}

#header ul#secondary li a:hover {
	color: #CCCC99;
	background: transparent;
	padding: 0 4px;
	border: none;
	border-right: 2px Dotted #AAA;
}

#header ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#header ul#secondary li:last-child a { border: none; }

/* The following are used for submenus */
td.submenu, td.submenu A {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

td.submenu A:hover {
	text-decoration: underline;
}