.usual {
font: bold 14px Arial;
height:35px;
list-style-type: none;
margin:0;
width:930px;
}
.usual ul {
background:url(../images/bg.gif) repeat-x left bottom;
height:35px;
margin:0;
padding-left:20px;
}
.usual li { 
	list-style:none; 
	float:left;
	background:  url(../images/arrow.gif) no-repeat bottom left;
	height:35px; 
}
.usual li a {
	text-decoration: none;
	padding:0 15px 0 20px;
	color: #AAAAAA;
	line-height:30px;

}
.usual li span.last
{
	float:left;
	background:  url(../images/arrow.gif) no-repeat bottom right;
	height:35px;
	padding: 0 10px 0 3px;
} 

.usual li a:hover{
	text-decoration: none;
	color: #626262;
}
#usual1 ul a.selected{
	/*background:#000;*/
	border-bottom:1px solid #FFFFFF;
	padding-bottom:4px;
	color:#339900;
	display:block;
	}

#contentFrame{
width:931px;
height:385px;
float:left;
display:inline;
background: url(../images/bg_tabs.jpg) no-repeat 0 34px;
}

#contentFrameHome{
width:931px;
height:385px;
float:left;
display:inline;
background: url(../images/bg_tabs.jpg) no-repeat 0 34px;
}

