/*MOOFX - DROPDOWNS*/

#dropdown-content p {
	font-weight: bold;
	font: Arial;
	margin: 0;
	padding: 10px 10px 10px 10px;
	line-height: 20px;
	
}

#dropdown-content ul {
	font-weight: bold;
	line-height: 20px;
	padding: 0px 0px 10px 10px;
	margin: 0;
	list-style: none
}

#dropdown-content ul li {
	font-weight: bold;
	background: url(../images/bullet-left-col.gif) 0 3px no-repeat;
	padding: 0 0 0 15px
}

#dropdown-content ul li ul {
	margin: 0;
	padding: 0;
}

/*ul.bullets {
	background: url(../images/bullet-left-col.gif) center left no-repeat;
	padding: 0 0 0 10px
}*/

.stretcher {
background: none !important;
background: #fff;
}

#dropdown-content a {
	color: #557BDB;
	padding: 0 3px 0 3px;
	margin: 0 auto;
	font-size: 11px
}

#dropdown-content a:link, #dropdown-content a:visited {
	color: #557BDB;
	text-decoration: none;
	background-color: transparent;
}

#dropdown-content a:hover, #dropdown-content a:active {
	padding: 0 3px 0 3px;
	color: #22449d;
	text-decoration: none;
	background-color: transparent;
}

/*END*/

/*Main Hover*/

#dropdown-content h3 a {
	font: 13px Arial, Helvetica;
	line-height: 18px;
	color: #22449d
	
}

#dropdown-content h3 a:link, #dropdown-content h3 a:visited {
	font-weight: bold;
	color: #22449d;
	text-decoration: none
}

#dropdown-content h3 a:hover, #dropdown-content h3 a:active {
	font-weight: bold;
	color: #A7B4D8;
	text-decoration: none;
	background-color: none;
}

/*END*/

#left-col-container {
	width: 144px;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #fff;
}


#dropdown-content h3 {
	margin: 0;
	padding: 5px 0 5px 11px;
	font-size: 16px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/dropdown-bg.gif) left no-repeat;
}

#dropdown-content h4 {
	margin: 0;
	cursor: pointer;
}
