/* let's go */
body {
	background: #ffffff;
	font-family: Arial; 
	font-size: 12px;
	font-weight: regular;
}

a.navobj {
	font-family: Arial; 
	font-size: 12px; 
	text-decoration: none; 
	color: black;
	font-weight: normal;
}

.navcolor {
	color:#E8D552;
}
a.navobj {text-decoration: none} 
a.navobj:link { color: #0B385D }
a.navobj:visited { color: #0B385D }
a.navobj:hover { font-weight:bold}


.leftframe{
	position:fixed;
	top:100;
	left:0;
}

.menu {
	position: relative;
	width: 185px;
	background: #FFFFFF;
	padding-right: 0px;
}

.menu2 {
	#border: 0px black dotted;
	width: 185px;
	background: #FFFFFF;
	padding: 0px;
	text-align:right;
}


div.menubox{
	background: #FFFFFF;
	width: 185px;
	margin-left: 0px;
	#border: 1px black solid;
}


/* 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;
}
