﻿/*begin creating the tabs */
.menu {
	background-color: #0A1A32;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
}
/* set tab1 as top level container table, then target TDs inside*/
.menuItem td {
	color: #ffffff;
	height: 30px;
	width: 100px;
  	text-align: center;
	border-left: solid 2px #ffffff;
	padding-left: 2.5px;
	padding-right: 2.5px;
}
.menuItem td:hover {
	background-color: #949494;
}
/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem td {
	background-color: #949494;
}
/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited, .menuPopupItem a:link, .menuPopupItem a:visited {
	color: #ffffff;
	text-decoration: none;
}
/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover, .menuPopup a:hover {
	text-decoration: underline;
}

/* make drop down menu container style */
.menuPopup {
    background: url(images/GraySpacer.gif) repeat #949494;
	border: 1px solid #666666;
	border-bottom: none;
	color: #ff0000;
	font-size: 11px;
	font-family: Tahoma;
	margin-left: 2px;
}

/* make drop down menu item style */
.menuPopupItem {
	color: #ffffff;
	border-bottom: 1px solid #666666;
	padding: 3px;
	background-color: #949494;
}
/* all the fieldset tags use this same style */
fieldset {
	margin-bottom: 0px;
	padding: 0px 12px 12px 12px;
	display: block;
}
/* can be removed if no images in breadcrumb area */
#breadcrumb img {
	border: none;
	padding-right: 3px;
	vertical-align: middle;
}