#dropmenudiv{
	margin-top: 4px;
	border-left:0px solid black;
	border-right:0px solid black;
	border-top:0px solid black;
	border-bottom: 0px solid black;
	position:absolute;
	line-height:18px;
	z-index:100;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFFFFF;
	padding: 1px 0;
	color: #014971;
	text-decoration: none;
	background-color: #ebf6fa;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #cae4ef;
}

#partner {
	width: 350px;
	margin-bottom: 2px;
}

#partner .name {
	width: 340px;
	text-decoration: none;
	border-left: 4px solid #AD2C2C;
	border-bottom: 1px dotted #FFFFFF;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
	color: #000000;
	padding-left: 8px;
	float: left;
	display: inline;
}

#partner .name:hover {
	width: 340px;
	text-decoration: none;
	border-left: 4px solid #B8D3A0;
	border-bottom: 1px dotted #B8D3A0;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
	padding-left: 8px;
	float: left;
	display: inline;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#base a{
	text-decoration: none;
	color: #000000;
}

#base a:hover{
	text-decoration: underline;
	color: #000000;
}

#copyright a{
	text-decoration: none;
	color: #818181;
}

#copyright a:hover{
	text-decoration: none;
	color: #000000;
}

h2{
	font-family: Arial;
	font-size: 23px;
	font-weight: normal;
	margin: 0px;
}

h3{
	font-family: Arial;
	font-size: 15px;
	line-height: 18px;
	margin: 0px;
}

.bodytext{
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
}

.bodytexttitle{
	font-family: Arial;
	font-size: 13px;
}

.arrownavB {
	float: left;
	width: 170px;
	margin-bottom: 2px;
	background: url(../images/arrow.b.gif) no-repeat;
	padding-left: 9px;
	font-size: 11px;
	font-family: Arial;
	color: #000000;
	text-decoration: none;
}

/* BUTTON */
button,a.button,input.button {
	font-family: Trebuchet MS, Verdana;
	display:inline-block;
	width:auto;
	padding:0.5em 5px;
	border:1px solid #aaa;
	background:#e3e3e3 url("../images/button.gif") repeat-x left top;
	font-size:11px;
	font-family:inherit;
	text-shadow:#ccc 2px 2px 0;
	text-decoration:none;
	color:#333!important;overflow:visible;
	white-space:nowrap;
	line-height:1em!important;
	}
	
button:hover,a.button:hover,input.button:hover {
	background:#fff url("../images/button-hover.gif") repeat-x left top;
	text-decoration: none;
	}
	
button,input.button,a.button {
	font-family: Trebuchet MS, Verdana;
	padding:0.5em 5px;
	font-size:11px;
	}
	
button img,a.button img {
	padding-right:5px;
	vertical-align:middle;
	}
	
button,a.button,input.button {}