a:hover
						{
							font-size: 10pt;
							font-weight: normal;
							color: #0700FE;
							background-color: #FFFF00;
							text-decoration: none;
							cursor: pointer;
						}
a:link
						{
							font-size: 10pt;
							font-weight: normal;
							color: #0033CC;
							background-color: transparent;
							text-decoration: inherit;
						}
a:active
						{
							font-size: 10pt;
							font-weight: normal;
							color: #990000;
							background-color: transparent;
							text-decoration: inherit;
						}
a:visited
						{
							margin: 0px;
							font-weight: normal;
							color: #006633;
							background-color: transparent;
							text-decoration: inherit;
						}

#dropmenudiv			{
							position: absolute;
							border: 1px solid black;
							border-bottom-width: 0px;
							font-weight: normal;
							line-height:18px;
							z-index:100;
						}

#dropmenudiv a			{
							width: 100%;
							display: block;
							text-indent: 3px;
							border-bottom: 1px solid black;
							padding: 1px 0;
							text-decoration: none;
							font-weight: normal;
							color: #FFFFFF;
							background-color: #666699;
						}
						
#dropmenudiv a:hover	{ 
							font-weight: normal;
							color: #0700FE;
							background-color: #FFFF00;
							text-decoration: inherit;
							cursor: pointer;
							font-size: 10pt;
						}						
.cssnav					{
							position:relative;
							top: 2px;
							left: 200px;
							width: 140px;
							height: 26px;
							float: left;
							font-family: Verdana, Arial, Helvetica, sans-serif;
							font-style: normal; 
							background: url(http://www.Ducharmebrothersdesign.com/menu_bar/cssmenubutton.png) no-repeat;
							overflow:hidden;/* for ie to hide extra height*/
						}
.cssnav a 				{
							display: block;
							font-size: 11px;
							font-family: Verdana, Arial, Helvetica, sans-serif;
							font-style: normal; 
							width: 140px;
							height: 26px;
							float: left;
							color: #FFFFFF;
							text-decoration: none;
							overflow:hidden;/* for ie to hide extra height*/
						}
.cssnav a:hover 		{
							font-family: Verdana, Arial, Helvetica, sans-serif;
							font-style: normal; 
							color: #FFFF00;
							text-decoration: none;							
						}
			

.cssnav img 			{
							width: 140px;
							height: 26px;
							border: 0px;
						}
						
* html a:hover 			{
							visibility:visible;
						}
.cssnav a:hover img		{
							visibility:hidden;
						}

.cssnav span 			{
							position: absolute;
							font-size: 11px;
							top: 24%;
							left: 0%;
							text-align: center;
							width: 100%;
							cursor: pointer;   
						}
.Nolink span			{
							position: relative;
							text-indent: 0%;
							font-size: 12pt;
							font-style: normal;
							text-align: center;
							color: #000000;
							cursor: default;   
						}