/* CSS Document */

#login-register {
	/* clear: left; */
	position: relative;
	top: 35px;
	/*width: 400px;*/
	max-width: 450px;
	font-size: 12px;
	color: #6d6e71;
	text-align: center;
	padding-top: 15px;
} 

#login-register ul li {
	margin-left: 0;
	padding: 0px 5px;
	border-left: 1px solid #F7931E;
	list-style: none;
	display: inline;
}

#login-register ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#login-register ul li.social {
	border: none;
	padding: 0;
}

#login-register ul li a {
	color: #6d6e71;
	text-decoration: none;
}

#login-register ul li a:hover {
	color: #000;
	text-decoration: none;
}

#navigation {
	clear: both;
	width: 100%;
	background-color: #EDEDEE;
	text-align: center;
	padding: 10px 0;
}

#nav-width {
	width: 100%;
	height: 10px;
	margin-bottom: 25px;
}

.nav-dropshadow {
	background: url(../img/navDropShadow.gif) repeat-x;
}

#navigation-content {
	font-size: 11px;
	color: #6d6e71;
}

#navigation-content a {
	text-decoration: none;
	font-size: 11px;
	color: #6d6e71;
}

#navigation-content a:hover {
	color: #333333;
}

#navigation-content ul {
	display: inline;
}

#navigation-content ul li {
	position: relative;
	list-style: none;
	padding-left: 10px;
	padding-right: 5px;
}

#navigation-content ul li.seclink {
	list-style: none;
	display: inline;
	background: url(../img/bullet.gif) no-repeat center left;
}

#navigation-content ul li.headlink {
	list-style: none;
	display: inline;
	background: url(../img/bullet_empty.gif) no-repeat center left;
}

#navigation-content ul div {
	display: none;
}

#navigation-content ul #bottom {
	width: 18em;
	position: absolute;
	top: 1.6em;
	left: 0em;
	background-color: #EDEDEE;
	text-align: left;
} 

#navigation-content ul #bottom {
	z-index: 10000;
}

#navigation-content ul #icon {
	width: 77px;
	position: absolute;
	top: -102px;
	left: 1em;
	text-align: left;
	background-color: #ffffff;
} 

#navigation-content #menu li {
	padding: 5px 10px;
	display: block;
	background: url(../img/bullet_empty.gif) no-repeat center left;
}

#navigation-content ul li.hovering div {
	display: block;
}

#tooltip {

	position: absolute;

	z-index: 3000;

	border: 1px solid #111;

	background-color: #eee;

	padding: 5px;
	opacity: 0.85;
}
