/* CSS Document */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#tabmenu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;
width: 100%;
color:Black;
font-family:Tahoma,Verdana,Arial;
font-size:11px;
font-weight:normal;
font-style:normal;
text-decoration:none;
border-bottom: 2px solid #ffdb9a;
}

* html #tabmenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#tabmenu ul li{
display: inline;
}

#tabmenu ul li a{
float: left;
color: black;
padding: 2px 12px;
height: 2em;
text-decoration: none;
border: 1px solid white;
background: transparent url(images/tab/tabBack.gif) repeat-x;
background-color: #ecd6ab;/*#f4d398;*/
padding-top: 1em;
font-weight:normal;
}
* html #tabmenu ul li a { /* in IE we have to increase element's height */
height: 3em;
}

#tabmenu ul li a:visited{
color: black;
}

#tabmenu ul li a:hover{
color: black;
background: transparent url(images/tab/tabHBack.gif) repeat-x;
background-color: #f4db9a;
}

#tabmenu span {
float: left;
color: black;
padding: 2px 12px;
height: 2em;
background: transparent url(images/tab/tabABack.gif) repeat-x;
background-color: #ffdb9a;
border-bottom: 5px solid #ffdb9a;
padding-top: 1em;
font-weight: bold;
}
* html #tabmenu span { /* in IE we have to increase element's height */
height: 3em;
border-bottom: 10px solid #ffdb9a;
}
