/* CSS Document */

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

.jquerycssmenu{
	font-size:11px;
	position:absolute;
	float:left;
	width:702px;
	z-index:1;
}

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

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

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	height:20px;
	padding: 15px 15px 10px 15px;
	color: #FFFFFF;
	border-right: 1px solid #6FC164;
	cursor:pointer;
	text-decoration: none;
	font-family: 'Conv_Lato-Bold';
	font-size:14px;
	margin-top: 1px;
}

.jquerycssmenu ul li a:hover{
background:url(../images/bg-menu-hover.png) repeat-x;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
top: 0;
}

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

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
margin:0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
width: 230px; /*width of sub menus*/
background: #303030;
color: #CCCCCC;
padding: 7px 0px 0px 6px;
margin: 0;
border:1px dotted  #231F20;
border-top-width: 0;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #231F20;
color: #CCCCCC;
}

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

.downarrowclass{
}

.rightarrowclass{
}
