.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #052C24 !important;
    border-color: #DDDDDD #DDDDDD rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default;
}

#panel .carousel-indicators .active {
    background-color: #A3B1C1;
    height: 8px;
    width: 8px;
}
#panel .carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #A3B1C1;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    width: 8px;
}

.carousel_navigation {
	display:block;
	width:25px;
	height:50px;
	position: absolute;
	top:30%;
	opacity:0.8;
}

.goleft {
	background-image:url(../../../images/go_left.png);
	left: 10px;
}
.goright {
	background-image:url(../../../images/go_right.png);
	right:10px;
}



.menu ul {
	list-style: none;
	margin: 0;
}

.menu li {
	display: inline-block;
	padding-left: 5px;
}

.menu img {
	vertical-align: top;
}

.menu ul {
	color: #fff;
	font-weight: bold;
	text-align: right;
	width: auto;
}

.menu ul a:link {
	color: #fff;
	text-decoration: none;
}

.menu ul a:visited {
	color: #fff;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	color: #fff;
	text-decoration: none;
}

#topheader {
    color: #6D6D6D;
    font-family: 'arial';
    padding: 10px 0 4px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
div#topheader a, div#tophead a:link, div#tophead a:visited {
    color: #FFFFFF;
    font-family: "Pompiere", cursive;
    font-size: 16px;
    text-decoration: none;
    font-variant: small-caps;
   display: block;
}
ul.linkheader {
    font-size: 8px;
    padding: 8px 0;
    text-align: left;
    text-transform: uppercase;
}
ul.linkheader li {
    background-color: #746d8f;
    display: inline-block;
    list-style-type: none;
    opacity: 0.7;
    padding: 5px 22px;
    margin: 1px;
}
ul.linkheader li:hover {
    color: #000000;
    font-family: 'arial';
    font-size: 9px;
    font-weight: normal;
    opacity: 1;
    text-decoration: none;
}

ul.linkheader select {
    color: #FFFFFF;
    font-size:10px;
    background-color: #746D8F;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 2px;
    border-width: 0;
}
ul.linkheader select:hover {
    opacity: 1;
}

ul.linkheader select option {
    font-size: 8pt;
}

ul.panellinkheader {
    font-size: 9px;
    letter-spacing: 2px;
    margin: 0;
    padding: 8px 0;
    text-align: right;
    text-transform: uppercase;
}
ul.panellinkheader li {
    background-color: #EFF3EA;
    border-radius: 30px 30px 0 0;
    display: inline-block;
    list-style-type: none;
    margin: 0 0px 0 -20px;
    opacity: 1;
    padding: 11px 25px;
}
ul.panellinkheader li:hover {
    color: #000000;
    font-family: 'arial';
    font-size: 9px;
    font-weight: normal;
    opacity: 0.7;
    text-decoration: none;
}

ul.panellinkheader select {
    color: #000000;
    font-size:10px;
    background-color: #EFF3EA;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 2px;
    border-width: 0;
}
ul.panellinkheader select:hover {
    opacity: 1;
}

ul.panellinkheader select option {
    font-size: 8pt;
}




div#topheader li {
    background-color: #333333;
    min-height: 30px;
    min-width: 110px;
}

#menu a, #menu a:visited {
    background-color: #646464;
    border-left: 5px solid #1A1B37;
    color: #303030;
    display: block;
    margin: 0.5em auto;
    text-align: center;
    text-decoration: none;
    width: 250px;
}
#menu a:hover {
    border-left: 5px solid #2A2C54;
}
		