﻿/*begin creating the tabs */
.staticMenuStyle {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../../images/menuback.jpg) repeat-x;
	/*font-size: 10px;
	font-weight: bold;*/
}
/* set tab1 as top level container table, then target TDs inside*/
.staticMenuItemStyle td 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: Black;
	height: 23px;
	background: url(../../images/menuback.jpg) repeat-x;
	/*width: 100px;
	text-align: center;*/
}
/* make current tab gray,set the background-color also in case images are not on*/
.staticSelectedStyle td {
	/*background: url(../../images/menubackselected6.jpg) repeat-x;*/
}

/* make current tab gray,set the background-color also in case images are not on*/
.staticHoverStyle td 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 23px;
	background: url(../../images/menubackhover.jpg) repeat-x;
}
	

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.staticMenuItemStyle a:link, .staticMenuItemStyle a:visited { color: White; }
.staticMenuItemStyle a:hover { color: White; }
.staticHoverStyle { color: White}

.dynamicMenuItemStyle a:link, .dynamicMenuItemStyle a:visited { color: White; }
.dynamicMenuItemStyle a:hover { color: White; }
.dynamicMenuItemStyle { color: White}
