﻿/* --------------------  Menu Specific Alterations ---------------------------- */

#mBar146
{
	padding-right:27px;
}
/*
.menuBarItemSelected146
{
	width:66px;
	padding-left:10px;
	text-decoration:underline;
}

#mBar342
{
	width:70px;
	padding-left:3px;
}

.menuBarItemSelected342
{
	width:70px;
	padding-left:3px;
	text-decoration:underline;
}

#mBar326
{
	width:115px;
	padding-left:3px;
}

.menuBarItemSelected326
{
	width:130px;
	padding-left:3px;
	text-decoration:underline;
}


#mBar319
{
	width:60px;
	padding-left:3px;
}
.menuBarItemSelected319
{
	width:60px;
	padding-left:3px;
	text-decoration:underline;
}

#mBar351
{
	width:75px;
	padding-left:3px;
}
.menuBarItemSelected351
{
	width:75px;
	padding-left:3px;
	text-decoration:underline;
}

#mBar352
{
	width:100px;
	padding-left:3px;
}
.menuBarItemSelected352
{
	width:100px;
	padding-left:3px;
	text-decoration:underline;
}

#mBar353
{
	width:100px;
	padding-left:3px;
}
.menuBarItemSelected353
{
	width:100;
	padding-left:3px;
	text-decoration:underline;
}


#mBar359
{
	width:200px;
	padding-left:3px;
	text-align:left;
	padding-right:50px;
}


#menuBarSpace359
{
    width:290px;
}


.menuBarItemSelected359
{
	width:200;
	padding-left:3px;
	text-decoration:underline;
}


#mBar327
{
    text-align:right;
	width:70px;
	padding-left:3px;
	padding-right:10px;
}
.menuBarItemSelected327
{
    text-align:right;
	width:70px;
	padding-left:3px;
	padding-right:10px;
	text-decoration:underline;
}
*/
/* --------------------  Menu ---------------------------- */

.divMenuBorders
{
    position:absolute;
    border:solid 1px #ffffff;
	

}

.menu
{
   background-image:url(../../userfiles/image/Website/General/Menu_Bottom.jpg);
   background-position:center 29px;
   background-repeat:no-repeat;
   font-family:Arial;
   font-size:12px;
   font-weight:normal;
   width:100%;
   /*background-color:#000000;*/
   height:31px;
   vertical-align:middle;
   text-align:right;
}

.menuBar
{
    /*width:100%;*/
    height:30px;
    text-decoration:none;
	font-weight:normal;
	color:#ed1b24;
    /*width:577px;*/
    /*border:solid 1px #595959;*/
	/*direction:rtl;*/
	vertical-align:top;
	/*border:solid 1px black;*/
	
	
}

.menuBarItem
{
    width:130px;
    vertical-align:middle;
    text-align:center;
    padding:0px 0px 0px 0px;
    /*background-color:#816766;*/
    height:30px;
	background-image:url(../../userfiles/image/Website/General/ATP_Tab_Gray.jpg);
	background-repeat:no-repeat;
}

.menuBarItemSELECTED
{
    width:130px;
    vertical-align:middle;
    text-align:center;
    padding:0px 0px 0px 0px;
    /*background-color:#816766;*/
    height:30px;
	background-image:url(../../userfiles/image/Website/General/ATP_Tab_White.jpg);
	background-repeat:no-repeat;
}


.menuBarItemHover
{
    width:130px;
    vertical-align:middle;
    text-align:center;
    padding:0px 0px 0px 0px;
    /*background-color:#816766;*/
    height:30px;
	background-image:url(../../userfiles/image/Website/General/ATP_Tab_White.jpg);
	background-repeat:no-repeat;
}

.menuBarSpace
{
    width:0px;
    /*height:25px;*/
    /*background-repeat:no-repeat;*/
    /*background-position:left;*/
    /*background-image:url(../images/delimiter.gif);*/
    /*background-position:center;*/
    /*background-image:url(../images/del3.gif);*/
    
}
A.menuBarItemLink:link,A.menuBarItemLink:visited,A.menuBarItemLink:active
{
    font-family:Tahoma;
	text-decoration:none;
    color:#696057;
	font-weight:normal;
	font-size:14px;
}

A.menuBarItemLink:hover
{
    font-family:Tahoma;
	text-decoration:none;
	font-weight:normal;
	color:#ed1b24;
	font-size:14px;
}

.menuBarItemLinkS
{
	font-family:Tahoma;
	text-decoration:none;
    color:#696057;
	font-weight:bold;
	font-size:14px;
}

A.menuBarItemLinkSELECTED:link,A.menuBarItemLinkSELECTED:visited,A.menuBarItemLinkSELECTED:active,A.menuBarItemLinkSELECTED:hover
{
	font-family:Tahoma;
	text-decoration:none;
	font-weight:normal;
	color:#ed1b24;
	font-size:14px;
}

/* -------------------- Sub Menu ---------------------------- */
.submenu
{
   font-family:Arial;
   font-size:12px;
   position:absolute;
   visibility:hidden;
   z-index:1000;
   text-align:center;
   /*border:solid 1px black;*/
   padding-top:1px;
}

