.submenu, .submenu a {
font-size: 11px;

}
.submenu {

background: url(/img/bg_blue_sub-menu.gif);
background-repeat: repeat-x;
}
.submenu-services {

background: url(/img/bg_blue_sub-menu_Services.jpg);
background-repeat: repeat-x;
}
.submenu-about {

background: url(/img/bg_blue_sub-menu_About.jpg);
background-repeat: repeat-x;
}
.submenu-news {

background: url(/img/bg_blue_sub-menu_News.jpg);
background-repeat: repeat-x;
}
.submenu-contact {

background: url(/img/bg_blue_sub-menu_Contact.jpg);
background-repeat: repeat-x;
}

.level1{
padding-left: 6px;
height: 25px;
}

.level1 a{
color: #333;
text-decoration: none;
font-weight: bold;
font-size: 11px;
}

.underline-lower {
}
.level1 a:hover {
text-decoration: none;
}
.level2{
	height: 10px;
	list-style-position: inside;
	list-style-type: none;
	padding-left: 10px;
	list-style-image: url(/img/arrow.gif);
}
.level2 a{
color: #333;
text-decoration: none;
font-size: 11px;
}
.level2 a:hover {
text-decoration: underline;
}