.jquerycssmenu{
	padding-left: 15px; /*offset of tabs relative to browser left edge*/
	height: 32px;
	background-image: url(x3.gif);
	background-repeat: no-repeat;
}
#O1 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(images/x6.gif);
	background-repeat: no-repeat;
	background-position: right;
}


.jquerycssmenu ul{
	padding: 0;
	list-style-type: none;
	margin-top: 1.5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/*Top level list items*/
.jquerycssmenu ul li{
	position: relative;
	display: inline;
	float: left;
	top: 2px;
	font-size: 13px;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	; /*background of tabs (default state)*/
	padding: 5px 7px 4px 7px;
	margin-right: 3px;
	border-bottom-width: 0px;
	color: #FFF;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #778;
	border-right-color: #778;
	border-bottom-color: #778;
	border-left-color: #778;
}

.jquerycssmenu ul li a:hover{
	color: #FF0;

}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	left: -5px;
	display: block;
	visibility: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: black;
	top: 27px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
background: white;
color: black;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid black;
}

.jquerycssmenu 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: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
#XX {
	height: 100px;
	width: 100%;
	background-color: #CCC;
}


