/* CSSTerm.com Simple CSS menu */

 

.menu_simple ul {

margin: 0;

padding: 0;

width:285px;

list-style-type: none;

}

 

.menu_simple ul li a {

text-decoration: none;

color: white;
font-weight : bold ;
font-size: 18px;
padding: 20.5px 21px;

background-color: #0D77B6;

display:block;

}

 

.menu_simple ul li a:visited {

color: white;

}

 

.menu_simple ul li a:hover, .menu_simple ul li .current {

color: white;

background-color: #3AF;

}
















/* CSSTerm.com Simple CSS menu */

 

.menu_simple1 ul {

margin: 0;

padding: 0;

width:285px;

list-style-type: none;

}

 

.menu_simple1 ul li a {

text-decoration: none;
text-align: center;
color: white;
font-weight : bold ;
font-size: 18px;
padding: 20.5px 21px;

background-color: #5f2d3f;

display:block;

}

 

.menu_simple1 ul li a:visited {

color: white;

}

 

.menu_simple1 ul li a:hover, .menu_simple1 ul li .current1 {

color: white;

background-color: #b26e87;

}

