/******** CSS Document - Navigation elements for IITB Home and related next-level pages ********/

/* CSS-Based Menu */

#menu_table{
	background: #f1cba8; 
	width:175px;	
}

/* Menu Container START */
#menu{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:175px;
	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 */

/* 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:#000000;
	width:165px;
	height:18px;
	line-height:12px;
	font-size:11px;
	background:transparent;
	padding-left:10px;
	padding-top: 4px;
}

* html #menu ul li a, * html #menu ul li a:visited {
	width:175px;
	width:175px;
}
/* Visible (1st-level) menu LI link-behaviour 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:#8686F4;
	color:#ffffff;
}
/* Visible (1st-level) menu LI link on-HOVER behaviour END */


