/* NAVIGATION */

#nav {
}

/* first level nav */

#nav ul.mb {
	list-style: none;
	margin: 0;
	padding: 0;	
	text-align: left;
	text-decoration: none;
}

#nav ul.mb li {
}

/* first level nav links */

#nav ul.mb li a {
	display: block;
	background-image: url(../../images/ib_nav_bg.gif);
	background-repeat: no-repeat;
	width: 160px;
	_width: 180px;
	color: #0246A8;
	font-size: 11px;
	padding-left: 30px;
	height: 20px;
	padding-top: 5px;
	font-family: arial;
}

* html div#nav ul.mb li a {
	width: 166px;
	_width: 186px;
	height: 26px;
}

#nav ul.mb li a:hover{
	background-image: url(../../images/ib_nav_bg_o.gif);
	background-repeat: no-repeat;
	
}

#nav ul.mb li a.active {
	background-image: url(../../images/ib_nav_bg_o.gif);
	background-repeat: no-repeat;
	
}

/* div for positioning second level nav */

#nav ul.mb li div {
	position: relative;
}

/* second level nav */

#nav ul.mb ul {
	position: absolute;
	top: 0px;
	left: 180px;
	margin: 0;
	padding: 0;
}

#nav ul.mb ul li {
	position: relative;
	float: left;
	margin: 0;	
	padding: 0; 
}

#nav ul.mb ul>li {	
	display: block;
	/* required for opera: */
	float: none;
}

/* second level nav links */

#nav ul.mb ul li a {
	display: block;
	background-image: url(../../images/navbg2.gif);
	background-repeat: repeat-x;
	width: 180px;
	color: #0246A8;
	font-size: 11px;
	padding-left: 15px;
	height: 20px;
	padding-top: 5px;
	font-family: arial;
	margin-left: 2px;
}

* html div#nav ul.mb ul li a {
	width: 180px;
	height: 26px;
	background-image: url(../../images/navbg2.gif);
	background-repeat: repeat-x;
}

#nav ul.mb ul li a:hover {
	width: 180px;
	background-image: url(../../images/navbg.gif);
	background-repeat: repeat-x;
}

#nav ul.mb ul li a:active2 {
	width: 180px;
	background-image: url(../../images/navbg2.gif);
	background-repeat: repeat-x;
}