.dropdown-menu li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	white-space: nowrap;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
	color: #ffffff;
	text-decoration: none;
	background: #4d708c; /* Old browsers */
	background: -moz-linear-gradient(top, #4d708c 0%, #00325b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d708c), color-stop(100%, #00325b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4d708c 0%, #00325b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4d708c 0%, #00325b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4d708c 0%, #00325b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4d708c 0%, #00325b 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d708c', endColorstr='#00325b', GradientType=0 ); /* IE6-9 */
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	color: #333333;
	text-decoration: none;
	background: #4d708c; /* Old browsers */
	background: -moz-linear-gradient(top, #4d708c 0%, #00325b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d708c), color-stop(100%, #00325b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4d708c 0%, #00325b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4d708c 0%, #00325b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4d708c 0%, #00325b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4d708c 0%, #00325b 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d708c', endColorstr='#00325b', GradientType=0 ); /* IE6-9 */
	background-repeat: repeat-x;
	outline: 0;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}