/***********************************************/
/* © ECRM (http://www.e-crm.co.uk/)
* This notice MUST stay intact for legal use
* Visit http://www.e-crm.co.uk/ for this template and others.
***********************************************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/***********************************************/

.jqueryslidemenu { font-family: verdana; font-size: 1em; font-weight: bold; margin-left: auto; margin-right: auto; width: 980px;background: #00488F; }

.jqueryslidemenu ul { margin: 0; padding: 0px 0px 0px 0px; list-style-type: none; }

/*Top level list items*/
.jqueryslidemenu ul li { position: relative; display: inline; float: left; }

/*Top level menu link items style*/
.jqueryslidemenu ul li a { display: block; width: 130px;  height: 20px; background: #00488F; /*background of tabs (default state)*/ color: white; text-align: center; padding: 6px 4px 0px 12px; border: 1px solid #999999; text-decoration: none; position: relative; z-index: 1000; }

* html .jqueryslidemenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/ display: inline-block; height: 28px; padding: 8px 8px; position: relative; z-index: 1000; }

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited { color: white; }

.jqueryslidemenu ul li a:hover { background: #999999; /*tab link background during hover state*/ color: white; }
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul { position: absolute; z-index: 1000; 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-family: verdana; font-size: 1em; font-weight: bold; width: 157px; /*width of sub menus*/ padding: 5px 6px 0px 12px; text-align: left; border-bottom: 1px solid #999999; border-left: 1px solid #999999; border-right: 1px solid #999999; }

.jqueryslidemenuz ul li ul li a:hover { /*sub menus hover style*/ background: #0066cc; color: #0066cc; }

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass { position: absolute; top: 14px; right: 7px; }

.rightarrowclass { position: absolute; top: 12px; right: 5px; }