@charset "iso-8859-1";

.product {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 10px;
		color : #000000;
		text-decoration: none;
		}

.productmed {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		color : #000000;
		text-decoration: none;
		}	
		
.productLarge {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 16px;
		color : #2E3092;
		}		
		
.subproductnav {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		color : #2E3092;
		text-decoration: none;
		}
.subproductnav:hover {
		text-decoration: underline;
		}

.question {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		color : #2E3092;
		text-decoration: none;
		}

.question:hover {		
		text-decoration: underline;
		}
		
.answer	{	
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		line-height: 15px;		
		margin-top:1px; 
		}
		
.productNav	{
	color : #2E3092;
	font-family : "Times New Roman", Times, serif;
	font-size : 12px;
	text-decoration: none;
	}

.productNav:hover	{
	color : #999999;
	}

.howtonav	{
	color : #ffffff;
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
	text-decoration: none;
	}

.howtonav:hover	{
	text-decoration: underline;
	}	
	
.howtonav2	{
	color : #ffffff;
	font-family : "Times New Roman", Times, serif;
	font-size : 12px;
	text-decoration: underline;
	}

.howtonav2:hover	{
	text-decoration: none;
	}	
				 
	#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px "Times New Roman", Times, serif;
	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: bold;	 
	color : #2E3092;
	}
	
	#dropmenudiv a:hover{ /*hover background color*/
	background-color: #FFCC4D;
	}	
	
