body {
	font-family: "Courier New", Courier, mono;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.small_beauty{
	font-family:Trebuchet MS, Arial, Helvetica;
	color: #ff0000;
	background-color: #FFCCCC;
	font-size: 10px;
}
.small_cute{
	font-family:Trebuchet MS, Arial, Helvetica;
	color: #ff0000;
	font-size: 10px;
}
.tableDescription {
	font-family: "Trebuchet MS";
	font-size: 14px;
}
.tableDescriptionRED {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FF0000;
}
.tableHeader {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
}
.title{
	font-family: "Lucida Bright";
	font-size: 20px;
	background-color: #0066FF;
	color: #FFFFFF;
}
.tableHeaderBG{
	font-family: "Georgia, Times New Roman, Times, serif";
	font-size: 14px;
	background-color: #FFCCCC;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}
.footerTitle{
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;	
}
.footerTitleRED{
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.footerDescription{
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 11px;
}
.trendy {
	font-family: Trebuchet MS, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}
#nav{list-style: none;}

#nav ul {
     padding: 0;
     margin:0;
     list-style: none;
     width:12em;
     z-index:99;
     position:relative;
     overflow:visible;
}

#nav li {
     margin:0;
     position: relative;
     float:left;
     width: 12em;
     background-color:rgb(0, 153, 255);
     border:solid 1px rgb(204, 204, 204);
     display:block;
     height:auto;
}

#nav ul li{ border-width:1px 1px 0 0;}

#nav ul ul li{ border-width:1px 1px 0 1px;}

#nav ul ul li:last-child{border-bottom:1px solid rgb(204, 204, 204);}

#nav a {
     text-decoration:none;
     display:block;
     padding: 0.1em;
     margin:0.2em 0 0.2em 0.1em;
     width:11.5em;
     height:1em;
}

#nav a:hover, #nav li:hover{
     background-color:rgb(0, 204, 255);
}
#nav ul li:hover, #nav ul li a:hover{
     background-color:rgb(0, 204, 255);
}

#nav ul{
     display:none;
}

/*all see this */
#nav ul ul{
     display:none;
     position:absolute;
     margin-top:-1.8em;
     margin-left:12em;
}

/* non-IE browsers see this */
#nav ul li>ul, #nav ul ul li>ul{
     margin-top:-1.4em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
     display:none;
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
     display:block;
}

li>ul {
     top: auto;
     left: auto;
} 