.jqueryslidemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	position: relative;
	top: -14px;
	left: 0;	
}

/*Top level list items*/
.jqueryslidemenu ul li{
	position: relative;
	/*display: inline;*/
	float: left;
	width: 100px;
	height: 28px;
	padding-right: 1px;
	background-image: url(../layout/menu.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.jqueryslidemenu ul li.last{
	background: none;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block;
	/*background: #414141; background of tabs (default state)*/
	width: 100px;
	height: 20px;
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

* 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{
	color: white;
}*/

.jqueryslidemenu ul li a:hover{
	background: #0C0C0C url(../layout/link.gif) repeat-x top left;
	color: #fff;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	z-index: 1;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
	display: list-item;
	float: none;
	text-align: left;
	z-index: 1;
	
}

/*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: #2f2f2f;
	width: 160px; /*width of sub menus*/
	margin: 0;
	border-top-width: 0;
	border: 1px solid #ccc;
	height: 20px;
	padding: 8px 10px 0 10px;
	z-index: 1;
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
	background: #0C0C0C;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}

/*#menu ul {

#menu ul li{

}
#menu ul li.last{
	background: none;
}
#menu ul li a{
	
}*/
