﻿

/*Author: Omprakash*/
/*URL: http://www.neutrino.co.in*/


#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;
font: bold 100% Verdana;
width: 100%;
line-height:1.80em;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
background: url(../Arya-image/menu-stick.jpg) right 3px no-repeat scroll transparent;
list-style-type:none;
float:left;
}

#vdividermenu ul li a{
float: left;
color: #ffffff;
padding: 2px 9px;
text-decoration: none;
}



#vdividermenu ul li a:hover{
color: #F5B376;
background:none;
text-decoration:underline;
}
