@charset "utf-8";
/* CSS Document */

		a:link {
			color: #cab08d;
			text-decoration: none;
		}
		a:visited {
			text-decoration: none;
			color: #cab08d;
		}
		a:hover {
			text-decoration: underline;
			color: #FDFDFF;
		}
		a:active {
			text-decoration: none;
			color: #cab08d;
		}
		
		
		a.mike:link {
			color: #e0c5b0;
			text-decoration: none;
		}
		a.mike:visited {
			text-decoration: none;
			color: #e0c5b0;
		}
		a.mike:hover {
			text-decoration: underline;
			color: #FDFDFF;
		}
		a.mike:active {
			text-decoration: none;
			color: #e0c5b0;
		}




		.menutext{
		
				font-family:tahoma;
				font-size:11px;
				font-weight:bold;
				color: #cab08d;
				padding-top:5px;
				
			}
		
		.welcome{
		
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:13px;
				color: #593c2c;
				font-weight:bold;
			}
			
		.zip{
		
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:25px;
				color: #593c2c;
				font-weight:bold;
			}
			
		.dummytxt{
		
				font-family: tahoma;
				font-size:11px;
				color: #666666;
			}
			
		.linkstext{
		
				font-family: tahoma;
				font-size:11px;
				color: #e0c5b0;
				padding-left:5px;
			}
			
			
		.footer{
		
				font-family: tahoma;
				font-size:11px;
				color: #efe3d3;
			}
			
			
		/* ######### Style for Drop Down Menu ######### */

		.dropmenudiv{
				margin-left:-10px;
				margin-top:8px;
				position:absolute;
				top: 0;
				border: 1px solid #BBB; /*THEME CHANGE HERE*/
				border-bottom-width: 0;
				font:normal 11px tahoma;
				line-height:18px;
				z-index:100;
				background-color: #5E361D;
				color:#ffffff;
				width: 160px;
				visibility: hidden;
				filter: progid:DXImageTransform.Microsoft.Shadow(color=#ffffff,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
		}
		
		.dropmenudiv a{
				width: auto;
				display: block;
				text-indent: 3px;
				border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
				padding: 2px 0;
				text-decoration: none;
				font-weight: bold;
				color: #ffffff;
		}
		
		* html .dropmenudiv a{ /*IE only hack*/
				width: 100%;
		}
		
		.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
				background-color: #977f5b;
				color:#ffffff;
				text-decoration: underline;
		}