body {
	font-family: verdana;
	font-size: 11pt;
	margin: 0px;
}

a {
	color: #0065ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.nav-bar a {
	color: #000;
        text-decoration: none;
	padding: 10px;
}

.nav-bar a:hover {
	background-color: #e8f2ff;
	border-top: 1px #d2e9ff solid;
	border-bottom: 1px #d2e9ff solid;
}


.header {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.nav-bar {
	color: #535353;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	border-top: 1px #efefef solid;
	border-bottom: 1px #efefef solid;
	background: #fafafa;
	//background-image: url('../img/nav-grad.png');
	clear: both;
}

.topmenuul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.topmenuli{
	list-style-type: none;
	float: left;
}

.topmenutitle{
	display: inline;
	width: 100px;
}

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

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

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

#content {
	clear: left;

}

#dmenu {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

.topmenutitle {
	color: #fff;
	text-decoration: none;
	padding: 3px;
	line-height: 14px;
}

.submenuul {
	margin-top: 0px;
	background-color: #ebf4e8;
	background-position: top left;
	background-repeat: repeat-x;
	border: 1px solid #000000;
        z-index: 10;
        opacity: .85;
        filter: alpha(opacity=85);
}

.submenuli a{
	padding: 3px;
	text-decoration: none;
	color: #000000;
        display: block;
	width: 150px;
}

.submenuli a:hover{
	text-decoration: none;
        background-image: url('/images/sidebar-hover-bg-dark.png');
	/*background: #336699;*/
	color: #FFFFFF;
}

.info-bar {
	font-weight: bold;
	text-align: center;
	background: #FFFBBF;
	border-top: 1px solid #FFF779;
	border-bottom: 1px solid #FFF779;
	padding: 5px;
	clear: both;
}

.main-content {
	width: 80%;
	margin-left: 50px;
	margin-right: 20px;
	margin-top: 5px;
}

.footer {
	border-top: 1px #efefef solid;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 9pt;
	color: #a0a0a0;
	clear: both;
}

h1 {
	font-family: Arial, Helvetica;
	font-weight: normal;
}
