.pulldowntableheader {
	background-color: transparent;
	color: #21455f;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;	
	text-transform: uppercase;
}

.pulldowntableheader a {
	color: #21455f !important;
}

.pulldowndiv {
	position: absolute;
	z-index: 2000;
	display: none;
	background-image: url(../images/menu_bg.png);
	border: 1px solid #21455f;
	cursor: pointer;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px
}

.pulldowntd {
	padding: 5px;
	font-size: 12px;
	color: #21455f;
	text-align: center;
}

.pulldowntdhighlight {
	padding: 5px;
	font-size: 12px;
	color: white;
	background-color: #21455f;
	text-align: center;
}

