/* CSS Document */
/* menu design */
#dmenu {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
}

.topmenuul {
	
}

.topmenutitle {
	text-indent:3px;
	order:1px solid #000000;
	padding:3px;
	line-height:14px;
	text-decoration: none;
	background-color:#000000;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	text-decoration:blink;
	text-align:center;
	text-shadow:White;
		
}


.submenuul {
	margin-top:-1px;
	background-color:#666666;
	background-position: top left;
	background-repeat: repeat-x;
	border-top:1px solid #000000;
	border-bottom:2px solid #000000;
	border-right:2px solid #000000;
	border-left:7px solid #000000;

}

.submenuli a{
	padding:3px;
	text-decoration: none;
	color: #000000;
    border-bottom:1px solid #999999;
}

.submenuli a:hover{
	text-decoration: none;
	background:#336699;
	color: #FFFFFF;
}
</style>
<style type="text/css">
<!--

/* minimum menu requirements for functionality */

.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.topmenuli{
	list-style-type:none;
	float:left;
	
}

.topmenutitle{
	display:block;
	width:100px;
	color:#FFFFFF;
}

.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
}

.submenuli a{
	display:block;
	width:180px;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#dmenu li>ul { 
	top: auto;
	left: auto;
}

#content {
	clear: left;

}
.style28 {color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style29 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
.style35 {
	font-size: 14px;
	font-weight: bold;
}
.style40 {color: #FFFF00}
.style41 {color: #FF0000}
.style43 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.style49 {color: #CCCCCC; font-family: Arial, Helvetica, sans-serif; font-size: 10px; }

h1 { border-bottom: 2px dashed #CCCCCC; }
h2 { border-bottom: 1px dotted red; }
h3 { border-bottom: 1px solid #CCCCCC; }


input.btn{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   font-weight:bold;}


