/* Menu 1 starts here */
#menu1 {
width: 143px;
float: left;
}

#menu1 ul
{
font-family: Arial, Helvetica, sans-serif; font-weight:bold; text-align: center;
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: 15px;
display: block;
padding: 3px;
width: 143px;
background-color: #365E99;
border-bottom: 1px solid #eee;
}

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

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

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


