/* CSS Document */

/* Menu Container */
div#TopProductMenu
{
    height:65px;    
}

div#TopNavMenu
{	
	width:902px;	
	/* margin-left:49px; */
	height:17px;
	background:#000000;
	/* width:901px; */
	/* margin-left:50px; */
	padding:5px 0px;
}

/* structural styles and offsets */
ul#topnavigation
{
    background-color:#000000;
}

ul.horizontal, ul.horizontal li {
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:block;
	z-index:100;
	height:12px; 
	background:#000000;	
	/* height:15px; */
	height:20px; 		
}

ul.horizontal li {
	float:left;
	/* border-right:1px solid #FFFFFF; */
	border-right:1px solid #444444;
	padding:0px 14px;
	text-align:center;
	width:151px;
    /* margin-bottom:5px; */
	border-top: solid 1px #444444;	
}

*html ul.horizontal li {
	width:180px;
	/* border-top: solid 1px #444444;	 */
	border-top: solid 1px #444444;	
}

ul.noBottomMargin
{
/*     background-color:red;
    margin-left:1px;
    width:901px; */
}

ul.noBottomMargin li 
    {    
	margin-bottom:0px !important;
	padding-bottom:5px;
	border-top: solid 1px #444444;	
	padding-top:3px;		
	/* border-bottom: solid 1px #444444; */
}

ul.horizontal li.lastitem {
	border-right:0px;
}

ul.horizontal a.topnotselected, ul.horizontal a.topselected, ul.horizontal a.topnotselected:hover
{
	display:block;
	cursor:pointer;
	cursor:hand;
	color:#FFFFFF;
	text-transform:uppercase;
	font: bold 9px Verdana;	
}

ul.horizontal a.topnotselected:hover, ul.horizontal a.topselected:hover
{
	color:#FF3366;
}

