/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font-family:Verdana, Geneva, sans-serif;
font-size:14px;
list-style-type: none;

background: #1EAFE4;
overflow: hidden;
width: 100%;
font-weight:bold;
height:37px;
	
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 9px 9px; /*padding inside each tab*/
color: white;
background: #1EAFE4;
padding-right:10px;
padding-left:10px;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: #9DDCF9; /*background of tabs for hover state */
color:#003A63;
}

.mattblackmenu a.selected{
background: #9DDCF9; /*background of tab with "selected" class assigned to its LI */
color:#003A63;
}

.mattblackmenusel {
background: #9DDCF9; /*background of tabs for hover state */
color:#003A63;
}



.searchBox{background-repeat:no-repeat;padding-left:20px;height:20px;widht:112px;border:0;border:none;background-color:none}


.topmenuselected
{
	background: #9DDCF9; /*background of tabs for hover state */
color:#003A63;
}





-----------

/* #########INVESTOR- Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu_INV ul{
margin: 0;
padding: 0;
font-family:Verdana, Geneva, sans-serif;
font-size:16px;
list-style-type: none;

background: #d0d2d3;
overflow: hidden;
width: 100%;
font-weight:bold;
height:37px;
	
}

.mattblackmenu_INV li{
display: inline;
margin: 0;
}

.mattblackmenu_INV li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 9px 9px; /*padding inside each tab*/
color:#9c257e;
background: #d0d2d3;
padding-right:10px;
padding-left:10px;
}

.mattblackmenu_INV li a:visited{
color: white;
}

.mattblackmenu_INV li a:hover{
background: #d0d2d3; /*background of tabs for hover state */
color:#9c257e;
}

.mattblackmenu_INV a.selected{
background: #9DDCF9; /*background of tab with "selected" class assigned to its LI */
color:#003A63;
}

.mattblackmenusel_INV {
background: #9DDCF9; /*background of tabs for hover state */
color:#003A63;
}



.searchBox{background-repeat:no-repeat;padding-left:20px;height:20px;widht:112px;border:0;border:none;background-color:none}


.topmenuselected_INV
{
	background: #9DDCF9; /*background of tabs for hover state */
color:#003A63;
}

