body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000000;
}

.sidemenu {
	font-weight: bold;
	font-size:11px;
	display: block;
	/*padding: 0.2em 10px;*/
	color: #000000;
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: top;
}

a.sidemenu:link {
	color: #000000;
	text-decoration: none;
}

a.sidemenu:hover {
	color: #000000;
	text-decoration: none;
}

a.sidemenu:visited {
	color: #000000;
	text-decoration: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:top;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.txtongreysmall {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}

a.txtongreysmall:link {
	color:#F6DE1A;
	text-decoration: none;
}
a.txtongreysmall:hover {
	color:#F6DE1A;
	text-decoration: underline;
}
a.txtongreysmall:visited {
	color:#F6DE1A;
	text-decoration: none;
}


a.tabtext:link, a.tabtext:visited {
	color:#000000;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	/*background-image: url(img/tabbutton2.gif);*/
	height: 19px;
	width: 120px;
	display: block;
	padding-top: 3px;
	float:left;
}
a.tabtext:hover {
	height: 19px;
	width: 119px;
	display: block;
	/*background-image: url(img/tabbutton2yel.gif);*/
}

.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.tableback {
	background-image: url(img/tableback.png);
}

ul.head {		/*changed*/
	list-style: none;
	padding: 0;
	margin: 0;
	
}

#nav a {
	font-weight: bold;
	font-size:11px;
	color: #FFFFFF; 
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #000000;
	padding: 0.2em 10px;
}

#nav li li a:hover {
 
	background-color: #F6DE1A;
	
}

li.head {		/*changes start here*/
	float: left;
	position: relative;
	width: 120px;
	text-align: center;
	cursor: default;
	background-color: transparent;
	border: 1px solid #333333;
	border-width: 0 0 0 0;
}

/*li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}*/

li.head ul.head {                     
	display: none;  
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	/*background: url(images/ddbg3.gif) bottom left no-repeat;*/
	background-color: #CCCCCC;
	padding: 0.25em 0 .5em 0;
	border: 1px solid #202020;
	border-width: 0 1px 1px 1px;
}

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

li.head li.head {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

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