/****************************************
   css for horizontal bar
****************************************/
#horizontal_bar{
	height: 40px;
}
.horizontal_bar_body{
  position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 1264px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	background-image: url(../img/horizontal_bar/bg_horizontal_bar.jpg);
	z-index: 9999;
	_position: absolute;
	_bottom: auto;
	_top: expression(eval(document.documentElement.scrollTop));
}
.horizontal_bar_link_text{
	color: white;
	font-weight: bold;
    font:Arial;
  font-size: 12px;
	float: left;
	margin-top: 11px;
	margin-left: 10px;
    font-family: arial
}

.horizontal_bar_link_text a{
  text-decoration: underline;
  color: white;
  font-size: small;
}
.horizontal_bar_menu_allow{
	margin: 0;
	float: left;
  list-style-type: none;
}

.horizontal_bar_menu_allow .allow_button{
	float: left;
}
#horizontal_bar_allow_button{
	margin-left: 10px;
	font-size: 14px;
  font-weight: bold;
	cursor: pointer; 
	width: 60px;
	height: 25px;
	margin-top: 8px;
    border:1px solid #fff;
	background-color:#88c6f9;
    color:white;
    font-family: arial;
	padding: 0 7px;
    -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */

}
#horizontal_bar_menu_more_info{
	width: 120px;
	margin-right: 15px;
	float: right;
  list-style-type: none;
}
.horizontal_bar_arrow{
	float: left;
	width: 20px;
	height: 40px;
	background-image: url(../img/horizontal_bar/arrow_new_up.png);
	background-repeat: no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='scale',src='../img/horizontal_bar/arrow_new_up.png'); /* IE6 */
	_background-image: none; /* IE6 */
}
#horizontal_bar_menu_more_info .more_info_text{
	float:left;
	padding-top: 10px;
  font-size: 13px;
}
#horizontal_bar_menu_more_info li a{
	margin-left: 0;
	color: white;
	font-weight: bold;
}
#horizontal_bar_menu_more_info .close_button{
	float:right;
}
#close_the_horizontal_bar{
	font-weight: bold;
	padding-right: 0px;
	margin-top: 10px; 
    cursor: pointer;
    margin-right: 5px;
    height:20px;
    display: block;
    width:18px;
  background: url(../img/horizontal_bar/close.gif);
}

/***************************

horizontalbar end----------------------
************************************/