﻿.dynamic
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #022568;
	text-decoration: none;
   text-transform:uppercase;
   height:auto;
  
   line-height: 23px;
  padding-left:5px;
   padding-right:8px;
   display:block;
   border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
	 
	
	
}
.dynamic:hover
{
   color:  #29858D;
}

.static {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #022568;
	text-decoration: none;
	line-height: 37px;
	/*background-image: url(../images/seperator.gif);
	background-repeat: no-repeat;
	background-position: left center;*/
	padding-left: 10px;
	padding-right: 10px;
}

.static:hover {
	
	color: #29858D;
	
}