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

.jquerycssmenu{
	font-size:13px;
	float:left;
	width:944px;
	background:url(../images/menu/dropdown-bg.gif) repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica;


}

.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:30px;
	padding: 13px 11px 0px 11px;
	color: #FFFFFF;
	border-left: 1px solid #F48097;
	cursor:pointer;
	text-decoration: none;
}

.jquerycssmenu ul li a:hover{
background:url(../images/menu/dropdown-bg-hover.gif) repeat-x;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: inline-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: 160px; /*width of sub menus*/
background: #F1496B;
color: #fff;
padding: 7px 0px 0px 6px;
margin: 0;
border:1px dotted  #F78CA2;
border-top-width: 0;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #DB3657;
color: #fff;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li ul li a{
width: 160px; /*width of sub menus*/
background: #F1496B;
color: #fff;
padding: 7px 0px 0px 6px;
margin: 0;
border:1px dotted  #F78CA2;
border-top-width: 0;
margin-left:165px;
line-height:11px;
}

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

.downarrowclass{
}

.rightarrowclass{
}

