.jquerycssmenu{
font: bold 12px Verdana;
border-bottom: 0px solid black;
padding-left: 15px; /*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)*/
/*padding: 5px 7px 4px 7px;
margin-right: 3px;*/ /*spacing between tabs*/
border: 1px solid #778;
border-bottom-width: 0;
color: #2d2b2b;
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 solid black;

}

/*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 Verdana;
width: 160px; /*width of sub menus*/
background: white;
color: black;
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: #eff9ff;
color: black;
}

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

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

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



/* ------------------ CC CSS ------------------------- */

.jquerycssmenu{
font: bold 12px Verdana;
color:#005ba3;
border-bottom: 0px solid black;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
float:right;
margin:34px 20px 0px 0px;
}

.jquerycssmenu ul li a{ 
	border:0; display:block;
	background-repeat:no-repeat;
	background-position:0 0;
	line-height:28px;
	
	}

.jquerycssmenu ul li {
	background-repeat:no-repeat;
	background-position:0 0;
	padding:0;
	color:#005ba3;
}



.jquerycssmenu ul li a:hover{ background-repeat:no-repeat; position:0 0}


.jquerycssmenu ul li.about a {background-image: url(../../images/button/about.gif); width:114px;}
.jquerycssmenu ul li.about a:hover {background-image:url(../../images/button/about_over.gif); }
.jquerycssmenu ul li.about a#current{ background-image:url(../../images/button/about_over.gif); }

.jquerycssmenu ul li.services a {background-image:url(../../images/button/services.gif); width:85px;}
.jquerycssmenu ul li.services a:hover {background-image:url(../../images/button/services_over.gif);}
.jquerycssmenu ul li.services a#current{ background-image:url(../../images/button/services_over.gif); }

.jquerycssmenu ul li.faq a {background-image:url(../../images/button/faq.gif); width:52px;}
.jquerycssmenu ul li.faq a:hover {background-image:url(../../images/button/faq_over.gif);}
.jquerycssmenu ul li.faq a#current{ background-image:url(../../images/button/faq_over.gif); }

.jquerycssmenu ul li.media a {background-image:url(../../images/button/media.gif); width:98px;}
.jquerycssmenu ul li.media a:hover {background-image:url(../../images/button/media_over.gif);}
.jquerycssmenu ul li.media a#current{ background-image:url(../../images/button/media_over.gif); }

.jquerycssmenu ul li.feedback a {background-image:url(../../images/button/feedback.gif); width:88px;}
.jquerycssmenu ul li.feedback a:hover {background-image:url(../../images/button/feedback_over.gif);}
.jquerycssmenu ul li.feedback a#current{ background-image:url(../../images/button/feedback_over.gif); }


/*.jquerycssmenu ul li.about a{ background-image:url('images/button/about.png'); }
.jquerycssmenu ul li.services a{ background-image:url('images/button/services.png'); }
.jquerycssmenu ul li.media a{ background-image:url('images/button/media.png'); }

.jquerycssmenu ul li.about a:hover{ background-image:url('images/button/about_over.png');}
.jquerycssmenu ul li.services a:hover{ background-image:url('images/button/services_over.png');}
.jquerycssmenu ul li.media a:hover{ background-image:url('images/button/media_over.png');}*/


.jquerycssmenu ul li li a{
	background-image:none;
	border:1px solid #f60;
}

.jquerycssmenu ul li ul li a:hover{
	background-image:none;
}

.jquerycssmenu ul li li{
	background-image:none;
	padding:0;
}


.jquerycssmenu ul li a span{
	visibility:hidden;
}

.jquerycssmenu ul ul li a span{
	visibility:visible;
}

.jquerycssmenu ul ul {
	background:url('../../images/button/menu.png') no-repeat 0 0;
}

.jquerycssmenu ul li ul{ border:0; padding:8px 0; margin-left:2px; margin-top:0 }

.jquerycssmenu ul li ul li { background:transparent url('../../images/icons/bullet-white.gif') no-repeat 12px 10px;  }
.jquerycssmenu ul li ul li a{ border:0px; font-size:11px; color:#fff; width:112px !important; padding:5px 0; padding-left:25px; background-image:none !important; background-color:transparent;}


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


