.jqueryslidemenu{
	font: normal 14px Arial;
	background: url(/images/mainmenu_bg.png) repeat-x;
	height: 40px;
}

.jqueryslidemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
	position: relative;
	display: inline;
	float: left;
	background: transparent url(/images/mainmenu_inter.png) top right repeat-y;
	padding-right: 2px;
}

.jqueryslidemenu ul { list-style-position: inside; margin: 0px; }
.jqueryslidemenu li { margin: 0; padding: 0; text-decoration: none;}


/*Top level menu link items style*/
.jqueryslidemenu ul li a {
	display: block;
	/*background of tabs (default state)*/
	background: #ccd3dc url(/images/mainmenu_bg.png) repeat-x;
	padding: 12px 15px 0px 15px;
	color: #1d2b46;
	text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
	text-decoration: none;
}

.jqueryslidemenu ul li a:hover{
	/*background: #4b8abe;*/
	background:  #529ade url(/images/mainmenu_selbg2.png) repeat-x; /*tab link background during hover state*/
	color: white;
}


/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	z-index: 999;
}

/*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: normal 13px Verdana;
	width: 260px; /*width of sub menus*/
	padding: 5px;
	padding-left: 10px;
	margin: 0;
	border-top-width: 0;
	/*border-bottom: 1px solid gray;*/
}

/*doesn't work sub menus hover style*/
/* 
.jqueryslidemenuz ul li ul li a:hover{ 
	background: #529ade;
	background: #eff9ff;
	color: #1d2b46;
	border: #F00 1px solid;
}
*/

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{
	/*
	position: absolute;
	top: 16px;
	right: 7px;
	width: 8px; height: 6px;
	*/
	width: 1px; height: 1px;
	display: none;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}

/* UGADN additions */
.jqueryslidemenu ul li a { height: 28px;}
.jqueryslidemenu ul li ul li a { height: auto;}

.jqueryslidemenu_sc1 {position: relative;}
.jqueryslidemenu_sc2 {position: absolute; top: 40px; width: 100%;}
.jqueryslidemenu_sc2 img {width: 100%; height: 20px;}


.jqueryslidemenu_l { background: url(/images/mainmenu_left.png) top left no-repeat; padding-left: 5px; position: relative; z-index: 10; clear: both;  }
.jqueryslidemenu_r { background: url(/images/mainmenu_right.png) top right no-repeat; padding-right: 5px; }
.jqueryslidemenu_w { }

