/* carl [at] featureblend.com */
/* $Header: /home/featureb/cvsroot/material_insight_master/material_insight/innervision/web/styles/secondary_menu.css,v 1.2 2004/10/17 17:44:34 featureb Exp $ $Name: innervision_release_01_09_2004 $ */
table#secondary-menu {
	width:186px;
}
table#secondary-menu tr td.secondary-menu-arrow {
	cursor:pointer;
	cursor:hand;
	width:6px;
	vertical-align:top;
}
table#secondary-menu tr td.secondary-menu-arrow img {
	vertical-align:top;
	margin-top:5px;
	margin-right:3px;
}
table#secondary-menu tr td.secondary-menu-link {
	width:180px;
	background:#D8DFE5
}
table#secondary-menu tr td.secondary-menu-link div {
	padding:1px;
}
table#secondary-menu tr td.secondary-menu-link div a {
	display:block;
	width:178px;
	font-size:10px;
	line-height:14px;
	color:#004260;
	background:#D8DFE5;
	text-indent:4px;
	text-decoration:none;
}
table#secondary-menu tr td.secondary-menu-link div a:hover, table#secondary-menu tr td.secondary-menu-link div a.secondary-menu-link-active {
	background:#758EA3;
	font-weight:bold;
	color:#FFF;
}