.content {
margin-top: 20px;
width: 520px;
font-size: 10pt; 
}

.right_nav {
width: 200px; 
/* height: 500px; */
margin-right: 15px;
top: 100px;
float: left;
}

.right_nav ul {
margin-left: 10px;
font-size: 10pt;
}

.right_nav li {
list-style: none;
border-top: 1px solid #EEE;
padding-left: 5px;
padding-top: 6px;
}

.home-search {
float: right;
background-image: url('/images/home_search-bg.gif');
background-repeat: no-repeat;
padding-left: 10px;
padding-top: 15px;
font-size: 8.5pt;
width: 420px;
height: 120px;

}

div#navtop { 
margin: 0px 0px 0px 0px;
font-size: 8pt;
font-family: Verdana;
text-align: center;	
}

div#navtop ul {
margin: 0px; 
padding: 0px; 
border-width: 0 1px;
}

div#navtop li {
position: relative; 
list-style: none; 
margin-right: 5px;
margin-left: 7px;
float: left;
background-color: #000;
text-align: right;
white-space: nowrap;
vertical-align: bottom;
}

div#navtop li:hover { }

div#navtop li.submenu { }

div#navtop li.submenu:hover { }

div#navtop li a {
display: block; 
padding: 0.25em 0 0.2em 0.5em;
text-decoration: none; 
width: 1em;
color: #FFF;
margin-top: 6px;
padding-bottom: 4px;
/*height: 2.5em;*/
height: 2.1em;
font-size: 7.5pt;
}

div#navtop>ul a {
width: 150px;
}

div#navtop ul li {
background-color: transparent;
}

div#navtop ul ul {
position: absolute; 
width: 7em;
display: none;
left: -3px;
}

div#navtop ul ul li {
height: 25px;
width: 180px;
font-size: 9pt;
text-align: left;
margin-top: -2px;	
background-color: #000;
border-left: 5px solid #000;
}

div#navtop li.submenu li.submenu {
background: url('/images/submenu.gif') 95% 50% no-repeat;
text-align: left;
}

div#navtop ul.level2 li:hover {
font-weight: bold;
border-left: 5px solid #A5A67A;
background-color: #363636;
}

div#navtop li.submenu li.submenu:hover { }

div#navtop li.submenu li.submenu:hover { }

div#navtop ul.level1 li.submenu:hover ul.level2, 
div#navtop ul.level2 li.submenu:hover ul.level3 {
display: block;
}

div#navtop ul.level1 {
text-align: left;
}

div#navtop ul.level2 {
	opacity: 0.3;                 /* CSS-3 Standards */
	filter: alpha(opacity=80);    /* MS Internet Explorer */
	-moz-opacity: 0.8;            /* Mozilla v1.6 and below */
	-khtml-opacity: 0.3           /* Safari / Konqueror */
}

div#navtop ul.level3 {
	top: -1px; 
  	border-top: 1px solid #CCC;
}  

