﻿/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.drTabEIBlueBottom
{
    margin-left: 4px;
    padding: 0;
    width: 100%;
    background: transparent;
    voice-family: "\"}\"";
    voice-family: inherit;
    padding-left: 5px;
}

.drTabEIBlueBottom ul
{
    font: bold 11px Arial, Verdana, sans-serif;
    margin:0;
    margin-bottom: 1em; /*margin between menu and rest of content*/
    padding:0;
    list-style:none;
    float:left;
    display:inline;
}

.drTabEIBlueBottom li
{
    float:left;
    display:inline;
    margin:0 2px 0 0;
    padding:0;
    text-transform:uppercase;
    line-height: 1.5em;
}


.drTabEIBlueBottom a
{
    display: block;
    color: white;
    background: #08088A url(color_tabs_left2.gif) no-repeat left bottom;
    margin:0 2px 0 0;
    padding:0 0 0 3px;
    text-decoration:none;
    letter-spacing: 1px;
}

.drTabEIBlueBottom a:visited
{
    color: white;
}

.drTabEIBlueBottom a span
{
    float:left;
    display:block;
    background: transparent url(color_tabs_right2.gif) no-repeat right bottom;
    padding:3px 9px 3px 6px;
}

.drTabEIBlueBottom a span
{
    float:none;
}


.drTabEIBlueBottom a:link
{
    color: white;
    text-decoration:none;
}

.drTabEIBlueBottom a:visited
{
    color: white;
    text-decoration:none;
}

.drTabEIBlueBottom a:active
{
    color: white;
    text-decoration:none;
}

.drTabEIBlueBottom a:hover
{
    background-color: #0080FF;
    color: white;
    text-decoration:none;
}

.drTabEIBlueBottom a:hover span
{
    background-color: #0080FF;
    color: white;
    text-decoration:none;
}

/*currently selected tab*/
.drTabEIBlueBottom .current a, .drTabEIBlueBottom .current span
{ 
    background-color: #0080FF;
    color: white;
    text-decoration:none;
}

.drTabEIBlueBottomLine
{
    clear: both;
    padding: 0;
    width: 100%;
    height: 8px;
    line-height: 8px;
    background: #08088A;
    border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.drTabEIBlueBottomBox
{
	border: solid 5px #08088A;	
	padding:5px;
}

/*#01DFD7 light green blue*/
/*#0080FF light blue */
/*#0101DF mid blue  */
/*#08088A dark blue */
