.jqueryslidemenu{
	width: 200px;
	height: 280px;
	background-color: #f3eee5;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #cdcdcd;
	font-family: Tahoma;
	font-size: 12px;
	color: #0071b2;
}

.jqueryslidemenu ul{
	list-style-type: none; list-style-image: none;
	margin: 0;
	padding: 0;
	width: 180px;
	list-style-type: none; list-style-image: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
	list-style-type: none; list-style-image: none;
position: relative;
display: inline;
float:left;
padding: 0px;
// margin-top: 3px;
// margin-bottom: 2px;
background-image: none;
height: 28px;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	width: 180px;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: 100;
	color: #0071b2;
	display: block;
	padding-top: 5px;
	padding-left: 20px;
	background-image: url(/img/site/bullit_menu.gif);
	background-repeat: no-repeat;
	background-position: 5px 13px;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	list-style-type: none; list-style-image: none;
display: inline-block;
list-style-type: none; list-style-image: none;
	width: 180px;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
	width: 160px;
	height: 19px;
	padding-bottom: 3px;
	list-style-type: none; 
	list-style-image: none;
	color: #0071b2;
	background-color: #f3eee5;
	list-style-type: none; list-style-image: none;
}

.jqueryslidemenu ul li a:hover{
	list-style-type: none; list-style-image: none;
	background-color: #f3fef5; /*tab link background during hover state*/
	color: #0071b2;
}



/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
list-style-type: none; list-style-image: none;
z-index: 5;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
list-style-type: none; list-style-image: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
	list-style-type: none; list-style-image: none;
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 12px Tahoma;
width: 160px; /*width of sub menus*/
padding: 5px;
// margin-left: 10px;
border-top-width: 0;
background-image: none;
border-bottom: 1px solid gray;
border-right: 1px solid gray;
list-style-type: none; list-style-image: none;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
	list-style-type: none; list-style-image: none;
	background-color: #000000;
	color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
display: none;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
display: none;
}