* {padding:0; margin:0}
#xxxwrapper {width:750px; padding:25px; margin:0 auto}
#leftcolumn {float:left; width:225px;}
#rightcolumn {float:left; width:525px}

#navContainer a{
color:#999;
font-family:Arial, Helvetica, sans-serif;
}

#navContainer a:hover{
color:#fff;
}


.dropdown {
display:block; 
position:relative
}

.dropdown dt {
width:110px;
margin-bottom:6px;
}

.dropdown dt a{
font-size:0.9em;
font-weight:bold; 
cursor:pointer;
padding-left:10px;
}

.dropdown dt a:hover {
color:#fff;
background:url(../images/arrow.gif) center left no-repeat;
}

.selectedi {
background:url(../images/arrow.gif) center left no-repeat;
}

.dropdown dd {
position:absolute; 
top:0; 
overflow:hidden; 
width:200px; 
display:none; 
opacity:0;
font-size:0.9em;
}

.dropdown ul {
width:200px;
list-style:none;
}

.dropdown li {
display:inline;
height:20px;
line-height:14px;
}

.dropdown dd {
	margin-top:-1px;
}
.dropdown dt a {
	display:block;
	border-bottom:1px solid transparent;
}
.dropdown dd a, .dropdown dd a:active, .dropdown dd a:visited, .dropdown dd a.selected {
display:block;
xfont-size:0.9em;
font-weight:bold; 
padding-left:10px;
xborder-bottom:1px solid yellow;
}

.dropdown dt a:hover {
background:url(../images/arrow.gif) center left no-repeat;
color:#fff;
border-bottom:1px solid #999;
}

