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

.jquerycssmenu{
	font-size: 12px;
	font-weight: bold;
	background-image: url(../img/li_bg.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.jquerycssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.jquerycssmenu ul li{
	position: relative;
	display: inline;
	float: left;
	color: #FFF;
	font-weight: lighter;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	;
	border-bottom-width: 0;
	color: #FFF;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #778;
	border-right-color: #778;
	border-bottom-color: #778;
	border-left-color: #778;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.jquerycssmenu ul li a:hover{
	border: thin none #FFF;
	color: #333;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: black;
	width: 195px;
	background-image: url(../img/li_bg.jpg);
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
	display: block;
	float: none;
	height: 35px;
	margin: 0px;
	padding: 0px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
	top: 0;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 95px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	width: 195px;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
	color: #FFF;
	width: 195px;
	height: 36px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 74%;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(../img/lines.png);
	padding: 0px;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	color: #333;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	height: 35px;
	font-size: 72%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

downarrowclass{
	position: absolute;
	padding-left: 10px;
	padding-top: 15px;
}
rightarrowclass{
	position: absolute;
	top: 5px;
	right: 5px;
	margin-top: 8px;
}

