/*#############################################################
Name: dischingen_menue.css
Version: 0.3alpha (Vorversion)
Datum: 16-10-2007 1040 Uhr
Beschreibung: ReDesign der Dischinger Internetseite
Anzeige: nur Hauptmenü Layout
Author: Marco Krauß
URL: http://172.16.194.2/dischingen.de/cms/css
#############################################################*/

/* Start Main-navigation */
#box_mainNav {
float: left;
width: 211px;
}

#box_mainNav h2 {
background: #222;
color: #FFE;
font: bold 1.1em Verdana,sans-serif;
line-height: 24px;
padding-left: 12px;
}

.mainNav ul, .subNav ul {
margin: 0; 
padding: 0;
list-style: none;
}

.mainNav li, .subNav li {
border-bottom: 1px solid #696755;
}

.mainNav li a {
background: transparent;	
color: #111;
display: block;
padding: 4px 0 4px 12px;
width: 199px;
text-decoration: none;
}

.mainNav li a:hover {
background: #e2d7ae url('../images/mianNavList-bg.gif') right top no-repeat;
color: #000;
}

.mainActive{
background: #e2d7ae url('../images/mianNavList-active.gif') right top no-repeat;
color: #000;
}

li.mainActive a:hover{
background: #e2d7ae url('../images/mianNavList-active.gif') right top no-repeat;
color: #000;
}

.subNav li a {
background: #e5e4e2 url('../images/subNavList-bg.gif') right top no-repeat;
color: #111;	
display: block;
padding: 4px 0 4px 25px;
width: 186px;
text-decoration: none;
}

.subNav li a:hover {
background: #e2d7ae url('../images/mianNavList-bg.gif') right top no-repeat;
color: #000;
}

ul.subNav li.subActive a{
background: #e2d7ae url('../images/mianNavList-bg.gif') right top no-repeat;
color: #000;
}
/* End Main Navigation */

