/*
Override the default dropdown values with styling to avoid breaking the precarious menu
*/

ul.dropdown {
	margin-left: 55px;
	display: inline; /* Otherwise IE 6 uses margin x 2 */
}

ul.dropdown li.current-menu-item a {
	background-image: url('images/select.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}

ul.dropdown li.current-menu-item li a {
	background-image: none;
}

ul.dropdown li li.current-menu-item a {
	background-image: url('images/select2.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

ul.dropdown li {
	background-color: transparent;
	color: white;
	font-weight: normal;
	background-image: url('images/bar.gif');
	background-repeat: no-repeat;
}

ul.dropdown li a {
	border: 0px !important;
	padding: 10px 15px !important;
}

ul.dropdown li#menu-item-63 {
	background-image: none;
}

ul.dropdown li#menu-item-63:hover {
	background-image: none !important;
}

ul.dropdown li a:hover {
	text-decoration: underline;
}

ul.dropdown li:hover {
	background-image: url('images/bar.gif');
	background-repeat: no-repeat !important;
}

ul.dropdown a {
	color: white !important;
}

ul.dropdown li li {
	background-color: #004199 !important;
	border-bottom: 1px solid white;
	background-image: none;
}

ul.dropdown li li:hover, ul.dropdown li li a:hover {
	background-color: #004199 !important;
}

ul.dropdown li li a {
	border: 0px !important;
}