#navrahmen
{
	clear: both;
	font-family: arial;

  background-image:           url('/img/button_bg.png') !important;
  background-repeat:          repeat;
  background-position:        0px 0px;
	overflow: hidden;
	height: 36px;	
}

#innernavrahmen
{
  background-image:           url('/img/button_rechts.png') !important;
  background-repeat:          no-repeat;
  background-position:        right top;
	height: 36px;	
}

ul#nav
{
	padding:			0px;
	margin: 0px;	
	list-style-type:		none;
	font-size:			15px;
  width: 100%;
  height: 36px;	
 }

ul#nav li
{
	float:											left;
	margin:											0px;
	padding:										0px;
	list-style-type:						none;	
}

ul#nav li a:link,
ul#nav li a:visited
{
	display:			block;
	padding-top:			10px;	
	text-align: center;
	width: 195px;
	margin-right:	2px;
  color:             #FFFFFF;
  background-color: #960707;
	text-decoration:		none;
  height: 26px;	
  font-weight: bold !important;  
  font-style: italic;
  border-bottom: 3px solid #c7c7bf;
}

ul#nav li.current a:link,
ul#nav li.current a:visited,
ul#nav li.current a:hover,
ul#nav li.current a:active
{
		
    color:                      #FFFFFF;
  	background-image:           url('/img/alphatier.png') !important;
  	background-repeat:          repeat;
  	background-position:        0px 0px;  
  	border-left: 1px solid white;  
  	border-right: 1px solid white;
}

ul#nav li:hover a:link,
ul#nav li:hover a:visited,
ul#nav li:hover a:hover,
ul#nav li:hover a:active,
ul#nav li.hover a:link,					/* IE 6 */
ul#nav li.hover a:visited,				/* IE 6 */
ul#nav li.hover a:hover,				/* IE 6 */
ul#nav li.hover a:active,				/* IE 6 */
ul#nav li a:hover,
ul#nav li a:active
{ 
    color:                      #FFFFFF;
  	background-image:           url('/img/alphatier.png') !important;
  	background-repeat:          repeat;
  	background-position:        0px 0px;      
    background-color: inherit;
}





ul#nav li ul
{
	position:			absolute;
	text-align: left;
	display:			none;
	margin:				0px;
	padding:			0px;
	margin-top: -4px;
	list-style-type:		none;
	background-color: inherit !important;
  background-image:           url('/img/alphatier.png') !important;
  background-repeat:          repeat;
  background-position:        0px 0px;  
  border-bottom: 1px solid white;		
  border-left: 1px solid white;  
 	border-right: 1px solid white;  
}

ul#nav li:hover ul,
ul#nav li.hover ul					/* IE 6 */
{
	display:			block;
}

ul#nav li ul li
{
	clear:				both;
	margin:				0px;
	padding:			0px;
	list-style-type:		none;
	border: none !important;	
}

ul#nav li ul li a:link,
ul#nav li ul li a:visited
{
	text-align: left;
	margin: 0px;
	padding: 0px;	
	width:180px;
	font-size:			12px;
	padding-top: 7px;	
	padding-bottom:			7px;		
	padding-left: 15px;
	line-height: 100%;
	border: none !important;
	letter-spacing: 0px;
	height: auto !important;
	color: #eadcbf !important;
}

ul#nav li ul li.current a:link,
ul#nav li ul li.current a:visited
{
	color:				#eadcbf;	
}

ul#nav li ul li a:hover,
ul#nav li ul li a:active
{
	color:				#FFFFFF !important;
}

