/* Set up the default font and ovrall size to include image */
.bmwrap {
	width:690px;
	background-image:url(../images/banner1.gif);
	background-repeat:no-repeat;
	background-position:right;
	float: right;

  }
 
.wmibmenu1 {
	font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
	width:690px;
	height:150px;
	position:relative;
	font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
	z-index: 25;
}

.wmibmenu1 ul {
padding:0; 
list-style-type:none;
margin:0px;
}

.wmibmenu1 ul li {
float:left;
margin-left:0px;
position:relative;
}

.wmibmenu1 ul li a {
display:block; 
text-decoration:none;
width:110px; 
height:25px;
font-weight:bold;
font-size:12px;
color:#E1F7B9; 
padding-left:0px; 
line-height:15px;
margin-right:2px;
}

.wmibmenu1 ul li a:visited {
	color:#DFF1B6;
}

/* hack for IE5.5 to correct the faulty box model */

* html .wmibmenu1 ul li a, .wmibmenu1 ul li a:visited {
width:110px;
w\idth:110px;
}
/* hide the drop down menu */
.wmibmenu1 ul li ul {
display: none;
border:0;
}

/* remove all table style so that it does not interfere with the menu */
.wmibmenu1 table {
margin:-1px;
border-collapse:collapse;
font-size:10px;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.wmibmenu1 ul li:hover a,
.wmibmenu1 ul li a:hover {
color:#0066CC;
margin: 0px 0px 0px 0px;
width:150px;
text-decoration:none;
}
/* make the drop down menu show and correctly position it */
.wmibmenu1 ul li:hover ul,
.wmibmenu1 ul li a:hover ul {
display:block; 
position:absolute; 
top:15px;
margin-top:10px;
left:2px; 
width:150px;
background-color:#CCFFCC;
}
/* style the drop down links with no hover */
.wmibmenu1 ul li:hover ul li a,
.wmibmenu1 ul li a:hover ul li a {
display:block; 
background-color:#CCFFCC;
color:#333; 
margin:2px;
color:#333;
font-weight:normal; 
font-size:10px;
line-height:12px; 
padding:0px 5px 0px 5px; 
width:150px;
}
/* style the drop down menu links when hovered */
.wmibmenu1 ul li:hover ul li a:hover,
.wmibmenu1 ul li a:hover ul li a:hover {
background-color:#FFFFCC; 
color:#669999;
width:150px;
font-weight:bold;

}
.wmibmenu1 ul li a:hover ul {
background-color:#CCFFCC;
margin-top:11px; /* for IE5.5 faulty box model */
marg\in-top:11px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down wmibmenu1 */
.wmibmenu1 ul li a:hover ul li a {
width:110px; /* for IE5.5 faulty box model */
w\idth:110px; /* for IE6 */
}
