﻿/*begin creating the tabs */
.menu {
	/*margin-left: 276px;*/
	/*background: url(images/tab_bg.gif) repeat-x;*/
	font-size: 12px;
	font-weight: bold;
	width:780px;
		
}
/* set tab1 as top level container table, then target TDs inside*/
.menuItem td {
	color: #000000;
	height: 39px;
	background:url(images/m1.jpg) no-repeat;
	width: 115px;   /*112px orig code */
	text-align: center;
    border: none;
   	padding-right: 9px;  /*12px orig code */
	vertical-align:top; /*added to be able to fit in online customer service center*/
	padding-top:4px; /*added to be able to fit in online customer service center*/
	line-height:.9em;
	}
/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem td {
	background: url(images/m1_act.jpg) no-repeat;
}
/* 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: #000000;
	text-decoration: none;
}
/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover {
	text-decoration: underline;
	line-height:.9em; /*added to be able to fit in online customer service center*/
}
.menuItem td:hover {
    background: url(images/m1_act.jpg) no-repeat;
}

/* make drop down menu container style */
.menuPopup {
	/*background: url(images/background_drop_menu.jpg) repeat #8C9FB4;*/
	border: 1px solid #666666;
	border-bottom: none;
	color: #000000;
}

/* make drop down menu item style */
.menuPopupItem {
	color: #000000;
	border-bottom: 1px solid #666666;
	padding: 3px;
}
