* {padding:0; margin:0}
.dropdown {
	float:left;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.dropdown dt {
	width:138px;
	padding:8px;
	font-weight:bold;
	cursor:pointer;
	background-color: #C0C0C0;
	color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D5D5D5;
	border-left-color: #B8B8B8;
	background-attachment: scroll;
	background-image: url(imgs/dropdown/ddbk.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.dropdown dt:hover {
	background-color: #A1A1A1;
	color: #000000;
	background-attachment: scroll;
	background-image: url(imgs/dropdown/ddbk_mo.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:156px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0
}
.dropdown ul {
	width:204px;
	list-style:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: 0px;
	padding: 0px;
}
.dropdown li {
	display:inline;
	margin: 0px;
	padding: 0px;
}
.dropdown dt a, .dropdown dt a:active, .dropdown dt a:visited {
	padding:0px;
	margin:0px;
	text-decoration:none;
	color: #000000;
}
.dropdown dt a:hover {
	padding:0px;
	margin:0px;
	text-decoration:none;
	color: #000000;
}

.dropdown ul a, .dropdown ul a:active, .dropdown ul a:visited {
	display:block;
	padding:5px;
	color:#FFFFFF;
	text-decoration:none;
	width:194px;
	background-image: url(imgs/dropdown/sub_nav_trans.png);
	background-repeat: repeat;
	background-color: #7D7D7D;
}
.dropdown  ul a:hover {
	color:#ABE846;
	background-color: #000000;
}
.dropdown .underline {
}
.pNAV {
	text-decoration: none;
	height: 33px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 936px;
}
.pNAVpartner {
	text-decoration: none;
	height: 26px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 921px;
	background-color: #96de1d;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 16px;
	color: #000000;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.pNAVpartner a {
	color: #181818;
	text-decoration: none;
}

