/* Some stylesheet reset */
#cssmenu > ul{
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 1;
}

/* The container */
#cssmenu > ul {
	display: block;
	position: relative;
	width: 150px;
}

	/* The list elements which contain the links */
	#cssmenu > ul li {
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
		width: 150px;	
	}

		/* General link styling */
		#cssmenu > ul li a {
			/* Layout */
			display: block;
			position: relative;
			margin: 0;
			border-top: 1px dotted #0a6fb7;
			border-bottom: 1px dotted #0a6fb7;
			padding: 11px 20px;
			width: 110px;

			/* Typography */
			font-family:  Helvetica, Arial, sans-serif;
			color: #FFFFFF;
			text-decoration: none;
			text-transform: uppercase;
			text-shadow: 0 1px 0 #fff;
			font-size: 13px;
			font-weight: 300;

			/* Background & effects */
			background: #0a6fb7;
		}

		/* Rounded corners for the first link of the menu/submenus */
		#cssmenu > ul li:first-child>a {
			border-top-left-radius: 4px;
			border-top-right-radius: 4px;
			border-top: 0;
		}

		/* Rounded corners for the last link of the menu/submenus */
		#cssmenu > ul li:last-child>a {
			border-bottom-left-radius: 4px;
			border-bottom-right-radius: 4px;
			border-bottom: 0;
		}


		/* The hover state of the menu/submenu links */
		#cssmenu > ul li>a:hover, #cssmenu > ul li:hover>a {
			color: #FFFFFF;
			text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
			background: #0a6fb7;
			background: -webkit-linear-gradient(bottom, #0a6fb7, #74d7f3);
			background: -ms-linear-gradient(bottom, #0a6fb7, #74d7f3); 
			background: -moz-linear-gradient(bottom, #0a6fb7, #74d7f3);
			background: -o-linear-gradient(bottom, #0a6fb7, #74d7f3);
			border-color: transparent;
		}

		/* The arrow indicating a submenu */
		#cssmenu > ul .has-sub>a::after {
			content: '';
			position: absolute;
			top: 16px;
			right: 10px;
			width: 0px;
			height: 0px;

			/* Creating the arrow using borders */
			border: 0px solid transparent;
			border-left: 0px solid #0a6fb7; 
		}

		/* The same arrow, but with a darker color, to create the shadow effect */
		#cssmenu > ul .has-sub>a::before {
			content: '';
			position: absolute;
			top: 17px;
			right: 10px;
			width: 0px;
			height: 0px;

			/* Creating the arrow using borders */
			border: 4px solid transparent;
			border-left: 4px solid #fff;
		}

		/* Changing the color of the arrow on hover */
		#cssmenu > ul li>a:hover::after, #cssmenu > ul li:hover>a::after {
			border-left: 4px solid #fff;
		}

		#cssmenu > ul li>a:hover::before, #cssmenu > ul li:hover>a::before {
			border-left: 4px solid rgba(0, 0, 0, .25);
		}

	
		/* THE SUBMENUS */
		#cssmenu > ul ul {
			position: absolute;
			left: 150px;
			top: -9999px;
			padding-left: 5px;
			opacity: 0;
			/* The fade effect, created using an opacity transition */
			-webkit-transition: opacity .3s ease-in;
			-moz-transition: opacity .3s ease-in;
			-o-transition: opacity .3s ease-in;
			-ms-transition: opacity .3s ease-in;
		}

		/* Showing the submenu when the user is hovering the parent link */
		#cssmenu > ul li:hover>ul {
			top: 0px;
			opacity: 1;
		}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/
					
			
.product24pt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #4F90E5;
	font-weight: bold;
}
.productinfo10pt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #4F90E5;
}
.producttitle12pt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.menu-space {
	text-align: left;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #046FB7;
	font-size: 9px;
	background-color: #046FB7;
}
.menu1 {
	text-align: left;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	background-color: #FFFFFF;
}
.menu-padding {
	padding-left: 15px;
	margin-bottom: 200px;
	background-color: #046FB7;
}
.menu-padding a:hover {
	color: #79C144;
}
.minipurchpt12grey {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
}
.masterpasspt9black {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000;
}			
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #79C143;
	text-decoration: none
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #79C143;
	text-decoration: none;
	background: #AAD0F9
}
body {
	background-image: url(https://www.imarcengraver.com/images/blue_paw_bg.gif);
}
.dropbtn {
	background-color: #B2DC6E;
	color: white;
	padding: 5px;
	border: none;
	font-size: 16px;
	font-weight: bold;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dropbtn a {
	background-color: #B2DC6E;
	color: white;
	padding: 5px;
	border: none;
	font-size: 16px;
	font-weight: bold;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
	color: #FFFFFF;
	background-color: #1778BC;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-size: 15px;
	font-weight: bold;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: #00CCFF
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
	color: #046DB6;
	background-color: #B1DB6D;
	font-size: 16px;
	font-weight: bold;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}