.jqueryslidemenu{

	width: 100%;

	font-family: helvetica;

	font-size: 14px;

	font-weight: normal;

	text-transform: capitalize;

}



.jqueryslidemenu ul{

margin: 0;

padding: 0;

list-style-type: none;

}



/*Top level list items*/

.jqueryslidemenu ul li{

	position: relative;

	display: inline;

	float: left;

	width: 124px;

	text-align: center;

}



/*Top level menu link items style*/

.jqueryslidemenu ul li a{

	display: block;

	background: #0d0d0d; /*background of tabs (default state)*/

	color: white;

	padding-top: 10px;

	color: #f4f4f4;

	text-decoration: none;

	background-image: url(images/nav1.png);

	background-repeat: repeat-x;

	height: 30px;

}



* 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: #002b4a;

}



.jqueryslidemenu ul li a:hover{

background-image: url(images/nav2.png);

background-color: #ffffff; /*tab link background during hover state*/

color: white;

color: #002b4a;

}

	

/*1st sub level menu*/

.jqueryslidemenu ul li ul{

position: absolute;

left: 0;

display: block;

visibility: hidden;

}



/*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: 120px; /*width of sub menus*/

padding-top: 15px;

margin: 0;

border-top-width: 0;

border-bottom: 1px solid #181818;

}



.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/

background: #000000;

color: black;

}



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



.downarrowclass{

position: absolute;

top: 18px;

right: 7px;

}



.rightarrowclass{

position: absolute;

top: 18px;

right: 6px;

}


