.jqueryslidemenu UL
{
	background: url(images/bg_nav.gif) repeat-x;
	height: 66px;
}
/*Top level list items*/
.jqueryslidemenu UL LI
{
	position: relative;
	z-index:2000;
	display: inline;
	float: left;
}
/*Top level menu link items style*/
.jqueryslidemenu UL LI A
{
	float: left;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin: 0 10px 0 35px;
	width: auto;
	padding: 24px 0 19px;
}
* HTML .jqueryslidemenu UL LI A
{
/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.jqueryslidemenu UL LI A:hover
{
	color: #49BAFF;
}
/*1st sub level menu*/
.jqueryslidemenu UL LI UL
{
	background: none !important;
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	z-index: 1000!important;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu UL LI UL LI
{
	display: list-item;
	float: none;
	z-index: 100!important;
}
/*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
{
	width: 160px;
/*width of sub menus*/
	display: block;
	padding: 10px 15px;
	background: #E8E8E8;
	float: none;
	color: #17315C;
	border-bottom: 1px solid #D0D0D0;
	margin: 0 !important;
	font-size: 14px !important;
}
.jqueryslidemenuz UL LI UL LI A:hover
{
/*sub menus hover style*/
	color: #49BAFF;
}
/*######### CSS classes applied to down and right arrow images  #########*/
.downarrowclass
{
	position: absolute;
	top: 12px;
	right: 7px;
}
.rightarrowclass
{
	position: absolute;
	top: 6px;
	right: 5px;
}

