@charset "UTF-8";
/* CSS Document */

#dropmenudiv{
	position:absolute;
	width:100%;
	border-bottom-width: 3;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0066FF;
	border-right-color: #0066FF;
	border-bottom-color: #0066FF;
	border-left-color: #0066FF;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	color: #FFFFFF;
	background-color: #003399;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #0066FF;
	color: #000000;
}


#mainMenu {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	display: inline-block;
	clear: right;
	background-color: #003399;
	height: 11px;
	padding-top: 6px;
	padding-bottom: 10px;
	margin: 0px;
	vertical-align: middle;
	text-decoration: none;
	top: 0px;
	width: 96%;
	border: medium solid #666666;
}


#mainMenu ul{
	margin: 0px;
	padding: 0px;
	height: 40px;
	text-align: left;
}

#mainMenu li{
	display:inline;
	text-align: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 20px;
	width: 100px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	top: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	overflow: hidden;
}

#mainMenu li a{
	color:#FFFFFF;
	width: 100px;
	text-decoration: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #000000;
	padding-left: 5px;
	text-align: left;
}


#mainMenu li a:hover{
	color:#6699FF
	text-decoration: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 5px;
	color: #00FF00;
}

body {
	background-color: #000000;
}