

/* Menu Container START */
#menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*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;
	margin-top: 0px;
	list-style-type: none;
	border:0px solid #606;
	padding-top: 7px;
	padding-left: 11px;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 0px;
	
}
/* 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:0px;
	width: 136px;
}
/* 2nd-Level Menu (fly-out menu) UL END */


#menu .about ul {
	visibility:hidden;
	position:absolute;
	height:0;
	overflow:hidden;
	top:0px;
	left:-4px ;
	margin-top: 18px;
        *margin-top: 18px;
	width: 200px;
}



/* 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:blue;  /* color of main menu   */
	/*width:136px; */
	/*height:21px;*/
	line-height:14px;
	font-size:13px;
	background:transparent;
	padding-left:0px;
	padding-right:0px;
	padding-top: 0px;
        padding-bottom: 8px;
	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: 0px;
	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:#6ecff6; change to change  color of menu*/
	color:red;
}
/* 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:1px solid green;
	background:#6ecff6;
	overflow:visible;
	padding-left: 0px;
	width:220px ;   /* to change float menu width */
}
/* 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{      /* change for flying menu */
	display:block;
	background:transparent;
	border:0px solid #606;
	color:#fff;
	line-height:14px;
	height:20px;
	text-decoration:none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 0px;
	width:210px

}
/* 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:#ff0;
}
/* Sub-menu (2nd-level, fly-out) LI link on HOVER-behaviour END */


/******** 3rd-level Menu (if needed) STARTS: ********/

/*

#menu ul li:hover ul li ul,
#menu ul li a:hover ul li a ul {
	visibility:hidden;
	position:absolute;
	height:0;
	overflow:hidden;
	top:0;
	left:147px;
}


#menu ul li:hover ul li:hover ul,
#menu ul li a:hover ul li a:hover ul {
	visibility:visible;
	position:absolute;
	height:auto;
	color:#000;
	padding:0;
	border:1px solid #069;
	list-style-type:none;
	background:#069;
}


#menu ul li:hover ul li:hover ul li a,
#menu ul li a:hover ul li a:hover ul li a {
	display:block;
	background:transparent;
	color:#ff0;
}


#menu ul li:hover ul li:hover ul li:hover a,
#menu ul li a:hover ul li a:hover ul li a:hover {
	background:#eee;
	color:#000;
}

/******** 3rd-level Menu (if needed) ENDS ********/






/* code foe 2nd type menu  NAME="menus" */


/* Menu Container START */
#menu1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*width:156px; */
	position:relative;
	z-index:100;
	margin-top: 0px;
	margin-right: 0;
	
}
/* Menu Container END */

/* Visbile-Level (1st-level) Menu UL START */
#menu1 ul {
	margin:0;
	margin-top: 0px;
	list-style-type: none;
	border:0px solid #606;
	padding-top: 7px;
	padding-left: 11px;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 0px;
	
}
/* Visbile-Level (1st-level) Menu UL END */

/* 2nd-Level Menu (fly-out menu) UL START */
#menu1 ul li ul {
	visibility:hidden;
	position:absolute;
	height:0;
	overflow:hidden;
	top:0;
	left:0px;
	width: 136px;
}
/* 2nd-Level Menu (fly-out menu) UL END */


#menu1 .about ul {
	visibility:hidden;
	position:absolute;
	height:0;
	overflow:hidden;
	top:0px;
	left:-4px ;
	margin-top: 18px;
        *margin-top: 18px;
	width: 200px;
}



/* Opacity control of the fly-out menu background START */
#menu1 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 */
#menu1 ul li {
	float:left;
	position:relative;
}
/* Visible (1st-level) menu LI END */

/* Visible (1st-level) menu LI link-behaviour START */
#menu1 ul li a, #menu1 ul li a:visited {
	display:block;
	float:left;
	text-decoration:none;
	color:blue;  /* color of main menu   */
	/*width:136px; */
	/*height:21px;*/
	line-height:14px;
	font-size:13px;
	background:transparent;
	padding-left:0px;
	padding-right:0px;
	padding-top: 0px;
        padding-bottom: 8px;
	font-weight: bold;
}

* html #menu1 ul li a, * html #menu1 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 */
#menu1 table {
	border-collapse:collapse;
	border:0;
	margin: 0px;
	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 */
#menu1 ul li:hover a,
#menu1 ul li a:hover{
	/*  background:#6ecff6; change to change  color of menu*/
	color:red;
}
/* Visible (1st-level) menu LI link on-HOVER behaviour END */

