/* CSS Document */

/*

Theme Name: BAU Website
Description: Template for BAU Website.
Version: 1.0
Created By:  Md. Geaur Rahman
             Assistant Professor
             Department of Computer Science & Mathematics
             Faculty of Agricultural Engineering & Technology
             Bangladesh Agricultural University, Mymensingh-2202.
             Email: gea_bau@yahoo.com, gea@bau.edu.bd
             Mobile: (88) 01716 449616
*/


.menutree {
	font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
    color: #666666;
	white-space: nowrap;
	position: relative;

top: 0px;
bottom: 0px;
left: 5px;
width: 100%; /*218px Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-image:url(lbg.jpg); background-repeat: repeat;

	
	
}
.menutree img {
	border: 0px;
	vertical-align: middle;
	text-align:left;	
	height:11px;
	width:10px;
	
}
.menutree a {
	color: #333333;
	text-decoration: none;	
	height:500px;
}
.menutree a.node, .menutree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.menutree a.node:hover, .menutree a.nodeSel:hover {
	color: #333333;
	text-decoration: underline;
}
.menutree a.nodeSel {
	background-color: #c0d2ec;
}
.menutree .clip {
	overflow: hidden;
}



