﻿/* Unique CSS options for the index/home page only */

.minor_menu_nav {
	padding-top: 70px;
	padding-right: 20px;
	padding-left: 20px;
	list-style-type: none;
}
.minor_menu_nav li {
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	border: medium solid #CC6600;
	margin: 0 0 12px 0;
	width: 130px;	/* This is required when the menu is vertical */

}
.minor_menu_nav a {
	color: #0000FF;
	text-decoration: none;
	background-color: #FFFFCC;
	background-image: url('images/Buttons/weightman_tab_master_1.jpg');
	background-repeat: repeat-x;
	padding: 4px 0px 4px 0px;
	display: block;
}
.minor_menu_nav a:hover {
	color: #FF0000;
	background-image: url('images/Buttons/weightman_tab_master_2.gif');
	background-repeat: repeat-x;
}
.minor_menu_nav a:active {
	color: #000000;
}

/* specialty layouts for the old index graphic page */
.index_format_left {
	width: 180px;
	float: left;
	margin-left: 150px;
}
.index_format_center {
	width: 500px;
	float: left;
}
.index_button_left {
}
.index_button_right {
	text-align: left;
	height: 110px;
	margin-left: 10px;
	padding-top: 20px;
}
.index_spacer {
	height: 55px;
}
