/*
Author: DUET
Date: October 10, 2008
Description: CSS Code for Scroll Menu.
Copyright (C) 2008 DUET, Email: Duet@duet.ac.bd, URL: http://www.duet.ac.bd

Warning: This is a open source program.  It is free to use in any non-profitable learning or educational site, 
but it is recomended that you have no right to remove this commented portion 
 or  change any div name. If you want to use this code in a profitable site it is recomended that you have to contact
 with Administrator of Duet.
*/
div.MinhajMenu {
	width: 180px;
	font-family: verdana, Arial, sans-serif;
	font-size: 10px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.MinhajMenu div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
div.MinhajMenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}
div.MinhajMenu div.collapsed {
	height: 25px;
}
div.MinhajMenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.MinhajMenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.MinhajMenu div a {
	padding: 5px 25x;
	background: #666666;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}
div.MinhajMenu div a.current {
	background : #999999;
}
div.MinhajMenu div a:hover {
	background : #444444 url(linkarrow.gif) no-repeat right center;
	color: #ffffff;
	text-decoration: none;
}
}
