@charset "utf-8";
/* CSS Document */
.jquerycssmenu{
/*background:#324c7d url(img/menu_back.jpg) top left repeat-x; 
*/width:940px; height:35px; margin:0px auto; padding:11px 5px 0px 10px;
}

.jquerycssmenu ul{
margin:0 auto; padding:4px 0px 0px 6px; 
list-style-type: none;
z-index:1;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
margin-left:2px;
}

/*Top level menu link items style*/
/*
.jquerycssmenu ul li a{
display: block;
/*background: white url(img/tintblue.gif) top center repeat-x;; /*background of tabs (default state)
background:url(img/mainmenult.jpg) no-repeat left top; 
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(img/tintbluedark.gif) /*tab link background during hover state
}
*/
.jquerycssmenu ul li a{
display: block;
background:url(img/mainmenult.jpg) no-repeat left top; 
margin:0; margin-right:5px; padding:0 0 0 9px; 
text-decoration:none;
}

.jquerycssmenu ul li a span{
float:left; display:block; 
background:url(img/mainmenurt.jpg) no-repeat right top; color:#c51230;
padding:8px 20px 7px 11px; margin:0px;
font-size:14px; font-weight:bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.jquerycssmenu ul li a span {float:none;}
/* End IE5-Mac hack */

.jquerycssmenu ul li a:hover span {
color:#F60;
}




/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border: 1px solid #cfcfcf;
border-bottom:none;
border-bottom:none;
padding:0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
padding:0px;
margin:0;
}

/*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-family:Arial, Helvetica, sans-serif; font-size:12px;
width: 200px; /*width of sub menus*/
background:#E4E8E9;
color: black;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #cfcfcf;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background-color:#F3FAFE;
color:#003;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

