body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	width: 800px;
	margin: 0px auto;	
}

.partners
{
	text-align: center;
	font-size: .75em;
	color: #999999;
	padding: 2px;
	padding-top: 1px;
}

#copyright
{
	text-align: center;
	font-size: .75em;
	color: #999999;
	padding: 2px;
	padding-top: 1px;
}

img
{
	border: none;
}

.partners a
{
	color: #999999;
	text-decoration: none;
}

.pics
{
	width:400px; 
	height: 300px; 	
}

a.piclink 
{		
	text-decoration:none;
	outline: none;
}

a.piclink:visited {
}
a.piclink:active {
}
a.piclink:hover {
}

#topdiv
{
	overflow: auto;
}

#topnav
{
	float: left;
	width: 100%;
	background: url('img/nav/bg.gif') repeat-x bottom;
}

#topnav ul
{
	list-style:none;
	padding: 0px 0px 4px 5px;
	margin: 10px 0 0 0;
}

#topnav li{
	float: left;
	background: url('img/nav/bg-left.gif') no-repeat left top;	
	padding: 0px 20px 0px 10px;
}

#topnav a{
  float: left;
  background: url('img/nav/bg-right.gif') no-repeat right top;	
  text-decoration: none;
  color: #ffffff;
  padding: 0px 10px 0px 0px;
}

#index #nav-index, #pestera #nav-pestera, #istoric #nav-istoric, #traditii #nav-traditii, #contact #nav-contact
{
	background-position: 0% -150px;
}

#index #nav-index a, #pestera #nav-pestera a, #istoric #nav-istoric a, #traditii #nav-traditii a, #contact #nav-contact a{
	background-position: 100% -150px;
}

#topnav #current {
	background-position: 0% -150px;
}

#topnav #current a{
	background-position: 100% -150px;
}

#topnav li:hover, #topnav li:hover a {
	background-position: 0% -300px;
}

#topnav li:hover a {
	background-position: 100% -300px;
}

.clear{
	clear: both;
}



