div {
	z-index: 10;
}
.subMenu a {
	background: white;
	color: black !important;
	display: block;
	cursor: pointer;
	text-decoration: none !important;
}

.subMenu a:hover {
	background: #C81D1B none repeat scroll 0%;
	color: white !important;
	text-decoration: none !important;
}

.subMenuCurrent a {
	background: #FFFFFF !important;
	color: #000000 !important;
	font-style: none;
	font-weight: bold;
	display: block;
	cursor: default;
	text-decoration: none !important;
}

.subMenuCurrent a:hover {
	background: #FFFFFF !important;
	color: #000000 !important;
	font-style: none;
	font-weight: bold;
	text-decoration: none;	
}

.subMenuClose {
	color: #000000 !important;
	list-style: none;
	padding: 0px;
	text-align: right;
	text-decoration: none !important;
}

.subMenuClose a:hover {
	text-decoration: none !important;
	text-decoration: none !important;
}

.subMenuCloseBorder {
	border: outset black 1px;
	list-style: none;
	display: inline;
	padding: 0px;
	text-transform: capitalize;	
}

