.jquerycssmenu_i{
text-align: center;
font-family:Arial, Verdana;
font-size: 12px;
font-weight: bold;
/*border-bottom: 1px solid black;*/
padding-left: 0px; /*offset of tabs relative to browser left edge*/
color:#00FF00;
width:930px;
}

.jquerycssmenu_i ul{
font-size: 12px;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu_i ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jquerycssmenu_i ul li a {
display: block;
background: transparent url(../images/intranet_menu_bg.jpg) top center repeat-x;; /*background of tabs (default state)*/
padding: 10px 7px 0px 7px;
_padding: 9px 7px 8px 7px;
height: 27px;
_height: auto;
border-width: 0px 1px 0px 0px;
margin-right: 0px; /*spacing between tabs*/
color: #bbb8b8;
text-decoration: none;
}

.jquerycssmenu_i ul li a:hover{
color: #fff; /*tab link background during hover state*/
text-decoration:none;
}

.jquerycssmenu_i ul li a.active {
color: #fff;  /*tab link background during hover state*/
}

/*1st sub level menu*/
.jquerycssmenu_i ul li ul{
position: absolute;
height: 20px;
left: 0;
display: block;
visibility: hidden;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu_i ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu_i ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu_i ul li ul li a{
font: normal 12px Arial;
width: 175px; /*width of sub menus*/
height: 20px;
background:#282626;
color: #fff;
padding: 4px 10px;
margin: 0;
border-top-width: 0;
text-align: left;
border-bottom:1px solid #5b5757;
text-decoration:none;
}

.jquerycssmenu_i ul li ul li a:hover{ /*sub menus hover style*/
background: #670212;
color: #fff;
text-decoration:none;
border-bottom:1px solid #5b5757;
display:block;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass1{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass1{
position: absolute;
top: 5px;
right: 5px;
}

.item {
position: relative;
display: block;
top: -5px;
*top: -5px;
width: 70px;
*width: auto;
_top: 0px;
_margin: 0px;
_padding: 0px;
/*_width: 95px;*/
}
