.width {width:100%; min-width:750px;}
* html .minwidth {border-left:750px solid #fff; position:relative; float:left; z-index:1;}
* html #nirisbar {margin-left:-750px; position:relative; float:left; z-index:2;}

table#nirisbar {
	position: relative;
	width: 100%;
	left: 0px;
	bottom: 0px;
	height: 26px;
	background: #FFFFFF url(menubg.gif) repeat-x center center;
	border-top: 1px solid #666666;
}
.niris_row 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	font-size:11px;
	margin:0px;				
}

.niris_copyright 
{	
	height: 26px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	width: 300px;		
}

#nsearchform {	margin: 0px;	padding: 0px;	margin-left: 5%;	margin-right: 0%;}*html #nsearchform {margin-left: 20px;margin-right: 0px;}#nirisbar .niris_row #niris_search {			width: 45%;	text-align: left;}*html #nirisbar .niris_row #niris_search {	width: 150px;}#nirisbar .niris_row #nsearchform #nsearchtext {	font-size: 10px;	color: #000000;	background: #FFFFFF;	padding: 1px;	margin-right: 5px;	border: 1px solid #666666;	margin-top: 4px;	width: 60%;}*html #nirisbar .niris_row #nsearchform #nsearchtext {	width: 250px;}#nirisbar .niris_row #nsearchform #nsearch {	font-size: 9px;	padding: 1px;	border: 1px solid #000000;}

/* remove all the bullets, borders and padding from the default list styling */
.niris_menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.niris_menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.niris_menu li {
float:left;
width:150px;
position:relative;
}
/* style the links for the top level */
.niris_menu a, .niris_menu a:visited {
	display:block;
	text-decoration:none;
	height:26px;
	text-align:left;
	color:#000;
	padding-left:20px;
	line-height:26px;
	font-size:11px;
	padding-right: 20px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .niris_menu a, * html .niris_menu a:visited {
width:150px;
w\idth:139px;
}



/* style the table so that it takes no part in the layout - required for IE to work */
.niris_menu table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.niris_menu ul ul {
visibility:hidden;
position:absolute;
bottom:26px;
left:0; 
width:150px;
}
* html .niris_menu ul ul {
bottom:26px;
}

/* position the third level flyout menu for a left flyout */
.niris_menu ul ul ul.left {
left:-150px;
}

/* style the second level links */
.niris_menu ul ul a, .niris_menu ul ul a:visited {
background:#E6ECF1; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .niris_menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.niris_menu a:hover, .niris_menu ul ul a:hover{
color:#000; 
background:#E6ECF1;
}
.niris_menu :hover > a, .niris_menu ul ul :hover > a {
color:#000;
background:#B6C8D3;
}

/* make the second level visible when hover on first level list OR link */
.niris_menu ul li:hover ul,
.niris_menu ul a:hover ul{
visibility:visible;
height:auto;
}

