﻿/* General Formatting */

body 
{
    color: #cccccc;
    background-color: #000000;
    font-family: Times New Roman;
    font-size: 10pt;
}

/* Menu Bar Formatting */

/* ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 120px;
	background-color: #32004A;
    border: 1px solid #cccccc;
    color: #cccccc;
	}
*/

 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 120px;
	background-color: transparent;
    color: #cccccc;
    border: solid 1px transparent;
	}

li 
{
    height:20px;
    padding-left: 8px;
    padding-top: 4px;
    text-align: left;
}

.mainitem:hover 
{
    border: solid 1px #cccccc;
}

.subitem:hover
{
    background-color: #774D8C;
    color: #cccccc;
}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 20%;
	top: 99%;
	z-index: 1;
	display: none;
	}
	
ul li a {
	display: block;
	text-decoration: none;
	color: #cccccc;
	border-bottom: 0;
	}
	
    /* Fix IE. Hide from IE Mac \*/
    * html ul li { float: left; height: 1%; }
    * html ul li a { height: 1%; }
    /* End */

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

.submenu 
{
	background-color: #32004A;
    border: 1px solid #cccccc;
}
