/* #########  Main Menu Bar CSS ######### */

.yellow ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
background: #eebd31;
overflow: hidden;
width: 100%;

}

.yellow li{
display: inline;
margin: 0;
}

.yellow li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
/*padding: 6px 8px; /*padding inside each tab*/


color: #11335d;
background: #eebd3;
}

.yellow li a:visited{
color: #11335d;
text-decoration: none;
}

.yellow li a:hover{
/*background: black; /*background of tabs for hover state */
color: #ffffff;
text-decoration: none;
}

.yellow a.selected{
/*background: black; /*background of tab with "selected" class assigned to its LI */
color: #ffffff;
text-decoration: none;
}



.red ul{
margin: 4;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
background: #931139;
overflow: hidden;
width: 100%;

}

.red li{
display: inline;
margin: 0;

}

.red li a{
float: left;
display: block;
text-decoration: none;
margin: 0;

/*padding: 6px 8px; /*padding inside each tab*/

color: white;
background: #931139;
}

.red li a:visited{
color: white;
text-decoration: none;

}

.red li a:hover{
/*background: black; /*background of tabs for hover state */
color: #eebd31;
text-decoration: none;

}

.red a.selected{
/*background: black; /*background of tab with "selected" class assigned to its LI */
color: #eebd31;
text-decoration: none;

}




.blue ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;

background: #1335D;
overflow: hidden;
width: 100%;

}

.blue li{
display: inline;
margin: 0;
}

.blue li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
/*padding: 6px 8px; /*padding inside each tab*/

color: white;
background: #11335D;
}

.blue li a:visited{
color: white;
text-decoration: none;
}

.blue li a:hover{
/*background: black; /*background of tabs for hover state */
color: #eebd31;
text-decoration: none;
}

.blue a.selected{
/*background: black; /*background of tab with "selected" class assigned to its LI */
color: #eebd31;
text-decoration: none;
}



.red_row2 ul{
margin: 0;
padding: 0;
font: bold 11px Verdana;
list-style-type: none;
color: white;

overflow: hidden;
width: 182px;

}

.red_row2 li{
display: inline;
margin: 0;

}

.red_row2 li a{
float: left;
display: block;
text-decoration: none;
margin: 0;

/*padding: 6px 8px; /*padding inside each tab*/

color: white;
/*background: #931139;*/
}

.red_row2 li a:visited{
color: white;
text-decoration: none;

}

.red_row2 li a:hover{
/*background: black; /*background of tabs for hover state */
color: #eebd31;
text-decoration: none;

}

.red_row2 a.selected{
/*background: black; /*background of tab with "selected" class assigned to its LI */
color: #eebd31;
text-decoration: none;

}


.green ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 1px solid gray;
background: #3d7374;
overflow: hidden;
width: 100%;

}

.green li{
display: inline;
margin: 0;
}

.green li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/

color: white;
background: #3d7374;
}

.green li a:visited{
color: white;
text-decoration: none;
}

.green li a:hover{
background: black; /*background of tabs for hover state */
text-decoration: none;
}

.green a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
text-decoration: none;
}