﻿.menu2 {
    float:right; 
    width:740px; 
    margin-top:182px; 
    z-index:1000;}
    
.menu2 a, .menu2 a:hover {
    color:#000000; 
    text-decoration:none;}
    
.menu2 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;}

/*Top level list items*/
.menu2 ul li {
    position: relative;
    display: inline;
    float: left;}

/*Top level menu link items style*/
.menu2 ul li a {    
    display: block;
	height: 21px;
	line-height: 21px; 
	float: none ! important; 
	display: block; 
	padding: 0pt 15px; 
	height: auto ! important;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:black;
	background: url(../images/fnd_repe_menu.png) repeat-x;}
	
/*1st sub level menu*/
.menu2 ul li ul {
    left: 0;
    position: absolute;
    top: 1em; /* no need to change, as true value set by script */
    display: block;
    visibility: hidden;}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu2 ul li ul li {
    display: list-item;
    float: none;
    background-color: #ebeced;}

/*All subsequent sub menu levels offset after 1st level sub menu */
.menu2 ul li ul li ul { 
    left: 140px; /* no need to change, as true value set by script */
    top: 0;
    background-color: #ebeced;}

/* Sub level menu links style */
.menu2 ul li ul li a {
    display: block;
    width: 140px; /*width of sub menu levels*/
    text-decoration: none;
    /*padding: 1px 5px;*/
    border-top: 1px solid #fff;
    /*background-color: #bbbbbb;*/
    background-image: url(../images/fnd_repe_menu.png);	
    background-repeat:repeat;
    color: black;}

.menu2 ul li a:hover {
     background:#D5DBE0; 
     color:#2F4C69; 
     /*width: 140px;*/}

/*Background image for top level menu list links */
.menu2 .mainfoldericon {
    /*background: url(../images/fnd_repe_menu.png) repeat-x;*/}

/*Background image for subsequent level menu list links */
.menu2 .subfoldericon {
    background: url(../images/fnd_repe_menu.png) repeat-x;}

* html p#iepara { /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
    padding-top: 1em;}
	
/* Holly Hack for IE \*/
* html .menu2 ul li {
    float: left; 
    height: 1%;}
* html .menu2 ul li a {
    height: 1%;}
/* End */


