body {font:13px arial,helvetica,clean,sans-serif;font-size:small;font:x-small;}

.ui-tabs-nav {
width:100%;

}

.ui-tabs-nav li {
padding:0;
}

.ui-tabs-nav a {
font-family:Arial;
font-weigth:normal;
font-size:13px;

}

.ui-tabs-nav a,.ui-tabs-nav .ui-tabs-selected a,.ui-tabs-nav a:hover,.ui-tabs-nav .ui-tabs-selected a:hover,.ui-tabs-nav a:focus, .ui-tabs-nav .ui-tabs-selected a:focus {
color:white;
background-color:#7ABC00;
background:transparent url(../images/top_navigation/normal_b2.jpg) no-repeat;
}

.ui-tabs-nav .ui-tabs-selected a,.ui-tabs-nav .ui-tabs-selected a:hover, .ui-tabs-nav .ui-tabs-selected a:focus {
background-color:#7ABC00;
background:transparent url(../images/top_navigation/pressed_b2.jpg) no-repeat;
}

.ui-tabs-nav #first
{
	background:transparent url(../images/top_navigation/b_start.jpg) no-repeat;
}

.ui-tabs-nav .ui-tabs-selected #first
{
	background:transparent url(../images/top_navigation/b_start_pressd.jpg) no-repeat;
}

.ui-tabs-nav #last
{
	background:transparent url(../images/top_navigation/b_end.jpg) no-repeat;
    width:98px;
}

.ui-tabs-nav .ui-tabs-selected #last
{
	background:transparent url(../images/top_navigation/b_end_pressd.jpg) no-repeat;
    width:98px;
}

.ui-tabs-panel {
border:none;
padding:0;
}

.ui-tabs-panel .ui-tabs-nav a {
font-weight:400;
}

.ui-tabs-panel .ui-tabs-selected a,.ui-tabs-panel .ui-tabs-selected a:hover,.ui-tabs-panel .ui-tabs-selected a:focus {
font-weight:700;
}

.ui-tabs-panel .ui-tabs-nav {
float:left;
width:100%;
height:32px;
margin:0 0 1em;
background:transparent url(../images/top_navigation/gray_line.jpg) no-repeat;
}

.ui-tabs-panel .ui-tabs-nav a,.ui-tabs-panel .ui-tabs-nav a:hover,.ui-tabs-panel .ui-tabs-nav a:focus {

background-image:none;

}

.ui-tabs-panel .ui-tabs-nav li {
border-right:solid 1px white;
height:20px;
text-align:middle;
width:100px;
}

.ui-tabs-panel .ui-tabs-nav a span,.ui-tabs-panel .ui-tabs-nav a:hover span,.ui-tabs-panel .ui-tabs-nav a:focus span {
background-image:none;
color:#616265;
font-size:12px;
}

.ui-tabs-panel .ui-tabs-panel {

width:100%;
clear:both;
}