.jqueryslidemenu{
float:left;
height:52px;
width:980px;
padding-right:4px;
background:url(../images/top_nav_wrap_bg.png) repeat-x top left;
}

.top_main_nav{
margin: 0;
padding: 0;
list-style:none;
position:relative;
z-index:500;
}
/*Top level list items*/
.top_main_nav li{
position: relative;
display: inline;
float:left;
background:url(../../images/main_nav_divider.gif) top left no-repeat;
}

/*Top level menu link items style*/
.top_main_nav li a{
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-align:center;
	padding:19px 25px 0 24px;
	*padding:19px 25px 0 20px;
	height:33px;
	text-decoration:none;
	margin-left:2px;
	background:url(../../images/top_main_nav_bg.png) repeat-x top left;
}
.top_main_nav li a.new {
    background: url("../../images/top_main_nav_bg.png") repeat-x scroll left top transparent;
    color: #000000;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 33px;
    margin-left: 2px;
    padding: 19px 9px 0 8px;
    text-align: center;
    text-decoration: none;
}
* html .top_main_nav li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.top_main_nav li a:hover {
	background:url(../../images/top_main_nav_bg.png) bottom left repeat-x;
}

/*1st sub level menu*/
.top_main_nav li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-left:1px solid #999999;
border-right:1px solid #999999;
background:#ddd;
width:160px;
list-style:none;
margin:0;
padding:0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.top_main_nav li ul li{
display: list-item;
float: left;
margin:0;
padding:0;
width:100%;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.top_main_nav li ul li ul{
top: 0;
}

/* Sub level menu links style */
.top_main_nav li ul li a{
margin: 0;
background:url("../../images/top_main_nav_bg.png") repeat-x scroll left -10px #ddd;
display: block;
border-bottom: 1px solid #999; /*THEME CHANGE HERE*/
padding: 8px 10px 0 10px;
height:25px;
text-decoration: none;
font-weight: bold;
color: black;
text-align:left;
}

.top_main_nav li ul li a:hover{ /*sub menus hover style*/
background:url("../../images/top_main_nav_bg.png") repeat-x scroll left -60px transparent;
}
