.jqueryslidemenu{
font: normal 16px Verdana ;
background:url(images/cat_fon.jpg) no-repeat left top;
width: 450px;
height:43px;

z-index:10001;
}
.jqueryslidemenu_eng{
font: normal 16px Verdana ;
background:url(images/cat_fon_eng.jpg) no-repeat left top;
width: 450px;
height:43px;

z-index:10001;
}

.jqueryslidemenu ul{
margin: 0;
padding-left: 6px;
padding-top: 6px;
list-style-type: none;

}


.big_li:hover{
background:url(images/left_big.png) no-repeat left top;
}
.big_a:hover{
background:url(images/right_big.png) no-repeat right top;
color:white;
}
.big_a_active{
background:url(images/right_big.png) no-repeat right top;
 color:white;
}

.big_li_active{
background:url(images/left_big.png) no-repeat left top;
color:white;
}
.little_li:hover{
background:url(images/left_little.png) no-repeat left top;
color:white;
}
.little_a:hover{
background:url(images/right_little.png) no-repeat right top;
color:white;
}
.firm:hover{
background:url(images/firm.png) no-repeat left top;
color:white;
}
.firm_a{
width:132px;

}
.firm_a:hover{

color:white;
}
.little_a_active{
background:url(images/right_little.png) no-repeat right top;
color:white;
}
.little_li_active{
background:url(images/left_little.png) no-repeat left top;
color:white;
}
.big_li_s:hover{
background:url(images/left_big.png) no-repeat left top;
}
.big_li_s{
background:#ffffff;
}



/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
margin-left:0px;
margin-right:0px;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
/*background: #D0DFDC; *//*background of tabs (default state)*/
color:#4E6F87; 
padding: 8px 11px;
/*border-right: 1px solid #778;*/

text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
* html .jqueryslidemenu_eng ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.jqueryslidemenu_eng ul .big_li_active .big_a_active{
display: block;
/*background: #D0DFDC; *//*background of tabs (default state)*/
color:#FFFFFF; 
padding: 8px 11px;
/*border-right: 1px solid #778;*/

text-decoration: none;
}

.jqueryslidemenu_eng ul .little_li_active .little_a_active{
display: block;
/*background: #D0DFDC; *//*background of tabs (default state)*/
color:#FFFFFF; 
padding: 8px 11px;
/*border-right: 1px solid #778;*/

text-decoration: none;
}
.jqueryslidemenu ul .big_li_active .big_a_active{
display: block;
/*background: #D0DFDC; *//*background of tabs (default state)*/
color:#FFFFFF; 
padding: 8px 11px;
/*border-right: 1px solid #778;*/

text-decoration: none;
}

.jqueryslidemenu ul .little_li_active .little_a_active{
display: block;
/*background: #D0DFDC; *//*background of tabs (default state)*/
color:#FFFFFF; 
padding: 8px 11px;
/*border-right: 1px solid #778;*/

text-decoration: none;
}


/*.jqueryslidemenu ul li a:hover{
background: black; tab link background during hover state
color: white;
}*/
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
 font: normal 16px Verdana; 
width: 130px; /*width of sub menus*/

padding-top: 8px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: white;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 0px;
right: 0px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
