* {padding:0; margin:0}
body 
{
font:12px Verdana, Arial, Helvetica;
}

/*#wrapper {width:250px; padding:25px; margin:0 auto;}*/
/*#wrapper {width:150px; padding:25px; margin:0 auto;}*/

#leftcolumn 
{
float:left; 
/*width:500px*/
/*width:200px;*/
width:175px;
}
html>body #leftcolumn 
{
float:left; 
/*width:500px*/
width:175px;
}

#rightcolumn {float:left; width:525px}

.dropdown 
{
display:block; 
position:relative; 
/*right:730px;*/ 
text-align:right;
text-decoration:none;
}
html>body .dropdown 
{
display:block; 
position:relative; 
/*right:730px;*/
right:0px;  
text-align:right;
text-decoration:none;
}

.dropdown dt 
{width:155px; 
padding:2px; 
font-weight:bold;
cursor:pointer; 
background:url(images/header.gif); 
text-decoration:none; 
background:none; 
/*test*/
font-family:Arial;
font-size:13pt;
}
html>body .dropdown dt 
{width:155px; 
padding:2px; 
font-weight:bold;
cursor:pointer; 
background:url(images/header.gif); 
text-decoration:none; 
background:none; 
/*test*/
font-family:Arial;
font-size:13pt;
}

.dropdown .upperdd 
{border-bottom:none; 
width:155px;
}
html>body .dropdown .upperdd 
{border-bottom:none; 
width:155px;
}

.dropdown dt:hover 
{color:Red; 
background:url(images/header_over.gif);
}
html>body .dropdown dt:hover 
{color:Red; 
background:url(images/header_over.gif);
}

.dropdown dd 
{position:absolute; 
top:0; 
overflow:hidden; 
width:208px; 
display:none; 
background:#fff; 
opacity:0
}
html>body .dropdown dd 
{position:absolute; 
top:0; 
overflow:hidden; 
width:208px; 
display:none; 
background:#fff; 
opacity:0
}

.dropdown ul 
{width:190px;
border:2px solid Black; 
list-style:none
}
html>body .dropdown ul 
{width:204px; 
border:2px solid Black; 
list-style:none
}

.dropdown li 
{
display:inline;
text-align:left;
}
html>body .dropdown li 
{
display:inline;
text-align:left;
}

.dropdown a, .dropdown a:active, .dropdown a:visited 
{
display:block; 
padding:5px; 
color:#333; 
text-decoration:none; 
background:#C0C0C0; 
width:194px;
text-align:left;
}
html>body .dropdown a, .dropdown a:active, .dropdown a:visited 
{
display:block; 
padding:5px; 
color:#333; 
text-decoration:none; 
background:#C0C0C0; 
width:194px;
text-align:left;
}

.dropdown a:hover 
{
background:#C0C0C0; 
color:Red
}
html>body .dropdown a:hover 
{
background:#C0C0C0; 
color:Red
}

.dropdown .underline 
{
border-bottom:1px solid Black; 
background-color:#C0C0C0;
text-align:left;
}
html>body .dropdown .underline 
{
border-bottom:1px solid Black; 
background-color:#C0C0C0;
text-align:left;
}

