* {padding:0; margin:0}

#leftcolumn {float:left; width: 203px;border: 1px solid black;}

.dropdown {display:block; position:relative}
/*.dropdown dt {width:188px; border:2px solid #9ac1c9; padding:8px; font-weight:bold; cursor:pointer; background:url(images/header.gif)}*/
.dropdown .upperdd {border-bottom:none

}
.dropdown .upperdd a, .dropdown dd ul li a{
background: white url(glossyback.gif) repeat-x bottom left;
font: bold 11px  Helvetica, sans-serif;

color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
width:193px;
}


.dropdown .upperdd a:visited, .dropdown .upperdd a:active, .dropdown dd ul li a:visited, .dropdown dd ul li a:active{
color: white;
}

.dropdown .upperdd a:hover, .dropdown dd ul li a:hover{
background-image: url(glossyback2.gif);
text-decoration: none;
color: white;
}
/*.dropdown dt:hover {background:url(images/header_over.gif)}*/

.dropdown dd {position:absolute; top:0;  display:none; background:#fff; opacity:0;border: 1px solid black;}
.dropdown li {display:inline}
.dropdown ul {  list-style:none; }

.dropdown .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(arrow.gif) no-repeat center right;
}

/*.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:194px}
.dropdown a:hover {background:#d9e1e4; color:#000}*/
/*.dropdown .underline {border-bottom:1px solid #b9d6dc}*/

/* Holly Hack for IE \*/
* html .dropdown li { float: left; height: 1%; }
* html .dropdown li a { height: 1%; }
/* End */
