@charset "utf-8";
/* CSS Document */

.arrowlistnav{
	width:620px; /*width of accordion menu*/
}

h3.menuheader a.abc {
color:#333333;
text-decoration:none;
cursor:default;
}
h3.menuheader a.abc:hover {
color:#0151AA;
text-decoration:none;
cursor:default;
}

.arrowlistnav .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #333333;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*header text is indented 10px*/
	cursor:default;
	background-repeat: repeat-x;
	background-position: left center;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	text-align: right;
	direction:rtl
}
.arrowlistnav .menuheader a {
	color: #333333;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.arrowlistnav .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.html);
}

.arrowlistnav ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0; /*bottom spacing between each UL and rest of content*/
}


.arrowlistnav ul li{
	padding-bottom: 2px;
}

.arrowlistnav ul li a{
	color: #666666;
	background: url(arrowbullet.html) no-repeat center left; /*custom bullet list image*/
	/*display: block;*/
	padding-left: 0px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	font-family: Tahoma;
}

.arrowlistnav ul li a:visited{
color: #666666;
}

.arrowlistnav ul li a:hover{ /*hover state CSS*/
color: #96BD91;
}

.categoryitems li {
list-style:none;
}
.categoryitems li.bullets {list-style-type:none; margin-top:5px;}

.categoryitems li.bullets p{text-align:right; direction:rtl;}

.menuheader expandable h3 {color:#333333;}

td.dropbox {
width:450px;
height:25px;
background-color:#E1E1E1;
color:#0F0F0F;
padding-right:15px;
font-family:Tahoma;
font-size:11px;
}
td.s-dropbox {
width:180px;
height:25px;
background-color:#E1E1E1;
color:#0F0F0F;
padding-right:85px;
font-family:Tahoma;
font-size:11px;
}

td.clientbox {
font-family:Tahoma;
font-size:10px;
padding:5px 7px 3px 7px;
border-right:1px solid #669900;
border-bottom:1px solid #669900;
text-align:center;
}
td.clientboxx {
border-right:1px solid #669900;
}
table.clientbox {
vertical-align:middle;
margin:0px;
padding:0px;
border:1px solid #669900;
border-right:none;
margin-right:-15px !important;
}
