
.arrowlistmenu{
	width: 280;   
	background-color: #ffffff;
}
.red {

	background-color: #d1d1d1;
	padding: 0px;
	
}

.box2{
	padding: 6px 10px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
	border-radius: 0 0 px px;
	vertical-align:middle;
}	

.menuTitle{
    background-color: #4080B0;
    border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
    border-radius: 3px 3px 0 0;
    color: #ffffff;
    font-weight: 900;
    padding: 6px;
    text-align: left;
	vertical-align:middle;
}	


.arrowlistmenu .menuheader{ 
	/*margin-bottom: 0px;*/
	padding: 5px 0 5px 0px;
	cursor: hand;
	cursor: pointer;
	/*background-color: #F7F7F7;*/
    /*background-position: center 19px;*/
    /*padding: 6px 10px;*/	
	font-size: 16px;
	
}
.arrowlistmenu .menuheader a{ 
	text-decoration: none
}
.arrowlistmenu ul{ 
	list-style-type: none;
	margin: 0;
	padding: 0 0px 0 0px;
	margin-bottom: 0px;
}
.arrowlistmenu ul li a{
    background-position: center 19px;
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 2px 0;
}


.menuheader {

}


.menuheader:last-child {
	border-bottom: 0  !important; 
}
.arrowlistmenu li { 
	/*border-bottom: 1px dashed ;*/
}

.arrowlistmenu li:hover{ 
	background-color: #d1d1d1;
	/*border-bottom: 1px solid ;*/
}

.menuheader a:hover {
	text-decoration: none !important; 
}

.menuheader :hover{ 
	background-color: #d1d1d1;
	border-bottom: 0px solid #ffffff;
	/*text-shadow: 3px 3px 5px #FFF;*/
}  

.subnav li  { 
	border-bottom: 0  !important; 
}
.subnav :last-child { 
	/*border-bottom: 1px dashed #ffffff;*/
}

#leftmiddle ul li :hover { 
	background-color: #d1d1d1;
}

/*
.adtitle:hover {
    background: url("/images/689/bul_but_arrow_orange_b.gif") no-repeat scroll 15px 7px #D95607;
}
.adtitle {
    background: url("/images/689/bul_but_arrow_orange_b.gif") no-repeat scroll 15px 7px transparent;
}
*/

.subnuv {
	border-bottom: 0  !important; 
}

 
.menuheader A:link {text-decoration: none; color:#85898A; }
.menuheader A:visited {text-decoration: none; color:#85898A;}
.menuheader A:active {text-decoration: none; color:#85898A;}
.menuheader A:hover {text-decoration: none; color:#85898A;}

.subnav li  A:link {text-decoration: none; color: #85898A; font-size: 12px;}
.subnav li  A:visited {text-decoration: none; color:#85898A;font-size: 12px;}
.subnav li  A:active {text-decoration: none; color:#85898A;font-size: 12px;}
.subnav li  A:hover {text-decoration: none; color:#85898A;font-size: 12px;}



/************************************************/
/* tool tip */
.tooltips span {
	display:none;
	position:absolute;
	z-index:1000;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.tooltip-style1 {
	background:#5a85a5;
	color:white;
	min-height:30px;
	padding:10px 20px 10px 20px;
	opacity:0.9;
}

.tooltip-style2 {
	background:#363636;
	padding:3px;
	color:white;
	text-align:center;
}

.tooltip-style3 {
	background:#e8e8e8;
	color:black;
	padding:15px;
}
