/* Navigation */

#nav {
	position: relative;
	top: 1.0em;
/*	left: 12em;*/
	font-size: 120%;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	z-index: 1000 !important;
}

* html #nav {
	position: relative;
	top: 1.2em;
	/*left: 12em;*/
	font-size: 120%;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	z-index: 1000 !important;
}

/* Float fix */
#nav:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #nav { height: 1%; }
/* End hide from IE-mac */

/* End float fix */

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
        font-size:1.3em !important;
}

#nav li.sep {
    margin-top:5px;
}

* html #nav li.sep {
    margin-top:5px;
}

#nav a {
	margin: 0;
	padding: 5px 1em 3px 1em;
	float: left;
	color: #4e86c2;
	text-decoration: none;
	font-weight: normal;
	text-transform:capitalize;
	font-size:80%;
}

* html #nav a {
	margin: 0;
	padding: 6px 1em 3px 1em;
	float: left;
	color: #4e86c2;
	text-decoration: none;
	font-weight: normal;
	/*margin-top:0px;
	margin-bottom:0px;*/
}

#nav a.selected {
	color: #4e86c2;
}

#nav a.first {
	margin-left: 1em;	
}

#nav a.first selected {
	margin-left: 1em;	
}

#nav a:hover {
	/*background: #333;*/
	color: #00007b;
}

#nav ul.depth1 { /* second-level lists */
	display: none;
	position: absolute;
	top: 2.0em;
	left: 0;
	font-size:78%;
}

* html #nav ul.depth1 { /* second-level lists */
	display: none;
	position: absolute;
	top: 2.0em;
	left: 0;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
	
}

#nav ul.depth0 li:hover a, #nav ul.depth0 li.over a {
	background:none;
}

#nav ul.depth1 {
	width: 140px;
}

#nav ul.depth1 li {
	float: none;
	width: 100%;
	z-index: 1000;
}

* html #nav ul.depth1 li {
	float: none;
	width: 100%;
	z-index: 1000;
	margin-top:-2px;
}

#nav ul.depth0 li ul.depth1 li a {
	display: block;
	float: none;
	width: 100%;
	background: #FFF url(/c/nav.gif) no-repeat;
	margin-top:-3px;
	z-index: 100 !important;
}

* html #nav ul.depth0 li ul.depth1 li a {
	display: block;
	float: none;
	width: 100%;
	background: #FFF url(/c/nav.gif) no-repeat;
	margin-top:0px;
	z-index: 100 !important;
}

#nav ul.depth1 li:hover a, #nav ul.depth1 a:hover {
	background: #d5e0ed url(/c/nav.gif) no-repeat !important;
	color:#00007b;
	z-index: 100 !important;
}

/* html #nav ul.depth1 li:hover a, #nav ul.depth1 a:hover {
	background: #d5e0ed url(/c/nav.gif) no-repeat !important;
	color:#00007b;
	z-index: 100 !important;
}*/

#nav ul.depth1 a.selected {
	background: #333 !important;
}

#nav ul.depth1 a.first {
	margin-left: 1em !important;
}

#nav ul.depth1 a {
	margin-left: 0em !important;
}

#nav ul.depth1 a.first selected{
	margin-left: 1em !important;
}

#nav ul.depth1 a.last {
	margin-left: 1em !important;
}
/*
#logIn_form fieldset {
    z-index:0;
}    

* html #logIn_form fieldset {
    z-index:0;
} */