
.arrowlistmenu{
	width: auto;   
	background-color: #ffffff;
}
.red {
	border-bottom: 1px dotted #d3d0cf !important;
}

.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);*/
	box-shadow: 0 2px 2px #000000;
	border-radius: 0 0 0px 0px;
	vertical-align:middle;
}	

.menuTitle{
    background-color: #8f8f8f;
    border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
    border-radius: 6px 6px 0 0;
    color: #F5F5F5;
    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: 11;
	
}
.arrowlistmenu .menuheader a{ 
	text-decoration: none
}
.arrowlistmenu ul{ 
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
	margin-bottom: 0px;
}
.arrowlistmenu ul li a{
    background-position: center 19px;
	text-decoration: none;
	font-size: 8px;
	display: block;
	padding: 2px 0;
}

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


.arrowlistmenu li:hover{ 
	background: url() no-repeat scroll 15px 7px #ffffff;
}
.menuheader a:hover{ 
	background: url() no-repeat scroll 15px 7px #ffffff;
	/*border-bottom: 1px solid ;*/
}  

.subnav li  { 
	border-bottom: 0  !important; 
}
.subnav :last-child { 
	/*border-bottom: 1px dashed #d3d0cf;*/
}
/*
.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; 
}

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

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

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

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