.menudiv
{

}
.menudiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width:60%; /* Width of Menu Items */
/* border-bottom: 1px solid #ccc; */
}
	
.menudiv ul li{
position: relative;
}
	
/*Sub level menu items */
.menudiv ul li ul{
position: absolute;
background: #f8f8f9;
min-width: 200px; /*sub menu width*/
top: 0;
visibility: hidden;
border: 1px solid #ccc;
}

/* Sub level menu links style */
.menudiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color : #999999;
text-decoration: none;
padding: 1px 5px;
/* border: 1px solid #ccc; */
border-bottom: 0;
}

.menudiv ul li a:visited{}

.menudiv ul li a:hover{
color: #8AB531;
}

.menudiv .subfolderstyle{
background: url(images/fwr_arrow.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .menudiv ul li { float: left; height: 1%; }
* html .menudiv ul li a { height: 1%; }
/* End */

/* CSS Document 
	#nav, #nav ul { 
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 14em;
	}
	
	#nav li { 
		position : relative;
		float : left;
		line-height : 1.50em;
		margin-bottom : -1px;
		width: 14em;
		
	}
	
	#nav li ul { 
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.35em;
	}
	
	#nav li ul ul { 
		left: -999em;
	}
	
	#nav li a {
		width: 14em;
		w\idth : 14em;
		display : block;
		color : #999999;
		text-decoration : none;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color: #8AB531;
	
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
		left: auto;
	}

	

#nav a.daddy {
	background: url(images/arrow_green.gif) center right no-repeat;
}


#nav li.selected {
    background-color: #FFFFFF;
}*/
