body {
    font-family: Arial;
    font-size: 11px;
    background-image: url(/view/images/bg.gif);
    background-color: white;
    background-repeat: repeat-x;
    background-position: top left;
    margin: 0;
    padding: 0;
}

#content {
    margin-left: auto;
    margin-right: auto;
    width: 965px;
}

a {
	color: #4a4848;
}
#menu {
	margin: 20px 0;
	padding:0;
	height: 40px;
	background: transparent url(/view/images/menu.png) no-repeat 0 0;
	line-height: 100%;
	font-size: 12px;
}

#menu_jesus {
    width: 188px;
    height:39px;
    background-image: url(/view/images/menu.png);
    background-position: 0px -78px;
}
#menu_jesus a:active {
    background-image: url(/view/images/menu.png);
    background-position: 0 0;
}
#menu #menu_jesus a:hover {
	background: transparent url(/view/images/menu.png) repeat-x 0 -39px;
	color: #fff;
	/*border-top: solid 1px #f8f8f8;*/

	/*text-shadow: 0 1px 0 rgba(255,255,255, 1);*/
}

#menu li {
	margin:0;
	padding:0;
	width: 187px;
	height:38px;
	float: left;
	position: relative;
	list-style: none;
	text-align:center;
}


/* main level link */
#menu a {
	font-weight: bold;
	color: #4a4848;
	text-decoration: none;
	display: block;
	padding: 13px 10px;
	margin: 0;
	text-shadow: 0 1px 1px rgba(255,255,255,1);
}

/* main level link hover */
#menu a:hover {
	background: #4d4d4d url(/view/images/menu.png) repeat-x -187px -39px;
	color: #fff;
	/*border-top: solid 1px #f8f8f8;*/
	
	text-shadow:none;
}

/* sub levels link hover */
#menu ul a:hover {
	background: #4d4d4d url(/view/images/menu.png) repeat-x -187px -78px;
	border: none;
	color: #fff !important;
	padding:11px 9px 11px 9px;
	text-align:left;
	/*text-shadow: 0 1px 1px rgba(0,0,0, .1);*/
}
#menu ul a:active {
	background: #4d4d4d url(/view/images/menu.png) repeat-x -187px 0px;
	border: none;
	color: #4d4d4d !important;
	text-align:left;
	/*text-shadow: 0 1px 1px rgba(0,0,0, .1);*/
}

/* dropdown */
#menu li:hover > ul {
	display: block;
}

/* level 2 list */
#menu ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 187px;
	position: absolute;
    z-index: 20;
	top: 38px;
	left: 0;
	background-color: #949494;
	background-image: none;
	/*background-image: #000;*/
	/*border: solid 1px #fff;*/
	border:none;
	border-top: solid 1px #dedede;
}
#menu ul li {
	float: none;
	margin: 0;
	padding: 0;
	background-color: #949494;
	background-image: none;
	border-left: solid 1px #dedede;
	border-right: solid 1px #dedede;
	border-bottom: solid 1px #dedede;
	
	text-align:left;
}

#menu ul a {
	font-weight: bold;
	width:170px;
	text-shadow: 0 1px 1px rgba(0,0,0, 0);
}

#menu ul li a:hover {
    color:#fff;
    background-color: #a8a8a8;
    background-image: none;
    text-align:left;
    height:16px;
}

/* level 3+ list */
#menu ul ul {
	left: 187px;
	top: -3px;
}

/* clearfix */
#menu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#menu {
	display: inline-block;
} 
html[xmlns] #menu {
	display: block;
}
 
* html #menu {
	height: 1%;
}


#menu_search form {
    padding-left: 45px;
}

#menu input {
    border: 0;
    margin-top: 12px;
    width: 150px;
    padding: 0;
}

