#sddm
{	margin: 0;
	padding: 10;
	z-index: 30;
	
	}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
	
	background-image:url(../images/toplinks.gif);
	background-repeat:repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	white-space:nowrap;
	
	}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	 background-image:url(../images/toplinks.gif);
	 font-family:Tahoma, Arial, Helvetica;
	font-size:11px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	padding-left:4px;
	 
	 
	 
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #FF8CCD}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #FF8CCD;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #FF8CCD;
		color: black;
		font: 11px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}
		
		
		#popup					{
	position:absolute; 
	width:640px; 
	height:425px; 
	left:50%; 
	top:50%;
	margin-top:-170px;
	margin-left:-220px;	 
	background:#fff url(../popup-bg.png) repeat-x scroll center bottom;
	border:10px solid #333; 
	display:none; 
/*	min-height:300px; 
	height:auto !important; 
*/	padding:10px 10px 20px 10px; 
	z-index:1002;}
#popup a.close-btn		{
	position:absolute; 
	background:url(../close.png) no-repeat scroll center top;
	width:32px; height:32px;
	top:-25px; 
	right:-25px; 
	text-indent:-999999px;
	}
#popup a:hover.close-btn{
	background-position:center bottom
	}
.popup_overlay			{
	display: none; 
	position:fixed; 
	_position:absolute; 
	top:0; left:0; 
	width: 100%; 
	height:100%; 
	background:url(../b90.png) repeat;
	z-index:1001;
	}
