/* let's go */

div.navOuter {
	overflow: hidden;
	width: 100%;
	padding-top: 6px;
	background: url(../../images/page_nav_bg.jpg);
}

div.navDivLevel1 {
	text-align: right;
	padding-right: 22px;
	background: url(../../images/page_nav_arrow.jpg) 132px 5px no-repeat;
}

a.navobj, a.navLevel1 {
	font-family: Arial; 
	font-size: 14px; 
	color: #5B7EA6;
	text-align:right;
	text-decoration: none;	
	line-height: 16pt;	
}

a.navobjselected, a.navLevel1.selected {
	font-family: Arial; 
	font-size: 14px;
	font-weight: bold; 
	color: #FF9933;
	text-align:right;
	text-decoration: none;	
	line-height: 16pt;	
}

a.navobj1, a.navLevel2 {
	font-family: Arial; 
	font-size: 12px; 
	color: #333333;
	text-align:right;
	text-decoration: none;	
	line-height: 12pt;	
}


a.navobjselected1, a.navLevel2.selected {
	font-family: Arial; 
	font-size: 12px;
	font-weight: bold; 
	color: #FF9933;
	text-align:right;
	text-decoration: none;	
	line-height: 12pt;	
}


.navcolor {
	color:#5B7EA6;
	text-align:right;
	text-decoration: none;	
}

.leftframe{
	text-align:right;
	text-decoration: none;	
}

.menu {
	padding-right: 3px;
	text-decoration: none;	
	text-align:right;
	line-height: 16pt;	
}

.menu2 {
	padding: 0px;
	text-align:right;
	text-decoration: none;	
	line-height: 16pt;	
}


div.menubox, span.menubox{
	#border: 1px black solid;
	line-height: 16pt;	
}

div.menu, span.menubox {
	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 {
	visibility: visible;
	top: 0px;
}
