﻿/* Tabs.css */

.tabs {
	background: #000 url(/images/nav_bg_2.png) no-repeat;
	height: 20px;
	margin-bottom: 10px;
	padding: 3px;
}

.tabs ul {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 80%;
	list-style-type: none;
	margin: 0 0 2px 2px;
	padding: 2px 0 0 0;
	text-align: left;
}

.tabs li {
	display: inline;
	margin: 0;
}

.tabs li a {
	background: transparent;
	color: white;
	font-weight: bold;
	padding: 4px 19px 4px 19px;
	text-decoration: none;
}

.tabs li a:visited {
	color: white;
}

.tabs li a:hover {
	background: url(/images/nav_hover_bg.png) repeat-x;
	border-top: 1px solid #918d8d;
	border-right: 1px solid #918d8d;
	border-bottom: 1px solid #918d8d;
	border-left: 1px solid #918d8d;
	color: black;
	padding: 4px 18px 4px 18px;
	text-decoration: none;
}

.tabs li.selected {

}

.tabs li.selected a {

}

.tabs li.selected a:hover {
	text-decoration: none;
}

/* Drop Down Menu Style */

.menu {
	/* background-color: #660200; */
	background-color: #f5f5f5;
	border: 1px solid #918d8d;
	border-width: 0 1px;
	font: 76% normal Tahoma, Helvetica, sans-serif;
	line-height: 18px;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 200px;
	z-index: 100;
}


.menu a {
	border: 0 solid #918d8d;
	border-bottom-width: 1px;
	/* color: white; */
	color: black;
	display: block;
	padding: 2px 0;
	text-decoration: none;
	text-indent: 5px;
	width: auto;
}

* html .menu a { /* IE only hack */
	width: 100%;
}

.menu a:visited {
	/* color: white; */
	color: black;
}

.menu a:hover {
	/* background-color: #edf3f3; First*/
	/* background-color: #c5c5c5; Trial*/
	background: url(/images/menu_hover_bg.png) repeat-x;
	color: black;
	/* shouldn't be bold */
	/* font-weight: bold; */
	text-decoration: none;
}