/******** CSS Document - Navigation elements for IITB Home and related next-level pages ********/

/* CSS-Based Menu */


/* Menu Container START */
#menu{
	font-family: Verdana, Arial, sans-serif, Times New Roman,Calibri,Cambria;
	width:156px;
	position:relative;
	z-index:100;
	margin-top: 0px;
	margin-right: 0;
}
/* Menu Container END */

/* Visbile-Level (1st-level) Menu UL START */
#menu ul {
	margin:0;
	list-style-type: none;
	border:0px solid #606;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: -40px;
}
/* Visbile-Level (1st-level) Menu UL END */

/* 2nd-Level Menu (fly-out menu) UL START */
#menu ul li ul {
	visibility:hidden;
	position:absolute;
	height:0;
	overflow:hidden;
	top:0;
	left:196px;
	width: 136px;
}
/* 2nd-Level Menu (fly-out menu) UL END */

/* Special positioning for specific sub-menus for aesthetic balance START */

#menu .admissions ul {
	visibility:hidden;
	position:absolute;
	height:0;
	overflow:hidden;
	top:0;
	margin-top: 0px;
}

#menu .RD ul {
	visibility:hidden;
	position:absolute;
	height:0;
	overflow:hidden;
	top:0;
	margin-top: -54px;
        *margin-top: -55px;
}

#menu .students ul {
	visibility:hidden;
	position:absolute;
	height:0;
	overflow:hidden;
	top:0;
	margin-top: -84px;
        *margin-top: -82px;
}

#menu .about ul {
	visibility:hidden;
	position:absolute;
	height:0;
	overflow:hidden;
	top:0;
	margin-top: -7px;
        *margin-top: -11px;
}

/* Special positioning for specific sub-menus for aesthetic balance END */

/* Opacity control of the fly-out menu background START */
#menu ul li ul {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
 	-moz-opacity: 0.95;
	opacity:0.95;	
}
/* Opacity control of the fly-out menu background END */

/* Visible (1st-level) menu LI START */
#menu ul li {
	float:left;
	position:relative;
}
/* Visible (1st-level) menu LI END */

/* Visible (1st-level) menu LI link-behaviour START */
#menu ul li a, #menu ul li a:visited {
	display:block;
	float:left;
	text-decoration:none;
	color:#590d00;
	width:136px;
	/*height:21px;*/
	line-height:14px;
	font-size:10px;
	background:transparent;
	padding-left:20px;
	padding-top: 4px;
        padding-bottom: 6px;
	font-weight: bold;
}

* html #menu ul li a, * html #menu ul li a:visited {
	width:176px;
	width:136px;
}
/* Visible (1st-level) menu LI link-behaviour END */

/* Sub-menu (2nd-level, fly-out) TABLE style START */
#menu table {
	border-collapse:collapse;
	border:0;
	margin:-1px;
	padding: 0;
}
/* Sub-menu (2nd-level, fly-out) TABLE style END */


/********** first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 **********/

/* Visible (1st-level) menu LI link on-HOVER behaviour START */
#menu ul li:hover a,
#menu ul li a:hover{
	background:#606;
	color:#fff;
}
/* Visible (1st-level) menu LI link on-HOVER behaviour END */

/* Sub-menu (2nd-level, fly-out) UL properties START */
#menu ul li:hover ul,
#menu ul li a:hover ul {
	visibility:visible;
	position:absolute;
	height:auto;
	border:0px solid #606;
	background:#606;
	overflow:visible;
	padding-left: 0px;
	width: 156px;
}
/* Sub-menu (2nd-level, fly-out) UL properties END */

/* Sub-menu (2nd-level, fly-out) LI link-behaviour START */
#menu ul li:hover ul li a,
#menu ul li a:hover ul li a{
	display:block;
	background:transparent;
	color:#fff;
	line-height:14px;
	height:auto;
	text-decoration:none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: 0px;
}
/* Sub-menu (2nd-level, fly-out) LI link-behaviour END */

/* Sub-menu (2nd-level, fly-out) LI link on HOVER-behaviour START */
#menu ul li:hover ul li:hover a,
#menu ul li a:hover ul li a:hover {
	background:#069;
	color:#fff;
}
/* Sub-menu (2nd-level, fly-out) LI link on HOVER-behaviour END */

