/* --------------------------------------------------------------- */

.menu{
	margin:0;
	padding:0;
	width:180px;
	list-style:none;
	background:rgb(255,255,255);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	
}
.menu li{padding:0; margin:0 0 1px 0; height:40px; display:block; }
.menu li a{text-align:left;height:40px; padding:0px 25px; font:14px "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:bold; color:#ffffff; display:block; background:url('../images/verMenuImages.png') 0px 0px no-repeat; outline:none; text-decoration:none;}
.menu li a:hover{background:url('../images/verMenuImages.png') 0px -40px no-repeat; color:#ffffff; font-size:16px;}
.menu li a.active, .menu li a.active:hover{background:url('../images/verMenuImages.png') 0px -80px no-repeat; color:#ffffff; }
.menu li a span{line-height:40px;}


/*---------------------------------------------*/

#bodyPan #rightPan .dotline {
	color: #4D4D4D;
}
#bodyPan #rightPan .dotline {
	color: #4D4D4D;
}
#bodyPan #rightPan .dotline {
	color: #000;
}
#bodyPan #leftPan #leftworkPan1 {
	color: #FF6D1A;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
#bodyPan #rightPan table tr td p {
	text-align: left;
}

/*--------- button css --------------------*/
.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background:black url(../images/titlebar-active.jpg) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .menuheader1{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background:black url(../images/titlebar-active.jpg) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

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

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

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.arrowlistmenu ul li a{
color:#F60;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 13px;
}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}
/*----------------------------------------------------------------*/
