#menu{
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/menu.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	width: 985px;
	height: 26px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}

#menu:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#menu ul{
	width: 756px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	float: right;
	margin: 0;
	padding: 0px 0px 0px 10px;
	background-repeat: no-repeat;
	background-position: left top;
}


#menu ul li{
	display: inline;

}


#menu ul li a{
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 200;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#menu ul li a:hover{
	background-color: #0059B3;
	font-weight: bold;
}

#menu ul li a[onMouseover]:after{ 

}


.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB;
	border-bottom-width: 0;
	font:normal 11px/18px Verdana;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	margin-top: 4px;
}

.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	padding: 2px 0;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0059B3;
	z-index: 200;
	font-weight: bold;
}

.dropmenudiv a:hover{ 
background-color: #003366;
}
#top a {
	color: #CDCAB5;
	margin-left: 20px;
}
#dropmenu1 {
	z-index: 300;
}
fieldset {
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #999999;
}
label {
	font-weight: bold;
	margin-top: 5px;
}

input,textarea,file {
	border: 1px solid #CCCCCC;
	color: #333333;
	background-color: #F4F4F4;
	margin-top: 10px;
}

