#topbar {
	position: absolute;
	top: 27px;
	left: 0;
	height: 19px;
	width: 100%;
	z-index: 100;
	overflow:visible;
}

#ad_r {
text-align: right;
padding-left: 174px;
width: 726px;
}

#ddbar {
	background: url(admin_bar.png) no-repeat;
	border-right: 1px solid #000;
	width: 716px;
	margin-top: 5px;
	margin-right: 5px;
	height: 100%;
}

.ddmenu, .ddlogin {
	background: #fff;
	margin: 0;
	padding: 0;
	position: relative;
	float: right;
	width: auto;
	max-width: 174px;
	overflow:hidden;
	height: 19px;
	min-height: 19px;
	text-align:left;
}

.ddlogin label {
margin: 5px 10px 0;
}

.ddlogin input {
margin: 0 10px 5px;
}



.ddlogin a {
display: block;
margin: 5px 10px;
}

.sidepanel {
	width: 180px;
}

.ddmenu h3 {
	margin: 0;
	padding: 3px 20px 3px 5px;
	background: url(dd_head.png) no-repeat;
	height: 13px;
	color: #000;
	font-weight: bold;
	font-size: 9pt;
	font-family: 'Lucida Sans', Arial, sans-serif;
	cursor:pointer;
	display: block;
	width: 149px;
	text-align: right;
}

.ddlogin h3 {margin: 0; padding: 0;}

.ddlogin h3 a {
	margin: 0;
	padding: 3px 25px 3px 5px;
	background: url(login.png) no-repeat;
	height: 13px;
	color: #000;
	font-weight: bold;
	font-size: 9pt;
	font-family: 'Lucida Sans', Arial, sans-serif;
	cursor:pointer;
	display: block;
	width: 144px;
	text-align: right;
text-decoration: none;
}

.ddlogin h3 a:hover {
	color: #FFF;
	background-position: 0 -20px;
}

.ddmenu h3:hover, .ddlogin h3:hover {
	background-position: 0 -20px;
	color: #FFF;
}

.ddmenu h4 {
	position: relative;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-family: 'Lucida Sans', Arial, sans-serif;
	padding: 6px;
	background: #EEE;
	font-size: 100%;
	margin-top: -1px;
}

.ddlogin .sidepanel h3 {
display: none;
}

.ddmenu p {
display: none;
}

.ddmenu ul {
	margin: 0;
	height: auto;
	overflow: hidden;
}

.ddmenu li {
position: relative;
border-bottom: dotted 1px #AAA;
padding: 5px;
}

.ddmenu li:hover {
	background-color: #AAA;
}

.ddmenu li a {
	color: #333;
	text-decoration:none;
}

.ddmenu li a:hover {
	color: #FFF;
}

.ddmenu a.cal {
	position: relative;
	display: inline;
	font-size: 100%;
}
