@charset "UTF-8";
/* 

Author: Vladimir Lech
E-mail: vlech@jewsforjesus.org
Organization: Jews for Jesus

Web site: judenfuerjesus.de
File: menu.css 
Comment: inherited form screen.css

Date: 12/10/07
Version: 1.0 
*/


*.menulink
{
	text-decoration: none;
	color: #003366;
}

/* @group Menu */
#menu_main
{
	list-style-type: none;
	font-family: Verdana, Helvetica, Sans-Serif;
	text-align: left;
	font-size: 12px;
	vertical-align: top;
	text-indent: 1.2em;
	display: block;
	padding: 5px 5px 5px 20px;
	margin: 0;
}

#menu_main li[class^="menu"]
{
	font-size: 11px;
	font-weight: normal;
}

#menu_main li[class^="menu"]:hover
{
	width: 180px;
	background-position: 0 2.5pt;
	background-color: #FFFEDD;
	background-image: url("/images/link.gif");
	background-repeat: no-repeat;
	text-overflow: ellipsis;
	overflow: hidden;
}

#menu_main li[class^="menu"] a:hover
{
	color: red !important;
	text-overflow: ellipsis;
    overflow: hidden;
}

#menu_main .menu0 .menulink
{
	font-size: 11px;
	font-style: normal;
	color: #600;
	text-decoration: none;
	text-overflow: ellipsis;
    overflow: hidden;
	padding: 0 0 0 1pt;
}

#menu_main .menu1 .menulink
{
	font-size: 11px;
	font-style: italic;
	color: #2475CE;
	text-decoration: none;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 3pt 0 5pt;
	/*padding: 0 3pt 0 13pt;*/
}

#menu_main .menu2 .menulink
{
	font-style: italic;
	color: #43536C;
	text-decoration: none;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 3pt 0 20pt;
	/*padding: 0 3pt 0 25pt;*/
	/*
	border-bottom: #43536C;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
*/
	font-size: 10px;
}

/* @end */

/* @group Activemenu */
#menu_main .activemenu0 .menulink
{
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	text-indent: 1.5em;
	color: #CE6C3B;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 0 0 1pt;
	/*
	border-bottom: #CE6C3B;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
*/
}

#menu_main .activemenu1 .menulink
{
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	text-align: left;
	text-decoration: underline;
	text-indent: 1.5em;
	color: #CE6C3B;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 3pt 0 13pt;
	/*
	border-bottom: #CE6C3B;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
*/
}

#menu_main .activemenu2 .menulink
{
	font-weight: bold;
	font-style: italic;
	text-align: left;
	font-size: 10px;	
	text-decoration: underline;
	text-indent: 1.5em;
	color: #CE6C3B;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 3pt 0 25pt;
	/*
	border-bottom: #CE6C3B;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
*/
}

/* @end */

