.jquerycssmenu{
/* C2 - START */
/* background: #E5E5E5 url(../templates/uk200-home_files/bkgrnd-menu.gif) repeat-x scroll left bottom; */
/*border-bottom: 4px solid #4164A5;*/
float:left;
font-size: 1.0em;
padding-left: 2%;
/*padding-right: 16.2%;*/
width:98%;
background-color:#4164a5;
/* C2 - END */
}

.jquerycssmenu ul {
margin: 0;
padding: 0;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
/*C2 - START*/
/*left:50%;*/
float:left;
position:relative;
z-index:1;
/*C2 - END*/
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: block;
float: left;
/*C2 - START*/
padding-left: 0px;
background:transparent !important;
/*right:50%;*/
/*C2 - END*/
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
margin: 0 2px 0 1px;
/*padding: 10px 8px 7px;*/
padding: 10px 8px 9px;
border-bottom-width: 0;
/*color: #333333; */
color: #FFFFFF;
text-decoration: none;
line-height: 1.3em;
}

.jquerycssmenu ul li a:hover{
background: #F47013 url(../templates/uk200-home_files/centermenu-over.gif) repeat-x scroll left top;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border:1px solid black; 
z-index:100;
background:transparent;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
/*C2 - START */
right:0;
padding-left: 0px; 
/*C2 - END */
}

/*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{
width: 160px; /*width of sub menus*/
/* background: #E5E5E5 url(../templates/uk200-home_files/bkgrnd-menu.gif) repeat-x scroll left bottom; */
/* background: #4164A5  url(../templates/uk200-home_files/blue-bkgrnd.gif) repeat-x left bottom; */ 
background: #4164A5;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid black;
/* C2 - START */

/* C2 - END */
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
/* background: #4164A5; */
background: #F47013;
color: #FFFFFF;
/*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;
}

