
.nav { margin-top: 3px; 
margin-left: 2px;}

a.main:link    { color: white; font-weight: bold; background-color:#FB7D00; width: 200px; margin-right: 2px; 
					background: #333333 url(images/nav/nav-bar_rohling.gif); background-repeat:no-repeat;}

a.main:visited { color:white; font-weight: bold; background-color:#FB7D00; width: 200px; margin-right: 2px; 
					background: #333333 url(images/nav/nav-bar_rohling.gif); background-repeat:no-repeat;}

a.main:hover   { color:white; font-weight: bold; background-color:#333333; width: 200px; margin-right: -2px; 
					border-right: 1px outset #333333;
					border-top: 1px outset #666666;
					border-bottom: 1px
					padding-left: 11px;
}
		 
a.main:active  { background-color:#333333; margin-right: -2px;}

a.main { 
text-align:left;
/*
width:50; 
color: black; 
*/

font: 12px Verdana, Arial, Helvetica, sans-serif;
display:block; 
padding:4px; 
padding-left: 11px;
text-decoration:none; 
border-right: 1px outset #333333;
border-bottom: 2px outset #333333;
}