/*WHEN UPDATING THIS FILE, ALSO UPDATE templates/mouseovertabs.css and passwords/mouseovertabs.css*/

html { overflow: -moz-scrollbars-vertical !important; 

}

a:link {
	color: #ff231b;
	text-decoration: none;
}

a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #333333;
}

a:active {
	color: #ff231b;
	text-decoration: none;
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px
	}

/* ######### CSS for top level tabs ######### */

.tabsmenuclass ul{
	overflow: hidden;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-repeat: repeat;
	background-position: center center;

}

.tabsmenuclass li{
	float: left;

}

.tabsmenuclass a{
	display: block;
	padding: 5px 15px;
	color: black;
	margin-right: 1px;
	text-decoration: none;
	font: bold 13px Arial;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
	color: black;
	background-image: url(navbar-over.gif);
	background-repeat: repeat;
	background-position: center center;
}

.tabsmenuclass a:visited {
color: #000000;
text-decoration: none;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
	clear: left;
	background: #CCCCCC;
	width: auto;
	height: 15px;
	padding: 5px;
	font: bold 13px Arial;
	border: 1px solid silver;

}

.tabsmenucontentclass ul{
	margin: 0;
	padding: 0;
	list-style-type: none;

}

.tabsmenucontentclass li{
	float: left;
	margin-right: 1em;
}

.tabsmenucontentclass a:hover{
	border-bottom: 1px dashed;
}

.tabsmenucontentclass a:visited {
	color: #333333;
	text-decoration: none;
}