/* let's go */

a.navobj {
	font-family: Courier; 
	font-size: 14px; 
	color: #FFFFFF;
}

.navcolor {
	color:#FFFFFF;
}

.leftframe{
	position:fixed;
	top:100;
	left:0;
}

.menu {
	position: relative;
	width: 185px;
	background: #CAB85A;
	padding-right: 3px;
}

.menu2 {
	#border: 0px black dotted;
	width: 185px;
	background: #CAB85A;
	padding: 0px;
	text-align:right;
}


div.menubox{
	background: #CAB85A;
	width: 185px;
	margin-left: 0px;
	#border: 1px black solid;
}

div.menu {
	text-align:right;
        line-height: 16pt;
}


/* The remaining "advanced" rules are ignored by Netscape 4 
   (and IE5.0?) due to the next line so leave the menu on 
   screen */
/*/*/
div.menubox{
	position: absolute;
	margin-left: 0px;
	visibility: hidden;
}

/*IE5 cant deal with the next rules so the script at the 
  end of the page is necessary*/
	div.menu:hover > div.menubox, div.menubox:hover {
	left: 185px;
	visibility: visible;
	top: 0px;
}
