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

.jquerycssmenu{
font-size:11px;
position:absolute;
float:left;
width:700px;
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: 10px 8px 5px 8px;
color: #FFFFFF;
border-right: 1px solid #52A5C9;
cursor:pointer;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
background: url(../images/menu-back.jpg) 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: 160px; /*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{
}
