.n3vmenucss
{
 position		: absolute;
 visibility		: hidden;
 color			: #000000;
 z-index		: 100;
 background-color	: #F9F9F9;	
 border-left		: solid #000000 1px;
 border-right		: solid #000000 1px;
 border-bottom		: solid #000000 1px;
 width			: 205px;
}

.n3vmenucss a
{
 font-family		: Georgia, "Times New Roman", Times, serif;
 font-size		: 11px;
 display		: block;
 text-indent		: 10px;
 text-align		: left;
 border-top		: dashed #c0c0c0 1px;
 text-decoration	: none;
 font-weight		: bold;
 vertical-align		: text-bottom;	
 height			: 18px;
 padding-top		: 6px;	
}

.n3vmenucss a:hover
{
 background-color	: #E6E6E6;
 color			: #000000;
}


