/* Some stylesheet reset */


.DeeCopy {
	font-family: Arial, Helvetica, sans-serif; font-size:15px;
	 
}

.DeeCopy li {
	font-family: Arial, Helvetica, sans-serif; font-size:15px;
	 
}

.DeeCopy em {
	font-family: Arial, Helvetica, sans-serif; font-size:15px; font-style:italic;
	 
}

p {margin-top:10px; font-family:Arial, Helvetica, sans-serif;}

#main_menu a:link { color:#FFF; text-decoration: none; }
#main_menu a:hover { text-decoration: none; color: #FFCC33; }
#main_menu a:visited { color:#FFF; text-decoration: none; }
#main_menu a:active { text-decoration: none; color: #FFF; }
A:link {text-decoration: none; color:#000;}
A:visited {text-decoration: none; color:#000;}
A:active {text-decoration: none; color:#000;}
A:hover {text-decoration: none; color: #a4001d;}
.gldLinks A:link {text-decoration: none; color:#eec140; font-weight:900}
.gldLinks A:visited {text-decoration: none; color:#eec140;}
.gldLinks A:active {text-decoration: none; color:#eec140;}
.gldLinks A:hover {text-decoration: none; color: #FFF;}
.redLinks A:link {text-decoration: none; color:#9c0031;}
.redLinks A:visited {text-decoration: none; color:#9c0031;}
.redLinks A:active {text-decoration: none; color:#9c0031;}
.redLinks A:hover {text-decoration: none; color: #FFCC33;}
.redLinks2 A:link {text-decoration: none; color:#9c0031;}
.redLinks2 A:visited {text-decoration: none; color:#9c0031;}
.redLinks2 A:active {text-decoration: none; color:#9c0031;}
.redLinks2 A:hover {text-decoration: none; color: #FFCC33;}
.blkLinks A:link {text-decoration: none; color:#000;}
.blkLinks A:visited {text-decoration: none; color:#000;}
.blkLinks A:active {text-decoration: none; color:#000;}
.blkLinks A:hover {text-decoration: none; color: #9c0031;}
.whtLinks A:link {text-decoration: none; color:#fff; }
.whtLinks A:visited {text-decoration: none; color:#fff;}
.whtLinks A:active {text-decoration: none; color:#fff;}
.whtLinks A:hover {text-decoration: none; color: #FFCC33;}
#sitemapbox a:link { color:#FFF; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:10px}
#sitemapbox a:hover { color:#FFCC33; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:10px}
#sitemapbox a:visited { color:#FFF; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:10px}
#sitemapbox a:active { color:#FFF; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:10px}

.sitemapbox
		{
			width: 90%;
			height: auto;
			border: 1px solid #999;
		}
		
.floatleft
		{
			float: left;
			width: auto;
			height: auto;
			padding: 8px;
		}
		
.floatleft li
{
list-style-type: none;
padding-right: 0px;
font-size:x-small;

}

.floatleft A:link {text-decoration: none; color:#FFF;}
.floatleft A:visited {text-decoration: none; color:#FFF;}
.floatleft A:active {text-decoration: none; color:#FFF;}
.floatleft A:hover {text-decoration: none; color: #FFCC33;}
.floatleft H3 {color:#FFF;}

ul.nav, .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 1;
}

/* The container */
.nav {
	display: block;
	position: relative;
}

/* The list elements which contain the links */
.nav>li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;	
}

	/* General link styling */
	.nav>li>a, .nav ul li a {
		/* Layout */
		display: block;
		position: relative;
		margin: 0;
		padding: 5px 27px;

		/* Typography */
		font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
		color: #d8d8d8;
		text-decoration: none;
		text-transform: uppercase;
		text-shadow: 0 1px 1px #000;
		font-size: 16px;

		/* Background & effects */
		/*background: #80051a;  Background for Internet Explorer 9 and older browsers */
		background: -webkit-linear-gradient(bottom, #80051a, #44020d); /* Background for Chrome & Safari */
		background: -ms-linear-gradient(bottom, #80051a, #44020d); /* Background for Internet Explorer 10+ */
		background: -moz-linear-gradient(bottom, #80051a, #44020d); /* Background for Firefox */
		background: -o-linear-gradient(bottom, #80051a, #44020d); /* Background for Opera */
	}

	/* The main menu links */
	.nav>li>a {
		border-right: 1px dotted #3a3a3a;
		border-left: 1px dotted #1b1b1b;
	}

	/* Rounded corners for the first link of the main menu */
	.nav>li:first-child>a {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		border-left: 0;
	}

	 Rounded corners for the last link of the main menu 
	.nav>li:last-child>a {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		border-right: 0;
	}

	/* The submenu links */
	.nav ul li a {
		/* Layout */
		border-top: 1px dotted #3a3a3a;
		border-bottom: 1px dotted #1b1b1b;
		padding: 5px 27px;
		width: 200px;

		/* Background */
		background: #282828;
	}

	/* The hover state of the menu/submenu links */
	.nav>li>a:hover, .nav>li:hover>a, .nav ul li a:hover, .nav ul li:hover>a {
		color: #fff;
		text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
		background: #d4b800;
		background: -webkit-linear-gradient(bottom, #d4b800, #f6d600);
		background: -ms-linear-gradient(bottom, #d4b800, #f6d600); 
		background: -moz-linear-gradient(bottom, #d4b800, #f6d600);
		background: -o-linear-gradient(bottom, #d4b800, #f6d600);
		border-color: transparent;
	}

	/* The links which have submenus have more space to the left */
	.nav>.dropdown>a {
		padding-right: 30px;
	}

	/* The arrow indicating a dropdown menu */
	.nav>.dropdown>a::after {
		content: "";
		position: absolute;
		top: 10px;
		right: 14px;
		width: 0px;
		height: 0px;

		/* Creating the arrow using borders */
		border: 4px solid transparent;
		border-top: 4px solid #d8d8d8; 
	}

	/* The same arrow, but with a darker color, to create the shadow effect */
	.nav>.dropdown>a::before {
		content: "";
		position: absolute;
		top: 11px;
		right: 14px;
		width: 0px;
		height: 0px;

		/* Creating the arrow using borders */
		border: 4px solid transparent;
		border-top: 4px solid #000;
	}

	/* Changing the color of the arrow on hover */
	.nav>li>a:hover::after, .nav>li:hover>a::after {
		border-top: 4px solid #fff;
	}

	.nav>li>a:hover::before, .nav>li:hover>a::before {
		border-top: 4px solid rgba(0, 0, 0, .3);
	}

	/* THE SUBMENUS */
		.nav ul {
			position: absolute;
		}

		/* Level 1 submenu */
		.nav>li>ul {
			padding-top: 5px;
			top: -9999px;
			opacity: 0;
			-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 */
		.nav>li:hover>ul {
			top: 23px;
			opacity: 1;
		}

		/* Level 2+ submenus */
		.nav ul ul {
			left: 160px;
			top: -9999px;
			padding-left: 5px;
			opacity: 0;
			-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 */
		.nav ul>li:hover>ul {
			top: 0px;
			opacity: 1;
		}

		/* The containers of the submenu links */
		.nav ul li {
			margin: 0;
			padding: 0;
			display: block;
			position: relative;
		}

		/* Rounded corners for the first link of the submenu */
		.nav ul>li:first-child>a {
			border-top: 0;
			border-top-left-radius: 4px;
			border-top-right-radius: 4px;
		}

		/* Rounded corners for the last link of the submenu */
		.nav ul>li:last-child>a{
			border-bottom: 0;
			border-bottom-left-radius: 4px;
			border-bottom-right-radius: 4px;
		}

		/* The arrow indicating a level 2+ submenu */
		.nav ul>.dropdown>a::after {
			content: "";
			position: absolute;
			top: 16px;
			right: 10px;
			width: 0px;
			height: 0px;

			/* Creating the arrow using borders */
			border: 4px solid transparent;
			border-left: 4px solid #d8d8d8; 
		}

		/* The same arrow, but with a darker color, to create the shadow effect */
		.nav ul>.dropdown>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 #000;
		}

		/* Changing the color of the arrow on hover */
		.nav ul>li>a:hover::after, .nav ul>li:hover>a::after {
			border-left: 4px solid #fff;
		}

		.nav ul>li>a:hover::before, .nav ul>li:hover>a::before {
			border-left: 4px solid rgba(0, 0, 0, .3);
		}