#container {
    padding: 0;
    width: 950px;
    margin: 0 auto;
}

/* ---------- This is a miniflex slider effect ----------*/
#miniflex {
    float: left;
    font-size: medium;
    margin: 0;
    padding: 0;
    position: relative;
    width: 862px;
    z-index: 2;
}
#miniflex li {
    display: inline;
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}
#miniflex a:link, #miniflex a:visited {
    color: #0581CB;
    float: left;
    font-size: 85%;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    text-decoration: none;
}
#miniflex a:hover {
    border-bottom: 5px solid #9AD430;
    padding-bottom: 2px;
    color: #9AD430;
}

/* #miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	border-bottom:4px solid #669966;
	color:#669966;
	padding-bottom:2px;
}
*/
#miniflex start-position {
    border-bottom: 5px solid #0581CB;
    padding-bottom: 2px;
    color: #0581CB;
}

#animated-tab {
    border-bottom: 5px solid #9AD430;
    font-size: 100%;
    line-height: 30px;
    padding-bottom: 2px;
    position: absolute;
    z-index: 1;
}

#menu-wrapper {
    background: url(images/menu-middle.gif) repeat-x;
    width: 950px;
    height: 44px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
}

#menu-table {
    float: left;
}

#menu-table div {
    float: left;
}

#left {
    background: url(images/menu-left.gif) no-repeat;
    width: 0px;
    height: 44px;
    float: left;
}

#right {
    background: url(images/menu-right.gif) no-repeat;
    width: 4px;
    height: 44px;
    float: right;
}

.divider {
    background: url(images/menu-divider.gif) no-repeat;
    width: 2px;
    height: 44px;
    float: left;
}

#menu-table a {
    display: block;
    padding: 0px 18px;
    height: 44px;
    line-height: 44px;
    background: url(images/menu-middle.gif) repeat-x;
    color: #0079c1;
    text-decoration: none;
}

#menu-table a:hover {
    background: url(images/menu-hover3.gif) repeat-x;
}

#menu-table a.active {
    background: url(images/menu-hover2.gif) repeat-x;
    color: #fff;
}

#contentHeader {
    background: url(/images/blue-bg.jpg) repeat-x;
    color: #fff;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    padding: 7px 0 0 10px;
    width: 199px;
}
