/* Fixes for IE6 */

.jquerycssmenu{
font-family: trebuchet ms, verdana, sans serif, helvetica;
font-size: 12px;
color: #5b5b5b;
border-bottom: 0px solid black;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
}

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



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

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
background: white url(tintblue.gif_) top center repeat-x;; /*background of tabs (default state)*/
background-color: transparent;
padding: 5px 7px 4px 7px;
margin-right: 3px; /*spacing between tabs*/
border: 0px solid #778;
border-bottom-width: 0px;
color: #2d2b2b;
text-decoration: none;
width: 110px;
font-size: 12px;
color: #5b5b5b;
}


.jquerycssmenu ul li a:hover{
color: #5b5b5b;
text-decoration: none;
/* background-image: url(.gif)  */ /*tab link background during hover state*/
}

.jquerycssmenu ul li a:visited{
color: #5b5b5b;
text-decoration: none;
/* background-image: url(.gif)  */ /*tab link background during hover state*/
}

.jquerycssmenu ul li a:active{
color: #5b5b5b;
text-decoration: none;
/* background-image: url(.gif)  */ /*tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul {
position: absolute;
margin-top: 2px;
margin-left: -3px;
display: block;
visibility: hidden;
font-size: 10px;
border-top: 0px solid white;
}

/*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: 5;
margin-left: 0px;
margin-top: 0px;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
width: 170px; /*width of sub menus*/
background: transparent;
background-image: url(gfx_design/1px_black_alpha.png);
color: #fafafa;
padding: 8px 12px;
margin: 0;
border-top-width: 0;
border-top: 1px solid #696969;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
color: #fafafa;
background: #dee5ea;
color: black;
}

.jquerycssmenu ul li ul li a:visited{
color: #fafafa;
text-decoration: none;
/* background-image: url(.gif)  */ /*tab link background during hover state*/
}

.jquerycssmenu ul li ul li a:active{
color: #fafafa;
text-decoration: none;
/* background-image: url(.gif)  */ /*tab link background during hover state*/
}

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

.downarrowclass{
/* position: absolute; */
display: inline;
vertical-align: middle;
}

.rightarrowclass{
position: absolute;
float: right;
vertical-align: middle;
right: 15px; 
top: 14px;
}
