h2, h3, h4, h5, h6 { font: normal 16px Verdana, sans-serif; font-weight: bold; color: #7a7a7a; }

a:link { font-weight: normal; color: #7a7a7a; text-decoration: none; }
a:visited { font-weight: normal; color: #7a7a7a; text-decoration: none; }
a:hover { font-weight: normal; color:#000006; text-decoration: underline; }
a:active {  font-weight: normal; color:#005EA6; text-decoration: underline; }


	
#imNav { 
	margin-top:0px;
	width:150px;
	background-color:#F1F1DB;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	}
	
/* tabs */

#imNav ul {	
	width: 100%;
}

#imNav ul, #imNav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#imNav li {
}
#imNav li.current {	
}

#imNav li.disabled {
	opacity: 0.5;	
	cursor: default;
}

#imNav li a {
	text-align: right;
	margin:0 10px;
	padding:3px 0 3px 0;
	display:block;
	text-decoration:none;
	font:12px Verdana, Arial;
	cursor: pointer;
	color:#836b49;
	height:1%;
}
#imNav ul a:hover,
#imNav ul li:hover a,
#imNav ul li.iehover a {
	background-color:#e1dfb9;
	}
	
#imNav a:visited { color:#836b49; }
#imNav a:active { color:#F9AE2B; }

#itemdesc {
	font:Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	}
	
#itemtitle {
	text-align: left;
	font-size: 14px;
	line-height: 14px;
	font-weight:bold;
	}