.jquerycssmenu{
	padding-left: 48px;
	font: 11px Tahoma, Geneva, sans-serif, Arial, Helvetica;
	width: 940px;
	/*border:1px solid #000;*/
}

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

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

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	font: 12px Tahoma, Geneva, sans-serif, Arial, Helvetica;
	display: block;
	background: transparent none repeat-x center;
	/*margin-right: 10px; */ /*spacing between tabs*/
	margin:0;
	color: #d2180d;
	text-decoration: none;
	outline: none;
	/*padding: 5px;*/
	padding-top:10px; /* 15px anton */
	width:130px;
	height:25px; /* 30px anton */
	/*border:1px solid #000;*/
	text-align:center;
	/*border-top: 3px solid #0f0f0f;*/
}

.jquerycssmenu ul li a:hover{
	color: #000;
	background-image: none;
	background-color: transparent;
	/*border-top: 3px solid #70a9df;*/

}

.jquerycssmenu ul li a.selected, .jquerycssmenu ul li a.current {
	/*border-top: 3px solid #70a9df;*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{

	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	/*border-top: 3px solid #70a9df;*/
}

/*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: 12px Tahoma, Geneva, sans-serif, Arial, Helvetica;
	width: 130px; /*width of sub menus : auto*/
	min-width: 130px;
	background: #fff;
	color: #d2180d;
	/*padding: 4px 5px;*/
	margin: 0;
	height:20px;
	padding-left:10px;
	text-align:left;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	background: #d2180d;
	color: #fff;
	/*border-top: 3px solid #2b2b2b;*/
}

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

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

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