Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/indem/rgiit/rgiit/x/html/
Upload File :
Current File : /var/www/html/mmishra/indem/rgiit/rgiit/x/html/menu.css.bak

/******** 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;
	BACKGROUND:#EDEDCD;
}
/* 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:#005555;
	width:198px;
	height:18px;
	line-height:12px;
	font-size:13px;
	background:transparent;
	padding-left:10px;
	padding-top: 4px;
	font-weight:bold;
}
* html #menu ul li a, * html #menu ul li a:visited {
	width:218px;
	width:198px;
}

/* 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:#800000;
	color:#ECEC00;
}
/* Visible (1st-level) menu LI link on-HOVER behaviour END */