@charset "utf-8";
/* CSS Document */

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

.home
{	margin: 0;
	padding-top: 0;
	list-style: none;
	float: left;
	font: normal 14px arial}

.home a
{	display: block;
	margin: 0 1px 0 0;
	padding: 0px;
	width: 83px;
	height:39px;
	background:url(images/buttons/b1.jpg);
	color: #FFF;
	text-align: center;
	text-decoration: none}

.home a:hover
{	background:url(images/buttons/b1_o.jpg);}
.about
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

.about a
{	display: block;
	margin: 0 1px 0 0;
	padding: 0px;
	width: 104px;
	height:39px;
	background:url(images/buttons/b2.jpg);
	color: #FFF;
	text-align: center;
	text-decoration: none}

.about a:hover
{	background:url(images/buttons/b2_o.jpg);}
.loan
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

.loan a
{	display: block;
	margin: 0 1px 0 0;
	padding: 0px;
	width: 124px;
	height:39px;
	background:url(images/buttons/b3.jpg);
	color: #FFF;
	text-align: center;
	text-decoration: none}

.loan a:hover
{	background:url(images/buttons/b3_o.jpg);}

.financial
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

.financial a
{	display: block;
	margin: 0 1px 0 0;
	padding: 0px;
	width: 178px;
	height:39px;
	background:url(images/buttons/b4.jpg);
	color: #FFF;
	text-align: center;
	text-decoration: none}

.financial a:hover
{	background:url(images/buttons/b4_o.jpg);}

.calc
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

.calc a
{	display: block;
	margin: 0 1px 0 0;
	padding: 0px;
	width: 120px;
	height:39px;
	background:url(images/buttons/b7.jpg);
	color: #FFF;
	text-align: center;
	text-decoration: none}

.calc a:hover
{	background:url(images/buttons/b7_o.jpg);}


.resources
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

.resources a
{	display: block;
	margin: 0 1px 0 0;
	padding: 0px;
	width: 115px;
	height:39px;
	background:url(images/buttons/b5.jpg);
	color: #FFF;
	text-align: center;
	text-decoration: none}

.resources a:hover
{	background:url(images/buttons/b5_o.jpg);}

.contact
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

.contact a
{	display: block;
	margin: 0 1px 0 0;
	padding: 0px;
	width: 116px;
	height:39px;
	background:url(images/buttons/b6.jpg);
	color: #FFF;
	text-align: center;
	text-decoration: none}

.contact a:hover
{	background:url(images/buttons/b6_o.jpg);}

#sddm div
{	position: absolute;
	visibility: hidden;
	height:16px;
	margin: 0;
	padding: 1px;
	background: #E9E9E9;
	border: none;}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0px;
		padding: 2px;
		width: 165px;
		height:20px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #E9E9E9;
		color: #1D50A9;
		font: 12px arial;
		border:none;}

	#sddm div a:hover
	{	background: #05A6EE;
		color: #FFFFFF;
		border:none;}
