﻿/*begin creating the tabs */
.menu {
	/*margin-left: 276px;*/
	/*background: url(images/tab_bg.gif) repeat-x;*/
	font-size: 12px;
	font-weight: bold;
}
/* 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: 112px;
	text-align: center;
	border: none;
	padding-right: 12px;
}
/* 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;
}
.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;
}