@charset "utf-8";
/* CSS Document */
.drop-sub { display: block;  padding-left: 20px; background: #2956a2; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#2e60b8, #2956a2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2e60b8, #2956a2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2e60b8, #2956a2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2e60b8, #2956a2); /* Standard syntax (must be last) */
	color: #ffffff;
	line-height: 2.5em;
	text-decoration:none;}

.drop-sub:hover {background: #ffffff;
color: #000000; font-weight: bold; text-decoration: none;}