#navigation{
  height: 100px;
  width: 100%;
  width: 1014px;
background: #473b3d;
}


.jquerycssmenu{
font: 12px Verdana;
 /*offset of tabs relative to browser left edge*/
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
background: #473b3d;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
    /*padding-top: 5px;*/
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
 

    display: block;
width: 145px; /*Width of top level menu link items*/
height: 33px;
padding: 2px 8px;
border: 1px solid #202020;
border-left-width: 0;
text-decoration: none;
background: #473b3d;
color: white;
font:  12px Arial;

}

.jquerycssmenu ul li a:hover{
     color: #d6bb8e;
     background: #223344;
 /*tab link background during hover state*/
}

/*1st sub level menu*/
.jquerycssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

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

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

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 13px Arial;
width: 160px; /*width of sub menus*/
background: #334455;
height:30px;
color: #ccddee;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid black;
}

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

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

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}

/* Holly Hack for IE \*/
* html .jquerycssmenu ul li { float: left; height: 1%; }
* html .jquerycssmenu ul li a { height: 1%; }
/* End */