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

.arrowlistmenu{
	width: 194px; /*width of accordion menu*/
	margin-top:20px;
	padding-right: 10px;
	direction:rtl !important;
	text-align:right;
	margin-left:50px;
}

h3.menuheader a {
color:#333333;
text-decoration:none;
cursor:default;
}
h3.menuheader a:hover {
color:#96BD91;
text-decoration:none;
cursor:default;
}

.arrowlistmenu .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: pointer;
	cursor: pointer;
	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;
}
.arrowlistmenu .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;
}

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

.arrowlistmenu 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*/
}
.arrowlistmenu .news {
	font-family: Tahoma;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.arrowlistmenu .news p {
	font-family: Tahoma;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #666666;
}

.arrowlistmenu .news .readmore {
	margin: 0px;
	padding: 0px;
}
.arrowlistmenu .news .readmore a {
	font-size: 11px;
	font-weight: normal;
	color: #FF3300;
	padding: 0px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-decoration: none;
}
.arrowlistmenu .news .readmore a:hover {
	color: #FF6600;
	text-decoration: underline;
}


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

.arrowlistmenu 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;
}

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

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

.categoryitems li {
margin-right:35px;
list-style:disc;
}

.menuheader expandable h3 {color:#333333;}

.menuheader expandable h3:hover {color:#333333; background-color:#96BD91}
.menuheader expandable h3:visited {color:#333333; background-color:#E1E1E1}


