* {padding:0; margin:0}
body {font:12px Verdana, Arial, Helvetica}
#wrapper {width:750px; padding:25px; margin:0 auto}
#leftcolumn 
{
	float:left; 
	width:205px;
}
#rightcolumn 
{
	float:left; 
	width:525px;
}
.dropdown 
{
	display:block; 
	position:relative; 
	background:url(images/header.gif);
}
.dropdown dt 
{
	width:188px; 
	border:2px solid #9ac1c9; 
	padding:4px 7px 5px 7px;
	font-weight:bold; 
	cursor:pointer; 
	background:url(images/rt_arrow.gif) 185px center no-repeat;
}
.dropdown .upperdd 
{
	border-bottom:none;
}

/*.dropdown dt:hover {background:url(images/header_over.gif)}*/
.dropdown dt:hover 
{
	background: #eaf0f2;
}

.dropdown dd 
{
	position:absolute; 
	top:0; 
	/*margin-left:-25px; */
	overflow:hidden; 
	width:208px; 
	display:none; 
	background:#fff; 
	opacity:0;
}
.dropdown ul {width:204px; border-top:2px solid #9ac1c9;border-right:2px solid #9ac1c9;border-bottom:2px solid #9ac1c9; list-style:none}
.dropdown li {display:inline;}
.dropdown a, .dropdown a:active, .dropdown a:visited 
{
	border-left:2px solid #9ac1c9;
	display:block; 
	padding:5px; 
	color:#333; 
	text-decoration:none; 
	background:#eaf0f2 url(images/rt_arrow.gif) 10px center no-repeat; 
	width:172px;
	padding-left: 25px;
}

.dropdown a:hover 
{
	/*background:#d9e1e4; */
	color:#000;
	text-decoration: underline;
}
li.firstItem a,li.firstItem a:active,li.firstItem a:visited
{
	border-left:2px solid #eaf0f2;
}
