A:link {color:#0000CC ; text-decoration:overline ; bold}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline overline; color: red;}



.navicon{
background-color:#333333
}




/*top navigation links margin and padding*/
.jquerycssmenu{
position: relative;
float:right;
font: bold 11px Arial, Helvetica, sans-serif ;
color:#333333;
border-bottom: 0px solid black;
margin-right:439px;
margin-top:20px;
padding-top:10px; /*offset of tabs relative to browser left edge*/

}



.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/*menu block and background*/
/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display:block;
float: left;
background-color:;

}



/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
background: tranparent top center repeat-x; /*background of tabs (default state)*/
padding: 7px 5px 7px 7px;
margin-right: 0px; /*spacing between tabs*/
border: 0px; /*bottom border for menu*/
border-bottom-width: 1px;
color:#FFFFFF;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
background-image: url(tintbluedark.gif) /*tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 1px dotted #333333; /*top border of sub menu color, style and etc */
}

/*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 10px Verdana, Arial, Helvetica, sans-serif;
width: 150px; /*width of sub menus*/
background:#FC0; /*sub level menu background color*/
color:#333333; /* sub menu font color*/
padding: 4px 5px;
margin: 0;
border-top-width: 0;
border-bottom:1px solid #FFF; /*bottom border of sub menu*/
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color:#666666;

}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
