.menu {
	float: right;
	z-index:100;
	margin: 35px 0 0 0;
	position: relative;
	
	text-align: left;

    color: #e5e5e5; 
}

.nav_pipe {
    float: left;
    clear: left;
    margin: 4px 0 0 0;
    width: 2px;
    
    font-size: 9px;
    
    color: #474747;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	float: right;
}
.menu ul ul {
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
}

.menu li .navbg {
    position: absolute;
    bottom: -14px;
    z-index: -1;
    padding: 0 0 0 10px;
    
    font-family: "Times New Roman", arial, sans-serif;
    font-size: 64px;
    font-weight: bold;
    text-align: center;
    
    color: #1a1a1a;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none; 
    color: #e5e5e5; 
	background: transparent;
	text-align: center;
	text-transform: uppercase;
	padding: 2px 15px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	padding: 2px 10px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: red;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:red;
}
.menu ul ul :hover > a.drop {
	background:red;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#99ccff;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#ff9900;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top: 20px;
	left:0; 
}

/* position the third level flyout menu */
.menu ul ul ul{
	margin-left:171px;
	top:0;
}

.menu ul ul ul a {
	font-size: 11px;
}



/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:300px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:-1.5px; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color: #d4d4d4; 
	background: #606060;
	height:auto; 
	padding:5px 10px; 
	text-align: left;
	font-size: 11px;
	width: 108px;
	border: 1px solid #939393;
	border-width: 0 0 1px 0;
	border-left: 3px solid #000000;
	text-transform: capitalize;
	/* yet another hack for IE5.5 */
}

* html .menu ul ul a {
	width:108px;
}


/* style the top level hover *****IMPORTANT: NEED BG COLOR******** */
.menu a:hover {
	color: #ed1c24; 
	background: #000000;
} 
.menu :hover > a {
	color: #ed1c24; 
	background: #000000;
}

/* style the second level hover *****IMPORTANT: NEED BG COLOR******** */
.menu ul ul a:hover {
	background: #6f6f6f;
	color:#ffffff; 
	border-left: 3px solid #ed1c24;
}

.menu ul ul :hover > a {
	background: #6f6f6f;
	color:#ffffff;
	border-left: 3px solid #ed1c24;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

.menu li ul li {
    z-index: 99;
}






/* SHOWROOM NAV */

.showroom_nav {
    margin: 28px 0 10px 0;
    
    font-size:90%;
    text-transform: uppercase;
    
    border: 1px solid #000000;
    border-width: 2px 0 2px 0;
}

.showroom_nav h4 {
    height: 13px;
    padding: 2px 0 2px 5px;
    
    font-size: 11px;
    font-weight: normal;
        
    background: url(../../images/skin2/navheadbg.gif) repeat-x;
}

/* remove all the bullets, borders and padding from the default list styling */
.showroom_nav ul {
    position:relative;
    z-index:500;
    padding:0;
    margin:0;
    list-style-type:none;
}
/* style the list items */
.showroom_nav li {
    padding: 0 0 0 20px;
    background: #8c8b8b url(../../images/skin2/bullet.gif) no-repeat 8px center;
    border-top: 1px solid #d2d2d2;
}

.showroom_nav li ul li {
    padding: 0;
    background: #8c8b8b;
    border: 0;
}

/* get rid of the table */
.showroom_nav table {
    position:absolute;
    border-collapse:collapse;
    top:0;
    left:0;
    z-index:100;
}

/* style the links */
.showroom_nav li a:link, .showroom_nav li a:visited {
    display:block; 
    width: 138px;
    padding: 3px 0 3px 5px;
    
    text-decoration:none;
    
    color: #000000;
    background: url(../../images/skin2/arrow.gif) no-repeat 135px center;
}

/* style the link hover */
.showroom_nav li a:hover {
    position:relative;
    
    color:#ffffff;
    background: url(../../images/skin2/arrow_hover.gif) no-repeat 135px center;
}

.showroom_nav li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.showroom_nav a:active, .showroom_nav a:focus {
    color: #ffffff;
    background: url(../../images/skin2/arrow_hover.gif) no-repeat 135px center;
}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.showroom_nav li:hover > a {
    color: #ffffff;
    background: url(../../images/skin2/arrow_hover.gif) no-repeat 135px center;
}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.showroom_nav li ul {
	visibility:hidden;
	position:absolute;
	top: 0;
	left:166px;

}

/* for browsers that understand this is all you need for the flyouts */
.showroom_nav li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.showroom_nav ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.showroom_nav ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.showroom_nav ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.showroom_nav ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.showroom_nav ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.showroom_nav ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.showroom_nav ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}

.showroom_nav li ul {
    border: 1px solid #e1e0e0;
}


.showroom_nav li ul a:link, .showroom_nav li ul a:visited {
    display: block;        
    width: 150px;
    padding: 2px 8px;
    
    color: #8e8e8e;
    background: #606060;
    border-bottom: 1px solid #6f6f6f;
}

.showroom_nav li ul a:hover {
    color: #d3d3d3;
    background: #6b6b6b;
}