@charset "UTF-8";
/* CSS Document */


.jqueryslidemenu { height: 25px; background: url(/Assets/images/green_bar_nav.png) repeat; font-size: 0.85em; line-height: 1.2em; }
.jqueryslidemenu ul { padding: 0 0 0 48px; list-style-type: none; margin-top: 0; margin-right: 0; margin-bottom: 0; list-style-image: none; list-style: none; }
/*Top level list items*/
.jqueryslidemenu ul li { position: relative; display: inline; float: left; margin: 0px; padding: 0px; width: auto; background: none; }
/*Top level menu link items style*/
.jqueryslidemenu ul li a, .jqueryslidemenu ul li span { display: block; /*background of tabs (default state)*/ color: white; color: #FFF; text-decoration: none; font-size: 0.9em; text-transform: uppercase; line-height: 1.6em; padding: 4px 24px 4px 0px; }
* html .jqueryslidemenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/ display: inline-block; }
.jqueryslidemenu ul li .CMSListMenuLinkHighlighted, .jqueryslidemenu ul li.CMSListMenuLinkHighlighted {
color: #333;
}
.jqueryslidemenu ul li a:hover, .jqueryslidemenu ul li span:hover { color: #333; text-decoration: none; }
/*1st sub level menu*/
.jqueryslidemenu ul li ul { position: absolute; left: 0; display: block; visibility: hidden; width: 18em; margin: 0px; padding: 0px; }
/*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; left: 0px; }
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a { width: 18em; /*width of sub menus*/ padding: 5px; margin: 0; color: #FFF; font-weight: normal; font-variant: normal; text-transform: uppercase; background: url(../images/green_bar_nav.png); }
.jqueryslidemenu ul li ul li a:hover { /*sub menus hover style*/ color: #333; }
.downarrowclass { position: absolute; top: 1px; right: 1px; }
.rightarrowclass { position: absolute; top: 1px; right: 1px; }
 *Using an Image in the Menu remove Inherited Border*/ .jqueryslidemenu ul li a img {
border: 0;
}
/*Remove the border when you Hover the Image*/
.jqueryslidemenu ul li a img:hover { border:0px; }
/*Remove the img a href Link Border*/
.jqueryslidemenu ul li a img { text-decoration: none; }
