
/* Menu 2 starts here */
#menu2 {
width: 165px;
float:left;
}

#menu2 ul
{
font-family: Arial, Helvetica, sans-serif;
list-style-type:none;
margin:0;
padding:0;
}
#menu2 li
{
display: inline;
/* for IE5 and IE6 */
}

#menu2 a
{
color: #483000;
text-decoration: none;
font-size: 12px;
display: block;
padding: 3px;
width: 165px;
background-color: #e1e1b6;
border-bottom: 1px solid #fff;
}

#menu2 a:link, #menu a:visited
{
color: #483000;
text-decoration: none;
}

#menu2 a:hover
{
background-color: #660066;
color: #fff;
}

#menu2 li a#current
{
border-bottom: 1px solid #FFC513;
background: $f0f0dc;
color: #660066;
font-weight : bold;
}
/* Menu 2 ends here */


