#menu {
	width: 552px;
	position: absolute;
	right: 0;
	top: -10px;
	font-size: 11px;
	font-weight: bold;
}

#menu ul.toplvl {
	margin:0; 
	padding:0; 
	list-style:none; 
	white-space:nowrap; 
	text-align:left;
	float: right;
}

#menu ul.toplvl li.level1  {
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block; 
	float:left; 
}

#menu ul.toplvl li.level1 a.nava b  {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 14px;
	height: 39px;
}

#menu ul.toplvl li.level1 a.nava:hover {
	color: #4C91E5;
}

#menu ul.toplvl li.level1 a.nava.hover  {
	background: url(/images/bg_hover_left.gif) top left no-repeat #FFF;
	color: #4C91E5;
}

#menu ul.toplvl li.level1 a.nava.hover b  {
	background: url(/images/bg_hover_right.gif) top right no-repeat;
}

#menu ul.toplvl li.level1 a.nava  {
	display: block;
	height: 39px;
	line-height: 35px;
	color: #7F756C;
	padding: 0 14px 0 14px;
	text-decoration: none;
	position: relative;
	z-index: 5000;
}

#menu ul.toplvl a.nava.current  {
	color: #4C91E5;
}

div.sub {
	background: #FFF;
	display: none;
	border: 1px solid #AFABA2;
	z-index: 4000;
	width: 140px;
	padding: 5px 14px;
    -moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
   	-webkit-border-bottom-right-radius: 7px;
}

div.sub ul {
	line-height: 2em;
	text-indent: 5px;
	list-style-position: outside;
	list-style-image: url(/images/menu_bullet.gif);
	list-style-type: square;
	padding: 6px;
	margin-left: 5px;
}

div.sub ul ul {
	line-height: 2em;
	text-indent: 5px;
	list-style-position: outside;
	list-style-image: url(/images/menu_bullet_small.gif);
	list-style-type: square;
	padding: 6px;
	margin-left: 5px;
}

div.sub ul li a {
	display: block;
	height: 20px;
	color: #4C91E5;
}

div.sub ul ul li a {
	color: #7F756C;
}

div.sub ul li a:hover {
	text-decoration: underline;
}
