p.headerMenuItem
{
	padding: 0px 0px 0px 0px;
	margin: 7px 0px 0px 0px;
	color: #ffffff;	
	font-weight: bold;
	text-align: center;
}

a:link.headerMenu, a:visited.headerMenu, a:hover.headerMenu, a:active.headerMenu 
{
	color: #008f93;	
	text-decoration: none;
}

.menuTD 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: center;
}

/* For Menus Without any sub menus */

td.reg-menuLeftSelected 
{
	width: 118px; 	
	height: 44px; 
	color: #ffffff;
	background-image: url('../images/menu/reg-menu-left-selected.jpg');		
}

td.reg-menuLeftUnselected
{
	width: 118px; 	
	height: 44px; 
	color: #7dcac2;
	background-image: url('../images/menu/reg-menu-left-unselected.jpg');	
}

td.reg-menuMiddleSelected
{
	width: 109px; 	
	height: 44px; 
	color: #ffffff;
	background-image: url('../images/menu/reg-menu-middle-selected.jpg');	
}

td.reg-menuMiddleUnselected 
{
	width: 109px; 	
	height: 44px; 
	color: #7dcac2;
	background-image: url('../images/menu/reg-menu-middle-unselected.jpg');	
}

td.reg-menuRightSelected 
{
	width: 118px; 	
	height: 44px; 
	color: #ffffff;
	background-image: url('../images/menu/reg-menu-right-selected.jpg');	
}

td.reg-menuRightUnselected 
{
	width: 118px; 	
	height: 44px; 
	color: #7dcac2;
	background-image: url('../images/menu/reg-menu-right-unselected.jpg');	
}

/* For Menus With sub menus */

p.subMenuItem
{
	margin: 8px 0px 0px 0px;
}

a:link.subMenuLink, a:visited.subMenuLink, a:hover.subMenuLink, a:active.subMenuLink 
{
	font-family: Tahoma, arial, helvetica, serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;	
	text-decoration: none;
}

table.subMenuBackground, div.subMenuBackground
{
	margin: 0 auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding:10px 0 0 0;
	width:791px;
	/*height:35px;*/
	text-align: center;
	background-color: #f2f2f2;
}

td.subMenuItem
{
	width: 92px;
	height: 29px;
	background-image: url('../images/menu/sub-menu-item-background.gif');		
	background-repeat: no-repeat;
}

td.sub-menuLeftSelected 
{
	width: 118px; 	
	height: 44px; 
	color: #ffffff;
	background-image: url('../images/menu/sub-menu-left-selected.jpg');		
}

td.sub-menuLeftUnselected
{
	width: 118px; 	
	height: 44px; 
	color: #7dcac2;
	background-image: url('../images/menu/sub-menu-left-unselected.jpg');	
}

td.sub-menuMiddleSelected
{
	width: 109px; 	
	height: 44px; 
	color: #ffffff;
	background-image: url('../images/menu/sub-menu-middle-selected.jpg');	
}

td.sub-menuMiddleUnselected 
{
	width: 109px; 	
	height: 44px; 
	color: #7dcac2;
	background-image: url('../images/menu/sub-menu-middle-unselected.jpg');	
}

td.sub-menuRightSelected 
{
	width: 118px; 	
	height: 44px; 
	color: #ffffff;
	background-image: url('../images/menu/sub-menu-right-selected.jpg');	
}

td.sub-menuRightUnselected 
{
	width: 118px; 	
	height: 44px; 
	color: #7dcac2;
	background-image: url('../images/menu/sub-menu-right-unselected.jpg');	
}

