/* Mutt Mats */
/* Navigation Bar Style Sheet */


.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 104px; /*Width of top level menu link items*/
/* height: 20px; */
padding: 4px 0px 4px 0px; 
border: 0px solid #093153;
border-left-width: 0;

text-decoration: none;
background-color: red; 

color: black;
text-align: center;
vertical-align: center;
font: bold 12px arial;
}
	
.horizontalcssmenu ul li a:hover{
background-color:white center center repeat-x; 
background-color:red;  /*#efefef; */
color: white; 
text-align: center;
font: bold 12px arial;
}

.horizontalcssmenu ul li ul li a:hover{
background-color: white; color: #0000ff; font: bold; text-align: center;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}

/* Navigation Bar - without Store Link */

.horizontalcssmenusubset ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.horizontalcssmenusubset ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.horizontalcssmenusubset ul li a{
display: block;
width: 132px; /*Width of top level menu link items*/
/* height: 20px; */
padding: 4px 0px 4px 0px; 
border: 0px solid #093153;
border-left-width: 0;

text-decoration: none;
background-color: red; 

color: black;
text-align: center;
vertical-align: center;
font: bold 12px arial;
}
	
.horizontalcssmenusubset ul li a:hover{
background-color:white center center repeat-x; 
background-color:red;  /*#efefef; */
color: white; 
text-align: center;
font: bold 12px arial;
}

.horizontalcssmenusubset ul li ul li a:hover{
background-color: white; color: #0000ff; font: bold; text-align: center;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}

/* Vertical menu on Products page */
.verticalcssmenu ul{
margin: 0;
padding: 0px; 
list-style-type: none;
}

.verticalcssmenu ul li{
position: relative;
display: inline;
float: left;
}
.verticalcssmenu ul li a{
display: block;
width: 114px; /*Width of top level menu link items*/
height: 25px; 
padding: 6px 0px 0px 0px; 
text-decoration: none;
background-color: red; 
color: black;
text-align: center;
vertical-align: center;
font: bold 12px arial;
}
	
.verticalcssmenu ul li a:hover{
background-color:white center center repeat-x; 
background-color:red;  /*#efefef; */
color: white; 
text-align: center;
font: bold 12px arial;
}

.verticalcssmenu ul li ul li a:hover{
background-color: white; color: #0000ff; font: bold; text-align: center;
}

