
html, body{height:100%;padding:0} 
* html, * html body{
	_overflow:hidden;

}
#wrap-all{
	position:inherit;
	_overflow:auto;
	height:100%;
	z-index:1;
	
}
#appbar_upper
{
  bottom:24px;
	position:absolute;
	height:auto;
	width:100%;
  margin-left:-1px;
  _margin-left:-8px;
  z-index:1002;
}

#appbar{
  height:25px; /* fix bar's height */
	width:100%; /* use 95% of width */
	/* the code below will PUT the bar at the bottom */	
	bottom:0px;
	position:absolute;
	
	/* hide scrollbar for this wrapper */
	overflow:hidden;
	background: url(images/app_bg.png) ;
	z-index:999;
  /*_margin-left:2%;*/
  _margin-left:-8px;
  border-left:1px solid #B5B5B5;
  border-right:1px solid #B5B5B5;
  
}
#app_menu
{
  width: 100%;		
	text-align:left;
	height:auto;
}
html>body #appbar, #appbar_upper{position:fixed}/* for moz/opera and others*/

#app_menu .app_nav_menu { /* the menu itself */
	
		/* center this div */
		margin-left:auto;
		margin-right:auto;		
		
	}
	
/*
* menu links and link effects
*/
#app_menu .app_nav_menu ul {
margin-top:5px;
_margin-top:5px;
margin-bottom:1px;
_margin-bottom:0px;
list-style:none;
}

#app_menu .app_nav_menu li {
float:left;
}
.ver-seperator
{
  margin:0 2px 0px 2px;
  padding:15px 3px 4px 3px;
  _padding:4px 3px 1px 3px;
  width:2px;
  height:auto;
  border-left:1px solid #808080;  
  z-index:1000;
}
#app_menu .app_nav_menu li a {
padding:4px 4px 1px 4px;
_padding:5px 3px 2px 3px;
cursor: pointer;
border:1px solid #E5E5E5;
color:#2B5EA6;
font-size:11px;
}
.app_nav_menu_normal{border:1px solid #E5E5E5;}

#app_menu .app_nav_menu a:link, #app_menu .app_nav_menu a:visited {

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
border:1px solid #E5E5E5;
text-decoration:none;
}


#app_menu .app_nav_menu a:hover,.app_nav_menu_hover {
/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
border-left:1px solid #fff;
border-top:1px solid #fff;
border-right:1px solid #808080;
border-bottom:1px solid #808080;
text-decoration:none;
color:#2B5EA6;
/*font-size:12px;color:#FFFFFF;background-color:#0099FF;*/
}
