.tabs0
{
	width: 700px;
	height: 46px;
	padding: 15px 0 0 0;
/*    background-image: url(../images/tabbedmenu/tab1Active.png);*/
    background-repeat: no-repeat;
}
.tabs1
{
	width: 700px;
	height: 46px;
	padding: 15px 0 0 0;
/*    background-image: url(../images/tabbedmenu/tab2Active.png);*/
    background-repeat: no-repeat;
}
.tabs2
{
	width: 700px;
	height: 46px;
	padding: 15px 0 0 0;
/*    background-image: url(../images/tabbedmenu/tab3Active.png);*/
    background-repeat: no-repeat;
}
.tabs3
{
	width: 700px;
	height: 46px;
	padding: 15px 0 0 0;
/*    background-image: url(../images/tabbedmenu/tab4Active.png);*/
    background-repeat: no-repeat;
}
.tabs4
{
	width: 700px;
	height: 46px;
	padding: 15px 0 0 0;
/*    background-image: url(../images/tabbedmenu/tab5Active.png);*/
    background-repeat: no-repeat;
}
.tab
{
	font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #255ba7;
    /*border:solid 1px black;*/
    padding: 0 0 0 10px;
    /*border-bottom:solid 1px #d6d2cb;*/
background-image: url(../images/tabbedmenu/item.jpg);
}
.selectedTab
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #be2026;
    padding: 0 0 0 10px;
    /*background-color:white;
    border-bottom:solid 1px white;*/
background-image: url(../images/tabbedmenu/item.jpg);
}
.tabContents
{
    border-left:solid 1px #d6d2cb;
    border-right:solid 1px #d6d2cb;
    border-bottom:solid 1px #d6d2cb;
    padding:10px;
    background-color: #ffffff;
}