.td_btn_bg {
height:29px;
width:149px;
background: url(Images/btn_bg.gif) left bottom no-repeat;
}
.horizontalcssmenu {
height:29px;
}
.horizontalcssmenu ul{
margin: 0;
padding: 2px 0 0 3px;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
height:29px;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: auto; /*Width of top level menu link items*/
padding: 2px 8px;
padding: 6px 8px !important;
/*border: 1px solid #202020;*/
border-left-width: 0;
text-decoration: none;
/*<!--background: url(images/btn_bg.gif) left bottom repeat-x;-->*/
color: #ffffff;
font: bold 10px Verdana;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: -5px;
top: 15px;
top: 22px !important;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
height:20px;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 140px; /*width of sub menu levels*/
width: 132px !important;
font-weight: bold;
padding: 8px 5px;
background: #716f70;
border-width: 1px 1px 1px 1px;
border-color:#000000;
}

.horizontalcssmenu ul li a:hover{
background: none;
/*background: url(menubgover.gif) center center repeat-x;*/
}

.horizontalcssmenu ul li ul li a:hover{
background: #515151;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 3em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
