html,body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 100%;
	color: #ccc;
}

a:link {color: #ff0000; text-decoration: underline; }
a:visited {color: #c00; text-decoration: underline; }
a:hover {color: #fff; text-decoration: none; }

.small {font-size: 12px}

#sitenav a {
	background-color: #a00;
	padding: 3px;
	color: #fff;
	display: block;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

#sitenav ul.selected a, #sitenav a:hover {
	background-color: #009;
	color: #900;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
  
li {
  float: left;
  position: relative;
  width: 85px;
}

li ul {
  display: none;
  position: absolute; 
  top: 14px;
  left: 0;
}

li > ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul{ display: block; }

.main {
	width: 100%;
	background-color: #333;
}

.roundtop { 
	background: url(/images/corner-tr.gif) no-repeat top right; 
}

img.corner {
   width: 25px;
   height: 25px;
   border: none;
   display: block !important;
}