﻿.ssmMenu{
    text-align:left;
    background-repeat:repeat;
    height: 10px; 
    font-size:13px;
    font-weight:bold;
    border-bottom:5px solid #9f0000;
    padding-bottom:0px;
    clear:both;
}
.mContainer{
	border:none;
}
.staticItm{
	
	font-family: Arial, Helvetica, FreeSans, "Luxi-sans", "Nimbus Sans", sans-serif;
	font-size:10pt;
	height:20px;
	padding-left:5px;	
	padding-right:5px;
	font-weight:bold;
	background-image:url(/images/menu-background.gif);
	border:1px #fff outset;
  	padding:2px 10px 2px 10px;
}
.staticItm a:visited,.staticItm a:link,.staticItm a{
	color:white;
}
.staticItm img{
	display:none;
}
.staticItemSelected{
	border:1px #fff outset;	
	padding-left:10px;	
	padding-right:10px;

}
.staticItemHover {
	border:1px #fff inset;	
}
.staticItemHover a:hover{
	color:white;
}
.dynamicMenuStyle{
    background-image:url('../images/stripe.png');
    background-repeat:repeat;
    border-bottom:25px solid #333333;
    padding:10px;

}
.dynamicItem{
	font-family: Arial, Helvetica, FreeSans, "Luxi-sans", "Nimbus Sans", sans-serif;
	font-size:10pt;
}
.dynamicItem img{
	display:none;

}
.dynamicItemSelected{
	background:transparent;
}
.dynamicItemHover{
	color:#000;
	background:transparent;
}
.dynamicItem a:visited, .dynamicItem a:link, .dynamicItem a{
	display:block;
	padding:4px 8px 4px 8px;
	color:white;

}
.dynamicItem a:hover{
	color:#39b5d9;

}
.dynamicContainer a:visited{
	color:red;
}



