
#bodyshell *{
	z-index: 0;
}

.jquerycssmenu{
/*padding-left: 10px; 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;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
border-bottom: solid 1px #505050;
}

.jquerycssmenu ul li a span{
color: #EA1B15;
display:block;
float:left;
height:15px;
}

.jquerycssmenu ul li a:hover, .jquerycssmenu ul li:hover {
background: #909090;
color:#FFFFFF;
text-decoration:none;
}

/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute !IMPORTANT;
right: 0;
top: 0 !IMPORTANT;
display: block;
visibility: hidden;
background: #909090 !IMPORTANT;
margin-left: 150px;
z-index: 1000 !IMPORTANT;
width: 180px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
margin-top: -1px;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
margin-left: 0 !IMPORTANT;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
color:#fff;
display:block;
padding:3px;
text-decoration:none;
width:150px;
border: none !IMPORTANT;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #C0C0C0 !IMPORTANT;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
display:none;
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

/* ######### ######### */

#nav-product  {
	background: #5D5D5D !IMPORTANT;
	overflow: visible !IMPORTANT;
}

#nav-product ul li a {
	color: #fff !IMPORTANT;
	padding: none !IMPORTANT;
	width: auto !IMPORTANT;
	border-bottom: 1px solid #505050 !IMPORTANT;
	margin: 0 !IMPORTANT;
	padding: 3px 1px 3px 3px !IMPORTANT;
}

#nav-product ul li ul li a {
	border: none !IMPORTANT;
	padding-left: 10px !IMPORTANT;
}

#nav-product ul li ul li a:hover{ 
background: #C0C0C0 !IMPORTANT;
}

#nav-product ul li a:hover {
	background: #909090 !IMPORTANT;
}

