@charset "utf-8";
/* CSS Document */

.megamenu{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	padding: 10px;
	z-index: 100;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-right-color: #4377CB;
	border-bottom-color: #4377CB;
	border-left-color: #4377CB;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;

}

.megamenu .column{
	float: left;
	width: 180px; /*width of each menu column*/
	margin-right: 5px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.megamenu .column ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.megamenu .column ul li{
	padding-bottom: 5px;
}

.megamenu .column h3{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	font-size: 104%;
	font-weight: bold;
	color: #CC0033;
}

.megamenu .column ul li a{
	text-decoration: underline;
	color: #000000;
	font-size: 100%;
	font-weight: bold;
}

.megamenu .column ul li a:hover{
	color: #666666;
}
#nav #creditcards, #nav   #loans, #nav #banking, #nav #investments,  #nav #insurance {
	background-image: url(images/arrowDown.gif);
	background-repeat: no-repeat;
	background-position: 10px 14px;
	padding-left: 30px;
}

