/* let's go */

a.navobj {
	font-family: Times, Palentino; 
	font-size: 14px; 
	color: #600B15;
	text-decoration: none;
}

a.navobj:hover {
	text-decoration: underline;
}	

.navcolor {
	color:#FFFFFF;
}

.leftframe{
	position:fixed;
	top:100;
	left:0;
}

.menu {
	position: relative;
	width: 195px;
	padding-right: 3px;
	text-decoration: none;
}

.menu2 {
	#border: 0px black dotted;
	width: 165px;
	background: #CD9F4C;
	padding: 0px;
	text-align:right;
	text-decoration: none;
}


div.menubox{
	background: #CD9F4C;
	width: 195px;
	margin-left: 0px;
	border: 0px 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: 190px;
	visibility: visible;
	top: 0px;
}
