.jqueryslidemenuVer{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif ;
	color: red;
	width: 225px;
	background-color: #FFFFFF;
	margin-left:-30px;
}

.jqueryslidemenuVer ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenuVer ul li{
position: relative;
display: inline;
float: left;
background:url(http://kotsanisinstitute.net/images/ver1.jpg) 0 bottom;
}

/*Top level menu link items style*/
.jqueryslidemenuVer ul li a{
	display: block; /*background of tabs (default state)*/
	color: white;
	padding: 8px 8px;
	border-right: 1px solid #CCCCCC;
	color: #426BA4;
	text-decoration: none;
	width:165px;   /*  191px - 8px - 8px = 75; */  
	/*background-color: #456593;*/
}

* html .jqueryslidemenuVer ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenuVer ul li a:link, .jqueryslidemenuVer ul li a:visited{
color: white;
}

.jqueryslidemenuVer ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
background:url(http://kotsanisinstitute.net/images/ver2.jpg);
}
	
/*1st sub level menu*/
.jqueryslidemenuVer ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenuVer ul li ul li{
display: list-item;
float: none;
list-style-type: none;}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenuVer ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenuVer ul li ul li {
list-style: none;
}
.jqueryslidemenuVer ul li ul li a{
font: normal 11px Verdana, Arial, Helvetica, sans-serif ;
width: 180px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
color: dark blue;
}

.jqueryslidemenuVerz 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: 8px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 7px;
right: 5px;
}
*/