@CHARSET "ISO-8859-1";
/* Menu 1 starts here */
#menu1 {
position: relative;
left: 12px;
top: 4px;
width: 200px;
width: 180px;
/*float:left;*/
}

#menu1 ul
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
line-height: 18px;
list-style-type:none;
margin:0;
padding:0;
}

#menu1 li
{
display: inline;
/* for IE5 and IE6 */
}

#menu1 a
{
color: #fff;
text-decoration: none;
font-size: 14px;
display: block;
padding: 3px;
width: 149px;
background-color: #686C7A; /* original dk grey */
background-color: #b4afb3; /* light grey */

border-bottom: 1px solid #eee;
}

#menu1 a:link, #menu1 a:visited
{
color: #EEE;
text-decoration: none;
}

#menu1 a:hover
{
background-color: #00BEE4;
background-color: #342330;
color: #fff;
}

#menu1 li a#current
{
/*border-bottom: 3px solid #DAD6B7;*/
background: #00BEE4;
background: #342330;
}
/* Menu 1 ends here */

