@charset "utf-8";
/* CSS Document */
.menu {
	 color:#FFF;
     border-right: 1px solid white;
     text-decoration: none;
     background-color: #313031;
     padding: 5px;
     color: white;
     font-family: Tahoma;
     font-size: 8pt;
     font-weight: bold;
}
.menu2 {
	 color:#FFF;
     border-left: 1px solid white;
     text-decoration: none;
     background-color: #313031;
     padding: 5px;
     color: white;
     font-family: Tahoma;
     font-size: 8pt;
     font-weight: bold;
}
.menu:hover {
    background-color: #5A8EC6;
}
.menu2:hover {
    background-color: #403786;
}

.toolbar {
    background-color: #313031;
    padding: 5px 0px 5px 0px;
}
.hiddenPic {
	display:none;
}
#ibmLogo {
	position:absolute;
	width:94px;
	height:53px;
	background-image:url(http://www.micro-sol.com/images/IBM_BusPart.gif);
	background-repeat:no-repeat;
	float:right;
	margin-top:700px;
	margin-left:870px;
	z-index:5;
}
#msLogo {
	position:absolute;
	width:311px;
	height:68px;
	background:none;
	float:right;
	margin-top:30px;
	margin-left:30px;
}