/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.menudiv
{
font: 10px Verdana, Arial, sans-serif;
text-align:left;  
}
.menudiv ul{
	font-size:14px;
	line-height:17px;
	font-weight:bold;
background: #4773e4;
margin: 0;
padding: 0;
list-style-type: none;
width: auto; /* Width of Menu Items */
/* border-bottom: 1px solid #ccc; */

}
	
.menudiv ul li{
	font-size:14px;
	line-height:17px;
	font-weight:bold;
background: #4773e4;
position: relative;
width: auto; /* Width of Menu Items */ 

}
	
/*Sub level menu items */
.menudiv ul li ul{
	font-size:14px;
	line-height:17px;
	font-weight:bold;
position: absolute;
background: #4773e4;
color: #000;
top: 0;
visibility: hidden;
border: 1px dashed #e6e6e6;
width: 250px; /* Width of Menu Items */
}

/* Sub level menu links style */
.menudiv ul li a{
width: auto; /* Width of Menu Items */
	font-size:14px;
	line-height:17px;
	font-weight:bold;
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #fff;
text-decoration: none;
background: #4773e4;
padding: 1px 5px;
/* border: 1px solid #ccc; */
border-bottom: 0;
}

.menudiv ul li a:visited{
	font-size:14px;
	line-height:17px;
	font-weight:bold;
background: #4773e4;
color: #fff;
}

.menudiv ul li a:hover{
	font-size:14px;
	line-height:17px;
	font-weight:bold;
color: #4773e4;
background: #e6e6e6;   
}

.menudiv .subfolderstyle{
 background: url(images/fwr_arrow.gif) no-repeat center right;
border: 1px dashed #4773e4;
}

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