﻿body {
	margin:25px; 
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	 color: #1A0B60; font-size: small;
	 font-weight: lighter;
	 background-repeat: no-repeat;
}

#Tab1 {
	background-image: url('Button_007_LightBlue_BackLightBlue.png');
	color: #1A0B60;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: text-bottom;
	background-repeat: no-repeat;
	padding-top: 7px;
	cursor: pointer;
}




* {padding:0; margin:0}
.dropdown {float:left; padding-right:1px}
.dropdown dt {
	width: 98px;
	height: 14px;
	padding: 7px;
	font-weight: lighter;
	font-size: small;
	cursor: pointer;
	background: url('Button_007_LightBlue_BackLightBlue.png');
	text-align: center;
	z-index: 2000
}
.dropdown dt:hover {background:url('Button_007_LightBlue_Light_BackLightBlue.png')
}
.dropdown dd {position:absolute; overflow:hidden; width:208px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:204px; border:2px solid #9ac1c9; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:194px}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}

