.jmenu{
font: bold 10px Verdana;
width: 100%;
text-align:left;
}

.jmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
float:right;
}

/*Top level list items*/
.jmenu ul li{
position: relative;   
display: inline; 
float: left; 
}

/*Top level menu link items style*/  
.jmenu ul li a{
display: block;  
/*background: #414141; background of tabs (default state)*/
background:url(/cordysportal_sites/objects/609597504241f7a46986b73727e41e0e/menu_or_off.gif) repeat-x bottom;
padding: 8px 10px;
border-right: 1px solid #fff;
color:#747474;
text-decoration: none; 
}

* html .jmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jmenu ul li a:link, .jmenu ul li a:visited{
}

.jmenu ul li a:hover{
/*tab link background during hover state*/
background:url(/cordysportal_sites/objects/daf683365cc5d6e1e7c81f028ba1a589/menu_or_on.gif) repeat-x bottom;
color:#fff;
}

.jmenu .current a{
	background:url(/cordysportal_sites/objects/daf683365cc5d6e1e7c81f028ba1a589/menu_or_on.gif) repeat-x bottom;
	color:#a05119;
}

.jmenu .current li a{
	background:#ededed;
	color:#747474;
}
/*1st sub level menu*/
.jmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */ 
.jmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jmenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #747474;
background:#ededed;
color:#747474;
font: normal 10px Verdana;
}

.jmenu ul li ul li a:hover{ /*sub menus hover style*/
background:#fef8e0;
color:#17547b;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
