/* Basic code - don't modify */
 
 #topbar { display: block; margin: 0; padding: 0; position: relative; }
  #topbar li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #topbar a { display: block; }
  #topbar ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #topbar ul { line-height: 0; } /* IE6 "fix" */
  	#topbar ul a { zoom: 1; } /* IE6/7 fix */
    #topbar ul li { float: none; }
    #topbar ul ul { top: 0; }
    
/* Essentials - configure this */

#topbar ul { width: 130px; }
#topbar ul ul { left: 131px; }

/* Everything else is theming */
 
#topbar { background-color: #30A8C3; height: 24px; }
#topbar *:hover { background-color: none; }
#topbar a { border-right: 1px solid white; color: white; font-size: 12px; padding: 6px; line-height: 1; }
  #topbar li.hover a { background-color: #5E5A5A; }
  #topbar ul { top: 25px; }
    #topbar ul li a { background-color: #5E5A5A; }
      #topbar ul a.hover { background-color: #30A8C3; }
   #topbar ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #topbar ul a { border-bottom: none; } - I also needed this for IE6/7 */
/* .alertyes{
	background: url('../images/71.png') #f3f9eb 11px 7px no-repeat;
	border:1px solid #cce2af;
	padding:15px 20px 15px 60px;
	margin-bottom: 10px;
	font: 14px Arial;
	color:#7c7c7c;
	}
	
	.alertno{
	background: url('../images/10.png') #fffee5 11px 7px no-repeat;
	border:1px solid #ffd5d7;
	padding:15px 20px 15px 60px;
	margin-bottom: 10px;
	font: 14px Arial;
	color:#7c7c7c;
	}
	
	.alertinfo{
	background: url('../images/2.png') #f4fbfe 11px 7px no-repeat;
	border:1px solid #e1eff4;
	padding:15px 20px 15px 60px;
	margin-bottom: 10px;
	font: 14px Arial;
	color:#7c7c7c;
	}
 */
	#validuser
	{
		float:right;
		font:14px Arial;
		padding:3px 215px 0 0;
	}
	#dndalert
{
     color:red;
	 padding-left:12px;
}