.submenuBar
{
	background-color:#ffffff;
    font-weight:normal;
    vertical-align:middle;

}

.submenuBarItem
{
    text-align:center;
	background-color:#ffffff;
    cursor:pointer;
}

.submenuBarItemHover
{
    cursor:pointer;
    text-align:center;

}

.submenuBarSpaceW
{
    width:9px;
    height:13px;
	background-color:#ffffff;
	background-image:url(../images/sepHZb_9x13.jpg);
	background-repeat:no-repeat;
	background-position:right center;
}
.submenuBarSpaceH
{
    height:1px;
    background-color:white;
}
A.submenuBarItemLink:link,A.submenuBarItemLink:visited,A.submenuBarItemLink:active
{
    text-decoration:none;
    /*color:#666666;*/
    color:#696057;
	font-weight:normal;
}

A.submenuBarItemLink:hover
{
    /*text-decoration:underline;*/
    text-decoration:none;
    /*color:#aa1a1a;*/
    color:#ed1b24;
	font-weight:normal;
}

A.submenuBarItemLinkSELECTED:link,A.submenuBarItemLinkSELECTED:visited,A.submenuBarItemLinkSELECTED
{
    /*text-decoration:underline;*/
    text-decoration:none;
    /*color:#aa1a1a;*/
    color:#ed1b24;
	font-weight:normal;
}

A.submenuBarItemLinkSELECTED
{
    /*text-decoration:underline;*/
    text-decoration:none;
    /*color:#aa1a1a;*/
    color:#ed1b24;
	font-weight:normal;
}



/* ----------------SIDE MENU------------------------- */
.sideMenu
{
   /*background-color:#E4EfD0;*/
   font-family:Arial;
   font-size:12px;
   /*padding-left:15px;
   padding-right:10px;*/
   padding-top:0px;
   /*border:solid 1px black;*/
   /*height:500px;*/

     
}
.sideMenuBar
{
    color:#7BA235;
    font-weight:bold;
    vertical-align:middle;
    width:100%;
    height:35px;
}

.sideMenuBarParentHeader
{
	padding-right: 10px;
	background-image: url(../../userfiles/image/Website/Inner/ATP_Inner_Brown_Head.jpg);
	background-repeat: no-repeat;
	height: 25px;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
	color:#ffffff;
}


.sideMenuBarItem
{
    direction:rtl;
    text-align:right;
    vertical-align:middle;
	background-image:url(../../userfiles/image/Website/General/ATP_Arrow_Gray_Bckgrnd.jpg);
	background-repeat:no-repeat;
    background-position:165px 7px;
    background-color:#f0efed;
    width:100%;
    padding-top:3px;
    padding-bottom:3px;
    padding-right:20px;
    /*border:solid 1px black;*/
}
.sideMenuBarItemHOVER
{
    direction:rtl;
    text-align:right;
    vertical-align:middle;
	background-image:url(../../userfiles/image/Website/General/ATP_Arrow_White_Bckgrnd.jpg);
    background-repeat:no-repeat;
    background-position:165px 7px;
    background-color:#FFFFFF;
    width:100%;
    padding-top:3px;
    padding-bottom:3px;
    padding-right:20px;
    /*border:solid 1px black;*/
}

.sideMenuBarItemSELECTED
{
    direction:rtl;
    text-align:right;
    vertical-align:middle;
	background-image:url(../../userfiles/image/Website/General/ATP_Arrow_White_Bckgrnd.jpg);
    background-repeat:no-repeat;
    background-position:165px 7px;
    background-color:#FFFFFF;
    width:100%;
    padding-top:3px;
    padding-bottom:3px;
    padding-right:20px;
    /*border:solid 1px black;*/
}

A.sideMenuBarItemLinkSELECTED:link,A.sideMenuBarItemLinkSELECTED:visited,A.sideMenuBarItemLinkSELECTED:active
{
    text-decoration:none;
    color:#696057;
    font-weight:bold;
}

A.sideMenuBarItemLinkSELECTED:hover
{
    text-decoration:none;
    color:#696057; 
    font-weight:bold;
}

.sideMenuBarSpace
{
    color:#7BA235;
    width:11px;
    height:35px;
    background-repeat:no-repeat;
    background-position:right;
    /*background-image:url(../images/delimiter.gif);*/
}
A.sideMenuBarItemLink:link,A.sideMenuBarItemLink:visited,A.sideMenuBarItemLink:active
{
    text-decoration:none;
    color:#696057;
    font-weight:normal;
}

A.sideMenuBarItemLink:hover
{
    /*text-decoration:underline;*/
    text-decoration:none;
    color:#696057;  
    font-weight:normal;
}

.sideMenuBarSpaceH
{
    height:1px;
    /*background-image:url(../../userfiles/image/menu/sideMenu/yael_dottdLine.jpg);*/
	background-color:#D8D7D5;
}

/* debug Menu*/
.debugMenu
{
	background-color:White;
	direction:ltr; 
	text-align:left;
	overflow:auto;
	top:0px;
	left:0px;
	width:220px;
	height:540px;
	border:solid 1px black;
	position:absolute;
	font-family:Arial;
	font-size:12px;
	z-index:1000;
	
	
}
