
/*Rogue Investor MENU STYLES */
/*VERSION 1.0, LAST UPDATED: May 22, 2007 */

/* INTRANET JAVASCRIPT PRIMARY NAVIGATION CLASSES */

/* Sets default text properites and appearance of links when mouse hovers over them. */
	
#riMenu div.menuBar a.ad{
font-size: 8pt;
font-style: italic;
font-family: Arial;
font-weight: bold;
color: blue;
cursor: pointer;}

#riMenu a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor: default;
	color: #FFFFFF;
	}


/* Sets appearance of links in active, visited, and mouse-over states. */
#riMenu a:hover, #riMenu a:visited, #riMenu a:active {
	  color: #FFFFFF;
	}

/* Defines basic nav bar properties. */
#riMenu div.menuBar {
  	position: relative
  	top: 0px;
	margin-left: auto
	margin-right: auto;
	background-color: #0F5642;
    background-color: #316E5D;
    background: none;
	padding: 1px 10px 3px 10px;
  	text-align: center;
  	border-bottom: #006633 solid 1px;
	}

/* Button properties (button simulation). No border used in our application. */
#riMenu div.menuBar a.menuButton {

	/*border-right adds white separator between nav bar buttons*/
	border-right: 1px solid #fff;
	white-space: nowrap;
	left: 0px;
	padding: 5px 10px 3px 10px;
	position: relative;
	top: 0px;
	font-weight: 600;
	z-index: 100;
	/*background-image: url('http://www.rogueinvestor.com/images/green-gradient-tab.gif');*/
	background-color: #696;
	background-repeat: no-repeat;
	}

/* Sets appearance and size (currently self-adjusting) of each menu. */
#riMenu div.menu a.menuItem, #riMenu div.menu span.menuItem {
	display: block;
	padding: 1px 12px 2px 8px;
	color: #FFFFFF;
	white-space: nowrap;
	}

/* Sets amount of offset for menu arrows. */
#riMenu div.menu a.menuItem span.menuItemArrow {
	margin: 0px -8px 0px -8px;
	padding-left: 6px;
	}

/*  Defines background and text color of items selected in the main nav bar. */
#riMenu div.menuBar a.menuButtonActive,
#riMenu div.menuBar a.menuButtonActive:hover,
#riMenu div.menuBar a.menuButtonActive:active {
	color:#ffffff;
	background-color: #0F5642;
    background-color: #316E5D;
	color: #FFFFFF;
	}

/* Defines color settings of each drop down menu. */
#riMenu div.menu {
	background-color: #0F5642;
    background-color: #316E5D;
	border: 1px solid #999;
	left: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
	}

/*  Defines appearance of buttons when hovered over. */
#riMenu div.menuBar a.menuButton:hover, #riMenu div.menuBar a.menuButton:active {
	background-color: #99BD99;
	color: #FFFFFF;
	}

/* Defines background color of menu items when you hover over them and sets color of selected text. */
#riMenu div.menu a.menuItem:hover, #riMenu div.menu span.menuItem:hover, #riMenu div.menu a.menuItemHighlight {
	color: #fff;
	background-color: #99BD99;
	}
#riMenu hr {
width:700px;
padding:0;
margin:0;
margin-left:4px;
}
