/*WES Demos Styling */

#demos {font-variant: small-caps;
		  font-weight: normal;
		  height: auto;}		
			  
				   
#demos ul		 {list-style: none;
		  	  		  padding: 0;
					  line-height: 1.25em;
					  margin-bottom: 1.5em;
					 }
			  
#demos li {text-align: left;
			  position: relative;
			  list-style-position: inside;
			  line-height: 1.25em;
			  margin-bottom: 1.5em;
			}	

#demos ul a {list-style-type: disc;
				display: block;
	 			padding: 0;
				vertical-align: top; 
				line-height: 1.25em;
			  }	/* IE5 Windows*/			
				
					
#demos li a:hover {list-style-type:disc;
						}
						
#demos a span {display: none;
		 } /*Menu Item Description Popup - needed to make the span text invisible. The styling below makes the span text visible upon hover*/
		 
#demos a:hover span {display: block;
				  border: 1px solid rgb(173,59,18);
				  position: absolute;
				  color: black;
				  background-color: #CFA97E;
				  background-image: url(Images/Misc/Dkgoldbackground.jpg);
				  left: 350px;
				  top: 5px;
				  width:300px;
				  font-size: .85em;
				  line-height: 1.25em;
				  padding: 5px;
				  z-index: 100;
				 }	/*Menu Item Description Popup*/ 
