/* CSS Menu Document */

/*MAIN MENU*/
#menu li{position:relative; float:left;}


#menu a{
margin:0px; padding:0px;
display:block; height:26px;
text-indent:-9999px;
}

/*MENU ITEMS*/
#menu_home a, #menu_home a:visited{width:61px; background:url(../gui/menu.gif) no-repeat 0px 0px;}
#menu_about a, #menu_about a:visited{width:105px; background:url(../gui/menu.gif) no-repeat -61px 0px;}
#menu_education a, #menu_education a:visited{width:89px; background:url(../gui/menu.gif) no-repeat -166px 0px;}
#menu_events a, #menu_events a:visited{width:138px; background:url(../gui/menu.gif) no-repeat -255px 0px;}
#menu_doctors a, #menu_doctors a:visited{width:158px; background:url(../gui/menu.gif) no-repeat -393px 0px;}


/*MENU ON*/
#menu_home_on a, #menu_home_on a:visited{width:61px; background:url(../gui/menu.gif) no-repeat 0px -54px;}
#menu_about_on a, #menu_about_on a:visited{width:105px; background:url(../gui/menu.gif) no-repeat -61px -54px;}
#menu_education_on a, #menu_education_on a:visited{width:89px; background:url(../gui/menu.gif) no-repeat -166px -54px;}
#menu_events_on a, #menu_events_on a:visited{width:138px; background:url(../gui/menu.gif) no-repeat -255px -54px;}
#menu_doctors_on a, #menu_doctors_on a:visited{width:158px; background:url(../gui/menu.gif) no-repeat -393px -54px;}


/*MENU ROLLOVERS*/
#menu_home a:hover{background:url(../gui/menu.gif) no-repeat 0px -27px;}
#menu_about a:hover{background:url(../gui/menu.gif) no-repeat -61px -27px;}
#menu_education a:hover{background:url(../gui/menu.gif) no-repeat -166px -27px;}
#menu_events a:hover{background:url(../gui/menu.gif) no-repeat -255px -27px;}
#menu_doctors a:hover{background:url(../gui/menu.gif) no-repeat -393px -27px;}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*SUBMENU*/
#submenu li{position:relative; float:left; color:#222222;}

#submenu a{
margin:0px; padding:0px; color:#222222;
font-variant:small-caps;
font-size:1em;
}

/*SUBMENU ROLLOVERS*/
#submenu a:hover{text-decoration:underline;}