/* Sub-menu (2nd-level, fly-out) UL properties START */
#menu1 ul li:hover ul,
#menu1 ul li a:hover ul {
	visibility:visible;
	position:absolute;
	height:auto;
	border:1px solid green;
	background:#6ecff6;
	overflow:visible;
	padding-left: 0px;
	width:340px ;   /* to change float menu width */
}
/* Sub-menu (2nd-level, fly-out) UL properties END */

/* Sub-menu (2nd-level, fly-out) LI link-behaviour START */
#menu1 ul li:hover ul li a,
#menu1 ul li a:hover ul li a{      /* change for flying menu */
	display:block;
	background:transparent;
	border:0px solid #606;
	color:#fff;
	line-height:14px;
	height:20px;
	text-decoration:none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 0px;
	width:330px

}
/* Sub-menu (2nd-level, fly-out) LI link-behaviour END */

/* Sub-menu (2nd-level, fly-out) LI link on HOVER-behaviour START */
#menu1 ul li:hover ul li:hover a,
#menu1 ul li a:hover ul li a:hover {
	background:#069;
	color:#ff0;
}
/* Sub-menu (2nd-level, fly-out) LI link on HOVER-behaviour END */



/* code FOR MENU 1 FINISHES */



/* code foe 2nd type menu  NAME="menus" */


/* Menu Container START */
#menu2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*width:156px; */
	position:relative;
	z-index:100;
	margin-top: 0px;
	margin-right: 0;
	
}
/* Menu Container END */

/* Visbile-Level (1st-level) Menu UL START */
#menu2 ul {
	margin:0;
	margin-top: 0px;
	list-style-type: none;
	border:0px solid #606;
	padding-top: 7px;
	padding-left: 11px;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 0px;
	
}
/* Visbile-Level (1st-level) Menu UL END */

/* 2nd-Level Menu (fly-out menu) UL START */
#menu2 ul li ul {
	visibility:hidden;
	position:absolute;
	height:0;
	overflow:hidden;
	top:0;
	left:0px;
	width: 136px;
}
/* 2nd-Level Menu (fly-out menu) UL END */


#menu2 .about ul {
	visibility:hidden;
	position:absolute;
	height:0;
	overflow:hidden;
	top:0px;
	left:-4px ;
	margin-top: 18px;
        *margin-top: 18px;
	width:100px;
}



/* Opacity control of the fly-out menu background START */
#menu2 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 */
#menu2 ul li {
	float:left;
	position:relative;
}
/* Visible (1st-level) menu LI END */

/* Visible (1st-level) menu LI link-behaviour START */
#menu2 ul li a, #menu2 ul li a:visited {
	display:block;
	float:left;
	text-decoration:none;
	color:blue;  /* color of main menu   */
	/*width:136px; */
	/*height:21px;*/
	line-height:14px;
	font-size:13px;
	background:transparent;
	padding-left:0px;
	padding-right:0px;
	padding-top: 0px;
        padding-bottom: 8px;
	font-weight: bold;
}

* html #menu2 ul li a, * html #menu2 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 */
#menu2 table {
	border-collapse:collapse;
	border:0;
	margin: 0px;
	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 */
#menu2 ul li:hover a,
#menu2 ul li a:hover{
	/*  background:#6ecff6; change to change  color of menu*/
	color:red;
}
/* Visible (1st-level) menu LI link on-HOVER behaviour END */

/* Sub-menu (2nd-level, fly-out) UL properties START */
#menu2 ul li:hover ul,
#menu2 ul li a:hover ul {
	visibility:visible;
	position:absolute;
	height:auto;
	border:1px solid green;
	background:#6ecff6;
	overflow:visible;
	padding-left: 0px;
	width:120px ;   /* to change float menu width */
}
/* Sub-menu (2nd-level, fly-out) UL properties END */

/* Sub-menu (2nd-level, fly-out) LI link-behaviour START */
#menu2 ul li:hover ul li a,
#menu2 ul li a:hover ul li a{      /* change for flying menu */
	display:block;
	background:transparent;
	border:0px solid #606;
	color:#fff;
	line-height:14px;
	height:20px;
	text-decoration:none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 0px;
	width:110px

}
/* Sub-menu (2nd-level, fly-out) LI link-behaviour END */

/* Sub-menu (2nd-level, fly-out) LI link on HOVER-behaviour START */
#menu2 ul li:hover ul li:hover a,
#menu2 ul li a:hover ul li a:hover {
	background:#069;
	color:#ff0;
}
/* Sub-menu (2nd-level, fly-out) LI link on HOVER-behaviour END */













