@charset "UTF-8";
/* Navigation */

#navigation {
	border: 1px solid #605f63;
}

#navigation ul li a {
	display: block;
	min-height: 31px;
	background: url(../images/navbg.gif) #183c90 repeat-x;
	border: 1px solid #605f63;
	border-width: 0 0 1px 0;
	color: white;
	text-indent: 9px;
	line-height: 2.7em;
	text-decoration: none;
}

#navigation ul li ul li a {
	background: url(../images/navbg2.gif) #c0bfbe repeat-x;
	color: #000;
}

#navigation a:focus, #navigation a:hover, #navigation a:active {
	font-weight: bold;
	text-decoration: none;
}

#navigation a.active {
	font-weight: bold;
}

.right a.active {
	text-decoration: underline !important;
}

.webcamlink {
    background: url("../images/navbg.gif") repeat-x scroll 0 0 #183C90;
    border-color: #605F63;
    border-style: solid;
    border-width: 0 0 1px;
    color: white !important;
    display: block;
    line-height: 2.7em;
    margin-right: 13px;
    min-height: 31px;
    text-decoration: none;
    text-indent: 9px;
}

