﻿#storeHeader .navigation 
{
	border-top: 1px solid #4F616D;
	border-bottom: 1px solid #4F616D;
	height: 27px;
	background: #CCCCCC url(images/nav_bg.jpg) repeat-x !important;
}
.static-menu-item 
{
	text-align: center;
	
	color: #333;
	font-weight: bold;
	
}
.static-menu a 
{
	color: #333;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
}
.static-menu td 
{
	/*border: 1px solid #DFD2A8;
background: url(images/nav_bg.gif) repeat-x !important;
*/
	border-left: 0px solid #FFFFFF!important;
	padding: 0;
	
	height: 27px;
}
table.static-menu-item td
{
	
	padding: 0px 20px;
	border-right: 1px solid #CCCCCC!important;
	border-left: 1px solid #EFEFEF!important;
}
.dynamic-menu 
{
	width:220px;
	
	border: 1px solid #666666;
	z-index: 100;
}
.dynamic-menu-item 
{
	width:220px;
	text-align: left;
	padding: 3px 4px;
	background-color: #EFEFEF;
	color: #4F616D;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
}
.static-hover,
.static-selected 
{
	color: #000 !important;
}
.dynamic-hover,
.dynamic-selected 
{
	color: #000 !important;
	
}
