#jsddm{	
	display:inline-block;
	position:relative;
	top:0px;
	left:0px;
	margin:0 4px 0 0;
	padding: 0;
	height:12px;
	background:url('/images/nav_bg.gif') repeat-x;
}
#jsddm li{
	float: left;
	list-style: none;
	font: 10px Tahoma;
	font-weight:bold;
}
#jsddm li a{
	z-index:200;
	white-space: nowrap;
	cursor:pointer;
	display:block;
	position:relative;
	top:-2px;
	text-transform:uppercase;
	width:60px;
	padding-top:1px;
	height:16px;
	font-size:11px;
	text-align:center;
	color:#fff;
	text-shadow:#000 1px 1px 0px;
	background:url('/images/nav_bg.gif') repeat-x 0px -15px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	text-decoration:none;
}
#jsddm li a.nohov{
	color:#fff !important;
	text-shadow:#000 1px 1px 0px !important;
	background-image:url('/images/nav_bg.gif') !important;
}
#jsddm li a:hover{
	color:#000;
	text-shadow:#e1e1e1 1px 1px 0px;
	background:url('/images/nav_bg_over.gif') repeat-x 0px -15px;
	text-decoration:none;
}
#jsddm li ul{	
	margin:3px 0 0 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	width:60px;
}
#jsddm li ul li{
	float: none;
	display:inline-block;
	padding:3px;
	margin:0px !important;
	width:60px;
}
#jsddm li ul li a{	
	margin-left:-3px;
	margin-top:-7px;
	width:60px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}


	#personPopupContainer
{
    position:absolute;
    left:0;
    top:0;
    display:none;
    z-index: 20000;
}

.personPopupPopup
{
}

#personPopupContent
{
    background-color: #FFF;
    min-width: 175px;
    min-height: 50px;
}

.personPopupPopup .personPopupImage
{
    margin: 5px;
    margin-right: 15px;
}

.personPopupPopup .corner 
{
    width: 19px;
    height: 15px;
}
    
.personPopupPopup .topLeft 
{
    background: url(/images/balloon/balloon_topLeft.png) no-repeat;
}
    
.personPopupPopup .bottomLeft 
{
    background: url(/images/balloon/balloon_bottomLeft.png) no-repeat;
}
    
.personPopupPopup .left 
{
    background: url(/images/balloon/balloon_left.png) repeat-y;
}
    
.personPopupPopup .right 
{
    background: url(/images/balloon/balloon_right.png) repeat-y;
}
    
.personPopupPopup .topRight 
{
    background: url(/images/balloon/balloon_topRight.png) no-repeat;
}
    
.personPopupPopup .bottomRight 
{
    background: url(/images/balloon/balloon_bottomRight.png) no-repeat;
}
    
.personPopupPopup .top 
{
    background: url(/images/balloon/balloon_top.png) repeat-x;
}
    
.personPopupPopup .bottom 
{
    background: url(/images/balloon/balloon_bottom.png) repeat-x;
    text-align: center;
}
