.jqueryslidemenu{
		width: 100%;
		z-index: 299;
}

.jqueryslidemenu ul{
		list-style: none;
		height: 100%; /* important 需設定高IE才能正確顯示 */	
}

/*Top level list items*/
.jqueryslidemenu ul li{
		position: relative;
		display: inline;
		float: left;
		width: 100px;
		background: url(../Images/WebLayout/headMenu1.png) left top no-repeat;		
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
		cursor: pointer;	
		display: block;
		width: 100px;
		height: 30px;
		text-align: center;
		text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
		display: inline-block;
}


	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
		position: absolute;
		left: 0;
		display: block;
		visibility: hidden;
		list-style-type: none;
		text-align: left;			
		padding:0;
		width: 165px;				
		background: none;	
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
		display: list-item;
		float: none;
		margin: 0;
		border: 0;
		width: 165px;
		/*\*/
		letter-spacing: 0.2em;
		/**/			
		background:  url(../Images/WebLayout/cMenu.png) top left no-repeat;		
}

.jqueryslidemenu ul li ul li a{
		padding-left: 25px;
		text-align: left;
		color: #ffffff;
		width: 120px;
		height: 20px;			
		background: none;		
}
	
.jqueryslidemenu ul li ul li.cMenuTop {
		height: 30px;
		background:  url(../Images/WebLayout/cMenuTop.png) top left no-repeat;			
}

.jqueryslidemenu ul li ul li.cMenuBottom {
		height: 42px;
		background: url(../Images/WebLayout/cMenuBottom.png) top left no-repeat;
}
		
.jqueryslidemenu ul li ul li a:hover {
		cursor: pointer;		
		color: #ffffff;
		font-weight: bold;
		background: 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{
		background: none;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
		background: #eff9ff;
		color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
		position: absolute;
		top: 12px;
		right: 7px;
}

.rightarrowclass{
		position: absolute;
		top: 6px;
		right: 5px;
}

