﻿div#nav-dropdown {
	width: 168px;
	border: 1px solid #9a9a9a;
	border-bottom: 0px;
}
.nav-graphic {
	top: 0px;
	width: 10px;
	height: 10px;
	position: absolute;
	visibility: hidden;
}
.nav-ltr {
	right: 0px;
	visibility: visible;
}
.nav-rtl {
	right: 158px;
	visibility: visible;
}
ul#nav-tree, ul#nav-tree li, ul#nav-tree ul {
	width: 168px;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	line-height: 110%;
	position: relative;
}
ul#nav-tree ul {
	display: none;
}
/* Root Menu */
ul#nav-tree li a {
	height: 1%;
	color: #fff;
	display: block;
	font-weight: bold;
	line-height: 110%;
	text-decoration: none;
	padding: .4em .2em .6em .1em;
	background-position: 0px 0px;
	background: #5285e6 url('../media/preload/glossy.gif') repeat-x left bottom;
}
ul#nav-tree li a:hover {
	color: #fff;
	background: #2a54d4 url('../media/preload/glossy2.gif') repeat-x left bottom;
}
/* 2 */
ul#nav-tree li li a {
	color: #000;
	line-height: 110%;
	font-weight: normal;
	background: #fff;
	border-bottom: 1px solid #16256b;
	padding: .2em .2em .3em .1em;
}
ul#nav-tree li li a:hover {
	color: #fff;
	background: #2a54d4 url('../media/preload/glossy3.gif') repeat-x left bottom;
}
/* 3 */
ul#nav-tree li li li a {
	color: #000;
	line-height: 110%;
	font-weight: normal;
	background: #fff;
	padding: .2em .2em .3em 1em;
}
