﻿.bottom_menu {font-family: Arial, Helvetica, sans-serif; font-size:11px; width: 100%;}
.bottom_menu ul{ margin: 0; padding: 0;list-style-type: none;}

/*Top level list items*/
.bottom_menu ul li{ position: relative; display: inline; float: left; color:#ffffff;}

/*Top level menu link items style*/
.bottom_menu ul li a{ display: block; padding: 1px 8px; text-decoration: none; color: #ffffff; float: left; font-size:12px;}
.bottom_menu .nosub a:hover{ background:url(../images/menu_bg.gif); color: #999999; float: left;}	
.bottom_menu .orderhangtag a:hover{color: #99ff00;}

/*.bottom_menu .separator {color: #ff0000; padding: 0 5px;}*/

/*1st sub level menu*/
.bottom_menu .secondlevelshow{ position:absolute; list-style:none; top: 1em; left: auto; display:block ; visibility: hidden; width: 955px; float:left; border-top: 1px solid #999999; text-align:center;}

/*Sub level menu list items (undo style from Top level List Items)*/
.bottom_menu ul li ul.secondlevelshow li{ display: block; float: left; font-size: 11px; line-height:25px;}

/* Sub level menu links style */
.bottom_menu ul li ul.secondlevelshow li a{ display: block; color: #ffffff; text-decoration: none; padding: 1px 10px; float:left; font-size:11px; white-space:nowrap;}
.bottom_menu ul li ul.secondlevelshow li a:hover{ color: #999999; background:transparent url(../images/transparent.gif);}

/*Background image for top level menu list links */
.bottom_menu .nosub{ color: #ffffff;}
	
/* Holly Hack for IE \*/
* html .bottom_menu ul li { float: left; height: 1%;}
* html .bottom_menu ul li a { height: 1%;}

.itemSelected {color:#ffffff; background:url(../images/menu_bg.gif);}
.noitemSelected {color:#ffffff;}

