
* {padding:0; margin:0}



.dropdown_home {
	float:left;
}
.dropdown_home dt {
	font-weight:bold;
	cursor:pointer;
	width: 105px;
	height: 94px;
	background-image: url(images/home_btn.png);
	color: #FFFFFF;
	text-align: center;
	line-height: 34px;
	text-transform: uppercase;
	font-family: Tahoma;
}
.dropdown_home dd {
	position:absolute;
	overflow:hidden;
	width:208px;
	display:none;
	z-index:200;
	opacity:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.dropdown_home dt:hover {
	background-image: url(images/bg_hover.jpg);
	color: #0c3e5c;
}
.dropdown_home ul {
	width:204px;
	list-style:none;
	border-top:none;
}
.dropdown_home li {display:inline}
.dropdown_home a, .dropdown_home a:active, .dropdown_home a:visited {
	display:block;
	padding:5px;
	color:#ffffff;
	text-decoration:none;
	width:194px;
	background-color: #4da8e5;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
.dropdown_home a:hover {
	background:#8f8f8f;
	color:#ffffff;
	background-image: url(images/arrow2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
/*.dropdown .underline {border-bottom:1px solid #b9d6dc}*/

.dropdown {
	float:left;
	font-size:10px;
}

.dropdown dt:firstchild{
	background-image: url(images/nodiv.jpg);
}

.dropdown dt {
	font-weight:bold;
	cursor:pointer;
	width: 97px;
	height: 35px;
	background-image: url(images/bg.jpg);
	color: #FFFFFF;
	text-align: center;
	line-height: 34px;
	text-transform: uppercase;
	font-family: Tahoma;
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:208px;
	display:none;
	z-index:200;
	opacity:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.dropdown dt:hover {
	background-image: url(images/bg_hover.jpg);
	color: #0c3e5c;
}
.dropdown ul {
	width:204px;
	list-style:none;
	border-top:none;
}
.dropdown li {display:inline}
.dropdown ul a, .dropdown ul a:active, .dropdown ul a:visited {
	display:block;
	padding:5px;
	color:#ffffff;
	text-decoration:none;
	width:194px;
	background-color: #4da8e5;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
.dropdown ul a:hover {
	background:#8f8f8f;
	color:#ffffff;
	background-image: url(images/arrow2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
/*.dropdown .underline {border-bottom:1px solid #b9d6dc}*/

#nodiv {
background-image: url(images/nodiv.jpg);
}
