﻿.jqueryslidemenu{
font: bold 12px Verdana;
width: 844px;
height: 33px;
*height: 33px;

}



.jqueryslidemenu ul{

margin:0px;
padding: 0;
list-style-type: none;

}


/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
margin: 0;
/* margin-right:5px;*/
padding: 0;
/*background: url(../images/h-link-spacialty.png) no-repeat left;text-decoration: none;width:96px;height:33px;*/
background: #000000;
display: inline;
float: left;

}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
/*background: #414141; background of tabs (default state)*/
color: white;
margin: 0;
padding: 0;
color: #2d2b2b;
text-decoration: none;
}



* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

* html .jqueryslidemenu ul li a:hover{ /*IE6 hack to get sub menu links to behave correctly*/
/*background: url(../images/h-link-spacialty-over.png) no-repeat left;text-decoration: none;width:96px;height:33px;*/
display: inline-block;
}
.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #fff;
/*font-weight:bold;
*/background-color:#2B5480;
}

.jqueryslidemenu ul li a:hover{
/*background: black; tab link background during hover state*/
/*background: url(../images/h-link-spacialty-over.png) no-repeat left;text-decoration: none;width:96px;height:33px;*/
background-color:#477CB2;
color: #d7d1bb;
/*font-weight:bold;
*/}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
/*border: 1px solid #2B5480;*/
}

.jqueryslidemenu ul li 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 {
background:#2c5080; 
display: list-item;
float: none;
}

/*
.fortrns{
filter: alpha(opacity=100);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 100; opacity:100;
display: list-item;
}
*/

/*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 13px Verdana;
width: 201px; /*width of sub menus*/
padding: 5px;
margin: 0;
/*border-top-width: 0px;*/
/*border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;*/

}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/


background: #ffffff;
}

/* ######### CSS classes applied to down and right arrow images  ######### */


