.navcontainer {
	background: url("https://static.prvd.com/RedEnvelope/images/Nav_Background.gif" );
	height: 25px;
	position: relative;
	border:1px solid #999;
	z-index: 98;
	font-size:12px;
	font-weight:bold;
	text-transform:lowercase;
}

.navcontainer ul {
	list-style: none;
	height: 25px;
	position: relative;
	z-index: 98;
}

.navcontainer li {
	position: relative;
	display: inline;
	float: left;
	border-right: 1px solid #666;
	width:153px;
	text-align:center;
	border-left:1px solid white;
}

.navcontainer li a {
	height:25px;
	line-height:25px;
	height: 22px;
	padding-right:5px;
	padding-left:5px;
}

.navcontainer li li {
	border:0;
	text-align:left;
	width:179px; 
}
.navcontainer li.last li {

	text-align:right;
    padding-right:2px;
}
.navcontainer li.last li a {
    padding-right:6px;
}
.navcontainer li:hover ul,
.navcontainer li.over ul {
	display: block;
}

.navcontainer li.over { background-color: #990000; }

.navcontainer li.over a { color:White; }

.navcontainer li ul {
	display: none;
	position: absolute;
	border: 1px solid #666;
	background: white;
	height: auto;
	left:0px;
	top:25px;
	width:179px;
}

.navcontainer li ul li a {
	display:block; 	
}

.navcontainer li ul li a,
.navcontainer li ul li a:visited,
.navcontainer li ul li a:active {
	text-decoration: none;
	color: #666 !important;
	margin: 0;
	border:0;
	padding-top:2px;
	padding-right:0;
	padding-bottom:2px;
	padding-left:10px;
	line-height:19px;
	
}

.navcontainer li ul li a:hover {
	background: #DDD;
	color:#990000 !important;
}


.navcontainer li.last{	
	border-right:none;	
}


.navcontainer li.topNavLI .topLiLink 
{
    overflow:hidden;
    height:25px;    
}

/*********   START: KEEP AND UPDATE PER HOLIDAY SPECIFIC  ************/
/*************************************
*Begin: Holiday1
**************************************/

.Holiday4{ 
    background-color:#990000;
}
.Holiday4 a, .Holiday4 a:hover{
    color:White;
}

	
/*************************************
*End: Holiday1
**************************************/
/*************************************
*Begin: Holiday2
**************************************
.Holiday2{ 
    background-color:#990000;
   
}
.Holiday2 a, .Holiday2 a:hover{
     color:White;
}

	
/*************************************
*End: Holiday2
**************************************/
/*************************************
*Begin: Holiday3
**************************************/
	
/*************************************
*End: Holiday3
**************************************/
/*********   END:  KEEP AND UPDATE PER HOLIDAY SPECIFIC  ************/


/*********   START: Custom navigation elements these are elements that can be styled with csss and turned on and off in back office************/
/*************************************
*Begin: Custom 1 (Kormen Race for the cure)
*************************************
.navcontainer .Custom1 a,  .navcontainer .Custom1 a:visited, .navcontainer .Custom1  a:active{
    background-color: #F3BBCE;
    background-image: url("../../../../../../../siteimages/pink_ribbon_bg.gif");
    background-position: right bottom;
    background-repeat: no-repeat;
    margin: 0;
    
}
.navcontainer .Custom1 a:hover{
	background-color: #F3BBCE;
    background-image: url("../../../../../../../siteimages/pink_ribbon_on_bg.gif");
    background-position: right bottom;
    background-repeat: no-repeat;
    margin: 0;
} 	
/*************************************
*End: Custom 1 (Kormen Race for the cure)
*************************************/

/*********   END: Custom navigation elements these are elements that can be styled with csss and turned on and off in back office************/
/****************************
* End Navigation
********************************/