﻿/*begin creating the tabs */
.menuFrontpage
{
	left: 120px;
	position: relative;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

/*begin creating the tabs */
.menu
{
	left: 120px;
	width: 600px;
	height: 20px;
	vertical-align: top;
	position: relative;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
/* set tab1 as top level container table, then target TDs inside*/
.menuItem {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
/* set tab1 as top level container table, then target TDs inside*/
.menuItem td {
	height: 20px;
	width: 80px;
	text-align: center;
}
/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem {
    color:#FFCC33;
}

/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem td 
{
/*	background: black;*/
}

/* make current tab gray,set the background-color also in case images are not on*/
.menuItemHover
{
	color: #FFCC33;
	cursor: hand;
}
/* 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: White;
	text-decoration: none;
}
*/
/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
/*.menuItem a:hover {
    color:#FFCC33;
}
*/

/* make drop down menu container style */
.menuPopup {
	background: White;
	border: 1px solid #666666;
	border-bottom: none;
	color: Black;
}

/* make drop down menu item style */
.menuPopupItem {
	color: Black;
	border-bottom: 1px solid #666666;
	padding: 3px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}

/* make drop down menu item style */
.menuPopupItemHover
{
	color: Black;
	border-bottom: 1px solid #666666;
	padding: 3px;
	font-family: Verdana;
	font-size: 12px;
	background-color: #E5EBED;
	cursor: hand;
}

/*begin creating the tabs */
.SideMenu
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: black;
	width: 119px;
}

/*begin creating the tabs */
.SideMenu
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: black;
	width: 119px;
}

/* set tab1 as top level container table, then target TDs inside*/
.SideMenuItem
{
	background-color: white;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	border: 1px;
	border-style: solid;
	border-color: white;
	cursor: hand;
}

/* set tab1 as top level container table, then target TDs inside*/
.SideMenuItem td
{
	text-align: left;
	padding: 2px;
	padding-left: 5px;
}

/* make current tab gray,set the background-color also in case images are not on*/
.SideMenuSelectedItem 
{
	background-color:#E5EBED; 
	font-family:verdana; 
	font-size:12px; 
	font-weight: normal;
	border:1px;
	border-style:solid;
	border-color:Gray;
	height: 20px;
}

/* make current tab gray,set the background-color also in case images are not on*/
.SideMenuSelectedItem td 
{
/*	background: black;*/
}
 
/* make current tab gray,set the background-color also in case images are not on*/
.SideMenuItemHover
{
	background-color:#E5EBED; 
	font-family:verdana; 
	font-size:12px; 
	font-weight: normal;
	border:1px;
	border-style:solid;
	border-color:Gray;
	cursor:hand; 
}

/* 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: White;
	text-decoration: none;
}
*/
/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
/*.menuItem a:hover {
    color:#FFCC33;
}
*/

/* make drop down menu container style */
.SideMenuPopup {
	background: White;
	border: 1px solid #666666;
	border-bottom: none;
	color: Black;
}

/* make drop down menu item style */
.SideMenuPopupItem {
	color: Black;
	border-bottom: 1px solid #666666;
	padding: 3px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	width: 200px;
}

/* make drop down menu item style */
.SideMenuPopupItem td {
	height: 15px;
}

/* make drop down menu item style */
.SideMenuPopupItemHover 
{
	color: Black;
	border-bottom: 1px solid #666666;
	padding: 3px;
	font-family: Verdana;
	font-size: 12px;
	background-color: #E5EBED;
	cursor: hand;
}

/*begin creating the tabs */
.SideMenuParent
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: black;
	width: 119px;
}

/* set tab1 as top level container table, then target TDs inside*/
.SideMenuParentItem
{
	background-color: white;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	border: 1px;
	border-style: solid;
	border-color: white;
	cursor: hand;
}

/* set tab1 as top level container table, then target TDs inside*/
.SideMenuParentItem td
{
	text-align: left;
}

/* make current tab gray,set the background-color also in case images are not on*/
.SideMenuParentSelectedItem 
{
	background-color:#E5EBED; 
	font-family:verdana; 
	font-size:12px; 
	font-weight: normal;
	border:1px;
	border-style:solid;
	border-color:Gray;
}

/* make current tab gray,set the background-color also in case images are not on*/
.SideMenuParentSelectedItem td 
{
/*	background: black;*/
}
 
/* make current tab gray,set the background-color also in case images are not on*/
.SideMenuParentItemHover
{
	background-color:#E5EBED; 
	font-family:verdana; 
	font-size:12px; 
	font-weight: normal;
	border:1px;
	border-style:solid;
	border-color:Gray;
	cursor:hand; 
}
