/*
table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
*/

.dropMenuBox {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}

.dropMenuBox table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	/* z-index: 100; */
	width: 160px;
	top: 0;
	left: 160px;
}

.dropMenuBox table td {
	margin: 0;
	padding: 0;
	width: 160px;
	height: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.dropMenuBox table td a.top {
	display: block;
	margin: 0;
	padding: 0;
	width: 160px;
	height: 21px;
	line-height: 21px;
 	background: url(../img/ddm_pat.gif) no-repeat bottom left;
	font-size: 10px;
	text-indent: 16px;
	color: #333;
	text-decoration: none;
}

.dropMenuBox table td a.topSec {
	display: block;
	margin: 0;
	padding: 0;
	width: 159px;
	height: 21px;
	line-height: 21px;
 	background: url(../img/ddm_pat.gif) no-repeat bottom -1px;
	font-size: 10px;
	text-indent: 16px;
	color: #333;
	text-decoration: none;
}

.dropMenuBox table td a.sec {
	display: block;
	margin: 0;
	padding: 0;
	width: 159px;
	height: 20px;
	line-height: 20px;
 	background: url(../img/ddm_pat.gif) no-repeat bottom -1px;
	font-size: 10px;
	text-indent: 16px;
	color: #333;
	text-decoration: none;
}

.dropMenuBox table td a {
	display: block;
	margin: 0;
	padding: 0;
	width: 160px;
	height: 20px;
	line-height: 20px;
 	background: url(../img/ddm_pat.gif) no-repeat bottom left;
	font-size: 10px;
	text-indent: 16px;
	color: #333;
	text-decoration: none;
}

.dropMenuBox table td a:a:visited {
	color: #333;
	text-decoration: none;
}

.dropMenuBox table td a:hover {
	background: url(../img/ddm_pat_r.gif) no-repeat;
	color: #fff;
	text-decoration: none;
}



div#crntBox table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 160px;
}

div#crntBox table td {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#crntBox table td a {
	display: block;
	width: 160px;
	height: 21px;
	background: url(../img/gnav_s_pat.gif) no-repeat left bottom;
	font-size: 10px;
	line-height: 21px;
	color: #333;
	text-indent: 16px;
	text-decoration: none;
}

div#crntBox table td a:hover {
	background: url(../img/gnav_s_pat_r.gif) no-repeat left bottom;
	color: #fff;
	text-decoration: none;
}

div#crntBox table td a.crnt {
	display: block;
	border-collapse: collapse;
	width: 160px;
	height: 21px;
	background: url(../img/gnav_s_pat_r.gif) no-repeat left bottom;
	font-size: 10px;
	line-height: 21px;
	color: #fff;
	text-indent: 16px;
	text-decoration: none;
}

