﻿/**** nav css ****/
#navContainer { position: relative; z-index:2; width:986px; height:63px; margin-left: auto;	margin-right: auto; margin-bottom: 24px;}
#navContainerLeft a {height: 63px; width: 243px;	float: left; position: relative; z-index:50; background-image: url('../images/layout/navLeftpremier.png'); background-repeat: no-repeat;}
#navContainerLeft a:hover {background-image: url('../images/layout/navLeftpremierON.png');}
#navMenuContainer {	width:720px; background-image: url('../images/layout/navOFF.png'); height: 63px; background-repeat: repeat-x;	padding: 0px;	position: relative;	float:left;	z-index: 50;}
#navContainerRight { height: 63px; width: 23px;	float: left; position: relative; background-image: url('../images/layout/navRightpremier.png'); background-repeat: no-repeat;}

.jqueryslidemenu{font: bold 12px Verdana;background: url('../images/layout/navOFF.png') repeat-x;height: 63px;padding-left: 10px;z-index: 100;position: relative;}

.jqueryslidemenu ul{margin: 0;padding: 0;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;padding: 19px 19px 19px 19px;color: #404244;font: bold 19px Trebuchet MS;text-decoration: none;}

/*IE6 hack to get sub menu links to behave correctly*/
* html .jqueryslidemenu ul li a{display: inline-block;}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{color:#404244;}

/*tab link background during hover state*/
.jqueryslidemenu ul li a:hover{background: url('../images/layout/navON.png') repeat-x;color: #000000;}

	
/*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: bold 13px Verdana;width: 160px; /*width of sub menus*/padding: 5px;margin: 0;background-color:#C0D6ED;border-top-width: 0;border-bottom: 1px #C0C0C0 solid;}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;color: black;}