#statusBar{
	position:fixed;
	display: block;
	left:0;
	background:transparent url(../images/statusbar_bg.png) repeat-x scroll 0 0;
	background: #aaa;
	border-top: 1px solid #666;
	height:31px;
	margin-top: 45px;
	bottom: 0;
	width:100%;
	z-index:1000;
	outline: none;
	/*
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	*/
}
#statusBar:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.first{
	margin-left: 15%;	
	border-left: 1px solid #888;
}
.small-button-left{
	display: block;
	float: left;
	left: 0;
	bottom: 0;
	margin-left: 15px;
	outline: none;
}
.small-button-right{
	display: block;
	float: right;
	right: 0;
	bottom: 0;
	margin-right: 15px;
	outline: none;
}
#network{
	display: block;
	border: 0;
	width: 28px;
	height: 28px;
	outline: none;
	background: transparent url(../images/icons/icon-network.png) no-repeat scroll 0 0;
	background-position: top center;
	float: right;
	margin-right: 15px;
}
#webmail{
	display: block;
	border: 0;
	width: 20px;
	height: 20px;
	margin-top: 5px;
	outline: none;
	background: transparent url(../images/icons/icon-webmail.png) no-repeat scroll 0 0;
	background-position: top center;
	float: left;
	margin-left: 25px;
}
#customer-login{
	display: block;
	border: 0;
	border: 0;
	width: 20px;
	height: 20px;
	margin-top: 5px;
	outline: none;
	background: transparent url(../images/icons/icon-portal.png) no-repeat scroll 0 0;
	background-position: top center;
	float: left;
	margin-left: 15px;
}
#rate{
	display: block;
	border: 0;
	border: 0;
	width: 20px;
	height: 20px;
	margin-top: 5px;
	outline: none;
	background: transparent url(../images/icons/icon-request.png) no-repeat scroll 0 0;
	background-position: top center;
	float: left;
	margin-left: 15px;
}
#policy{
	display: block;
	border: 0;
	border: 0;
	width: 20px;
	height: 20px;
	margin-top: 5px;
	outline: none;
	background: transparent url(../images/icons/icon-policy.png) no-repeat scroll 0 0;
	background-position: top center;
	float: left;
	margin-left: 15px;
}
#ultipro{
	display: block;
	border: 0;
	margin-top: 5px;
	width: 20px;
	height: 20px;
	outline: none;
	background: transparent url(../images/icons/icon-ultipro.png) no-repeat scroll 0 0;
	background-position: top center;
	float: left;
	margin-left: 15px;
}


#ultipro:hover{
	background-color: transparent;
	background-position: bottom center;
	cursor: pointer;
}
#webmail:hover{
	background-color: transparent;
	background-position: bottom center;
	cursor: pointer;
}
#customer-login:hover{
	background-color: transparent;
	background-position: bottom center;
	cursor: pointer;
}
#rate:hover{
	background-color: transparent;
	background-position: bottom center;
	cursor: pointer;
}
#policy:hover{
	background-color: transparent;
	background-position: bottom center;
	cursor: pointer;
}
#network:hover{
	background-color: transparent;
	background-position: top center;
	cursor: pointer;
}
.active_link{
	background-color: transparent;
	background-position: bottom center;
}
.new{
	display: block;
	float: left;
	padding-top: 7px;
	padding-left: 3px;
	z-index: 999999;
}

/*
.small-button-left img, .small-button-right img{
	display: block;
	border: 0;
	width: 28px;
	height: 28px;
	outline: none;
	background-position: top center;
	outline: none;
}
.small-button-left:hover, .small-button-right:hover{
	background: red;
	cursor: pointer;
	background-position: bottom center;
}
*/