﻿.staticMenuItem
{
	color: white;
	background-color: rgb(117,144,174);
	border: none;
	display: inline;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 8pt;
	height: 15px;
	width: 100px;
	/* font-weight: bold; 
	padding-bottom: 2px;
	padding-left: 24px;
	padding-right: 10px;
	padding-top: 2px;*/
	
	
}

.staticHover
{
	background-color: #C1D2EE;
	border: 1px solid #316AC5;
	color: black;
	display: inline;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 8pt;
	height: 15px;
	width: 100px;
	/* font-weight: bold; 
	padding-bottom: 1px;
	padding-left: 23px;
	padding-right: 9px;
	padding-top: 1px;*/
	
}

.staticSelected
{
	background-color: #C1D2EE;
	border: 1px solid #316AC5;
	color: black;
	display: inline;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 8pt;
	height: 15px;
	width: 100px;
	/* font-weight: bold; 
	padding-bottom: 1px;
	padding-left: 23px;
	padding-right: 9px;
	padding-top: 1px;
	*/
}

.dymanicMenuItem
{
	color: white;
	background-color: rgb(117,144,174);
	border: none;
	display: inline;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 8pt;
	/* font-weight: bold; */
	height: 15px;
	width: 100px;
	padding-bottom: 2px;
	padding-left: 24px;
	padding-right: 10px;
	padding-top: 2px;
	
	
}

.dynamicHover
{
	background-color: #C1D2EE;
	border: 1px solid #316AC5;
	color: black;
	display: inline;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 8pt;
	/* font-weight: bold; */
	height: 15px;
	width: 200px;
	padding-bottom: 1px;
	padding-left: 23px;
	padding-right: 9px;
	padding-top: 1px;
	
}

.dynamicSelected
{
	background-color: #C1D2EE;
	border: 1px solid #316AC5;
	color: black;
	display: inline;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 8pt;
	/* font-weight: bold; */
	height: 15px;
	width: 200px;
	padding-bottom: 1px;
	padding-left: 23px;
	padding-right: 9px;
	padding-top: 1px;
	
}
