/* CSS Document */
/* minimum menu requirements for functionality */
body{background-color:#000000;
align:center;
}
.centertop { max-width:1130px; margin:auto; text-align:center;}
#flashContent { width:100%; height:100%; }
a:link { color:#ffffff; }
a:visited {color:#FFFFFF; }
a:hover {
	color: #5F9EA0;
}
.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
	width:63px;
	
}

.topmenuli{
	font-family: sans-serif;
	font-size: 1em;
	color: White;
	list-style-type:none;
	float:left;
	margin: 0px;
	padding: 0px;
	text-align:center;
}


.topmenuli a:hover{
	color: White;
	text-decoration:underline;
	font-weight : bold;
}

.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
	z-index:6;
	
	
}

.submenuli a{
	display:block;
	width:250px;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#dmenu li>ul { 
	top: auto;
	left: auto;
}

#content {
	clear: center;

}
/* menu design */

#dmenu {
	font-family:  sans-serif;
	font-size:12px;
	margin: 0px;
	padding:0px;
}

.topmenutitle {	

	display:block;
	width:56px;
	color:#FFFFFF;
	text-align:center;
	text-decoration: none;
	border-top:0px solid #000000;
	border-bottom:0px solid #000000;
	padding:3px;
	margin:0px;
	line-height:25px;
	
}

.submenuul {
	text-align:left;
	width:142px;
	margin-top:-1px;
	background-color:#202020;
	background-position: top left;
	background-repeat: repeat-x;
	border-top:0px solid #000000;
	border-bottom:0px solid #000000;
	border-right:0px solid #000000;
	border-left: 7px solid Teal;
	z-index:6;
}

.submenuli a{
	width: 142px;
	padding:3px;
	text-decoration: none;
	color: #FFFFFF;
	z-index:6;

}

.submenuli a:hover{
	width:135px;
	text-decoration: none;
	color: #FFFFFF;
	background-color : #5F9EA0;
}

