@charset "utf-8";
/* CSS Document */

.jquerycssmenu{
	width: 950px;
	height: 34px;
	line-height: 34px;
	background:url(../images/bg-topmenu.jpg) repeat-x;
}

.jquerycssmenu ul{
	margin: 0px 0px 0px 50px;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
}

html>body .jquerycssmenu ul {
	margin: 0px;
}

/*Top level list items*/
.jquerycssmenu ul li{
	display: inline;
	position: relative;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	float: left;
	padding: 0 18px;
	text-decoration: none;
	color: #FFFFFF;
	border-right: 1px solid #990000;
}

.jquerycssmenu ul li a:hover,.jquerycssmenu ul li a.active {
	background: url(../images/bg-topmenu-hover.jpg) top repeat-x;
}

/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	display: inline;
	visibility: hidden;
	z-index: 200;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{

}

/*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{

}

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

}

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

.downarrowclass{
	position: absolute;
	top: 15px;
	right: 5px;
}

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