/*
	************************************************************************************************************************
	START OF Drop Down Menu Styles
	************************************************************************************************************************
*/

/*---------------------------------- Vertical Menus -------------- */
#brownnavdiv {

width: 100%;
clear:both;
padding-left:50px;
text-align:center;
}

ul.navmenuvert { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}


li.navmenuvertli { /* all list items */
	width: auto; /* Width of Menu Items */
	float: left;
	position: relative;
	z-index:2;
}

li.navmenuvertli a{	
	color: #ffffff;
	text-decoration: none;	
	display: block;
}
li.navmenuvertli a:hover {	
	color: #ffffff;
	text-decoration: none;	
	display: block;
}
li.navmenuvertli a:visited {	
	color: #ffffff;
	text-decoration: none;	
	display: block;
}
li.navmenuvertli a:active {	
	color: #ffffff;
	text-decoration: none;	
	display: block;
}




li.navmenuvertlisub {
	width: auto; /* Width of Menu Items */
	z-index:3;
	border-right:0;
}



li ul.navmenuvert { /* second-level lists */
	display: none;
	position: absolute;
	top: auto;
	left: 0;
}

/* Top level off state */

ul.navmenuvert li a {

	font-size: 70%;
	font-weight: 600;
	text-align:center;
	line-height: 26px;
	color: #fff;
	display: block;
	text-decoration: none;
	background: #184D18;
	border-right: 1px solid #cfc4c5;
		/* Right-hand border colour = LINE */
	/*border-bottom: 1px solid #666666;	 Bottom border colour = LINE */
	
}

/* Top level over state */

ul.navmenuvert li a:hover {
	
	
	background: #267826; /* IE6 Bug */
	background-color: #267826;
	text-decoration: none;	
	display: block;
}


	
/* Fix IE. Hide from IE Mac \*/

* html ul.navmenuvert li { float: left; height: 1%; }
* html ul.navmenuvert li a { height: 1%; }

/* End */

li>ul.navmenuvert
	{ 
	/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	
	}


/*
	Sub Nav off Style
*/

li ul.navmenuvert li a { 
	z-index:2;
	font-size: 70%;
	font-weight: normal;
	text-align:left;
	padding-left:15px;
	padding-right:10px;
	line-height: 18px;
	color: #fff;
	display: block;
	text-decoration: none;
	background: #184D18; 
	padding-top:1px;
	padding-bottom:3px;
	
	border-right:0;
	
	/*background: #0000FF; 		IE6 Bug 
	background-color: #0000FF; 
D6086B
	*/
}

*html li ul.navmenuvert li a{
 /*background:0;*/
        
}



/*
	Sub Nav over Style
*/

li ul.navmenuvert li a:hover { 

	color: #FFFFFF;
	background: #267826; /* IE6 Bug */
    border:0;

}



li:hover ul.navmenuvert, li.oververt ul.navmenuvert { /* lists nested under hovered list items */
	display: block;
}


hr.content {
	clear: left;
	display: none;
}



/*
	************************************************************************************************************************
	END OF Drop Down Menu Styles
	************************************************************************************************************************
*/