.aryastyle{
width: 99%;
font-weight: bold;
}



.aryastyle ul{
border: 1px solid #BBB;
width: 52%;
background: url(images/menuback.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.aryastyle ul li{
display: inline;
}

.aryastyle ul li a{
  /* text color*/
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #B5E2FE; /*THEME CHANGE HERE, border color between letter*/
}

.aryastyle ul li a:hover, .aryastyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
 background: url(images/menuover.gif) center center repeat-x; /*can use image HERE*/
color:#000000;
/*cbackground-color:#0073aa;*/
}



