.jquerycssmenu { 
	/*background: #eee;
	border-bottom: 1px solid #315091;
	padding: 2px 0 0 4px;
	height: 25px;
	background-image: url(../templates/bar_menu.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;*/
	padding-left: 10em;
}

.jquerycssmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.jquerycssmenu ul li {
	position: relative;
	display: inline;
	float: left;
}

.jquerycssmenu ul li a {
	display: block;
	padding: 1px 15px;
	/*margin-right: 2px;
	border: 1px solid #AAA;
	border-bottom-width: 0;*/
	color: #fff;
	text-decoration: none;
	border-right: 2px solid #FFF;
	/* background: #6D84B4; 
	font-size: 11px; */
}

.jquerycssmenu ul li a:hover {
	/*background: #333;*/
	color: #fff;
}

.jquerycssmenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	border-bottom: 1px solid #315091;
	border-top: 1px solid #315091;
}

.jquerycssmenu ul li ul li {
	display: list-item;
	float: none;
}

.jquerycssmenu ul li ul li ul {
	top: 0;
}

.jquerycssmenu ul li ul li a {
	width: 160px;
	background: white;
	color: black;
	padding: 4px 5px;
	margin: 0;
	border-top-width: 0;
	border-top: 1px solid #eee;
}

.jquerycssmenu ul li ul li a:hover {
	background: #333;
	color: #fff;
}

.downarrowclass1 {
	/*position: absolute;
	top: 8px;
	right: 10px;*/
	visibility:hidden;
}

.rightarrowclass {
	position: absolute;
	top: 8px;
	right: 5px;
}