/* ==== MENU ==== */

#menu {
	width: 100%;
	margin-bottom: 25px;
	background: url("../../../images/line.png") repeat-x 0 100%;
}

h1 img {
	position: relative;
	bottom: -14px;
}

#ie #h1 img {
	bottom: -14px;
}

#menu ul {
	text-align: right;
	position: relative;
	bottom: 8px;
}

.sIFR-active #menu ul {
	position: relative;
	bottom: 0;
}

#menu li {
	list-style: none;
	margin-left: 6px;
	font-weight: bold;
	display: inline;
}

.sIFR-active #menu li {
	visibility: hidden;
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;

}

.sIFR-active #menu li:hover { /* Fix for flash focus issue when paged has been scrolled in Firefox 3.6 */
	background-position: 0 0;
}

#menu li a {
	background: transparent;
}

#menu li a:link {
	color: #393939;
}

#menu li a:visited {
	color: #2F2F2F;
}  

#menu li a:hover {
	color: #000;
}

#menu li a:active {
	color: #1D6DD1;
}

#menu #active a { /* Color the currently active page */
	color: #1D6DD1 !important;
}
