/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
STYLESHEET fuer die Website der NMUN-Delegation von YFU.

+++++ Enthaelt die Styles fuer das Hauptmenue +++++

Entwickelt im Oktober 2009 von Sven Cremer, Delegation 2010. 
Bei Fragen: mun[--at--]sven-cremer[--punkt--]de
Letzte Aenderung: 26.10.2009, 22:30 (bitte immer eintragen!)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



#menuitem p {
height: 36px;
width: 184px;
margin: 10px 6px 6px 10px; /*oben rechts unten links*/
}



#menuitem p a {
height: 32px;
width: 180px;
display: block;
text-indent: 10px;
vertical-align: middle;
line-height: 30px;
padding-right: 4px;
padding-bottom: 4px;
}



#menuitem p:focus {
background: transparent url(../img/struct/nmun_menu_bg_act.png) no-repeat;
}



#menuitem-norm {
background: transparent url(../img/struct/nmun_menu_bg_norm.png) no-repeat;
}

#menuitem-norm:hover {
background: transparent url(../img/struct/nmun_menu_bg_hov.png) no-repeat;
}


#menuitem-norm a {
color: #465B0C;
text-decoration: none;
}

#menuitem-norm a:visited {
color: #465B0C;
text-decoration: none;
}

#menuitem-norm a:hover{
color: #465B0C;
text-decoration: none;
}




#menuitem-act {
background: transparent url(../img/struct/nmun_menu_bg_act.png) no-repeat;
}

#menuitem-act:hover {
background: transparent url(../img/struct/nmun_menu_bg_hov-act.png) no-repeat;
}


#menuitem-act a {
color: #ffffff;
text-decoration: none;
}

#menuitem-act a:visited {
color: #ffffff;
text-decoration: none;
}

#menuitem-act a:hover{
color: #ffffff;
text-decoration: none;
}