@charset "utf-8";
/* CSS Document */

/* Styles to define toplevel navigation */

.dropdown {
	float:left;
}
.dropdown dt {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif; 
	cursor:pointer; 
	background: none;
}
.dropdown dt:hover {
	background:none;
}

div.nav_left {
	height:24px;
}
div.nav_left a.toplevel {
    color: #ffffff !important;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 3px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
}

div.nav_left a.toplevel:hover {
    color: #b5bfeb !important;
}

.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	width:140px;
	display:none; 
	background:#fff; 
	z-index:200; 
	opacity:0;
	background:#6879a6 url(/images/border/dropdown.jpg) no-repeat top left;
}
.dropdown ul {
	width:140px; 
	list-style:none; 
	border-top:none;
}
.dropdown li {
	display:inline;
}
.dropdown dd ul li a, .dropdown dd ul li a:active, .dropdown dd ul li a:visited {
	display:block; 
	padding:5px 10px 5px 10px; 
	color:#ffffff;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif; 
	text-decoration:none; 
	width:140px;
	text-align:left;
	border-bottom:1px dotted #cfd6ff;
}
.dropdown dd ul li a:hover {
	color:#b5bfeb;
	text-align:left;
}
.dropdown .underline {
}
