/* 
    Document   : menu
    Created on : 17 Jul 09, 9:32:14
    Author     : BeIT
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#tabs5 {
    float:left;
    width:100%;
    /*background:#E3ECF3;*/
    background:#88bb85;
    font-size:93%;
    line-height:normal;
    border-bottom:5px solid #83ACCA;
}
#tabs5 ul {
    margin:0;
    padding:1px 10px 0 20px;
    list-style:none;
}
#tabs5 li {
    display:inline;
    margin:0;
    padding:0;
}
#tabs5 a {
    float:left;
    background:url("../images/menu/tableft5.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}
#tabs5 a.active span{
    background-position:100% -42px;
    background:#83ACCA;
    color:#6a6f66;
}
#tabs5 a.active{
    background-position:100% -42px;
    background:#83ACCA;
    color:#6a6f66;
}
#tabs5 a span {
    float:left;
    display:block;
    background:url("../images/menu/tabright5.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#6a6f66;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs5 a span {float:none;}
/* End IE5-Mac hack */
#tabs5 a:hover span {
    color:#6a6f66;
}
#tabs5 a:hover {
    background-position:0% -42px;
}
#tabs5 a:hover span {
    background-position:100% -42px;
}

#tabs2 {
    float:left;
    width:100%;
    background:#8fb22b;
    font-size:93%;
    line-height:normal;
}
#tabs2 ul {
	margin:0;
	padding:0 10px 0 20px;
	list-style:none;
}
#tabs2 li {
    display:inline;
    margin:0;
    padding:0;
}
#tabs2 a {
    float:left;
    background:url("../images/menu/tableft2.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}
#tabs2 a span {
    float:left;
    display:block;
    background:url("../images/menu/tabright2.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#84776B;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs2 a span {float:none;}
/* End IE5-Mac hack */
#tabs2 a.active span{
    background-position:100% -42px;
    color:#74675B;
}
#tabs2 a.active{
    background-position:0% -42px;
    color:#74675B;
}
#tabs2 a:hover span {
    color:#74675B;
}
#tabs2 a:hover {
    background-position:0% -42px;
}
#tabs2 a:hover span {
    background-position:100% -42px;
}

#submenu-container {
    float:left;
    background:#DAD3C6;
    overflow:hidden;
    width:100%;
    height: 30px;
}
ul#submenu{
    margin: 0 20px;
}
ul#submenu li{
    float: left;
}
ul#submenu li a {
    display: block;
    color:#74675B;
    float:left;
    font-size:12px;
    padding:8px 11px;
    text-decoration:none;
}
ul#submenu li a:hover, ul#submenu li a.active {
    background:#B2A89E;
}