/*NAV*/
/******/

.nav {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}

.nav li {
	height: 22px;
	margin: -4px 0px 0px 0px;
	padding: 4px 0px 0px 15px;
	color: #0E0E0E;
	font-size: 1em;
	font-weight: bold;
	list-style: none;
	list-style-position: inherit;
	white-space: nowrap;
}

.nav-title{
	font-weight: bold;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	height: 22px;
}

.nav li.selected {
	background: url(../../images/menu-select-arrow.gif) left top no-repeat;
}

.nav-title a {
	display: inline-block;
	width: 175px;
	padding: 2px 0px 4px 20px;
	margin: -2px 0px -5px -20px;
}

.nav-title-selected a {
	display: inline-block;
	width: 175px;
	padding: 2px 0px 4px 20px;
	margin: -2px 0px -5px -15px;
	color: #005B7F;
}

.nav-title a:hover {
	background: url(../../images/menu-hover-bg.gif) left repeat-x;
	color: #FFFFFF;
}

.nav-title-selected a:hover {
	background: none;
}

.nav li.submenu {
	display: block;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 20px;
	color: #0E0E0E;
	font-size: 0.8em;
	font-weight: bold;
	list-style: none;
	white-space: nowrap;
}

/*SUB MENU*/

.subnav {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	list-style-position: inherit;
}

.subnav li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	list-style: none;
	list-style-position: inherit;
	white-space: nowrap;
	height: auto;
}
