/* 
    Document   : dvice_tabs
    Created on : Feb 22, 2008, 2:49:08 PM
    Author     : adrian
    Description:
        tabs ala dvice
*/

#tabs {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A0A0A0;
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
}
#tabs a {
	border-bottom: none;
}
#tabs ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
}
#tabs ul li {
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 5px;
}
#tabs ul li.arrowd {
	background-image: url(/images/projecttabs_arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
