/*mystyle css
© 2012 Copyright Orbit Itech
Author: Nawshad Mohammad
All Rights Reseved for this style sheet.*/
#menu {
list-style: none;
width: 200px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 0px;
padding-right:15px;
background: no-repeat;
text-decoration:none;
}
#menu ul{
list-style: none;
margin: 0px;
padding: 0px;
text-decoration:none
}

#menu a:link{
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
height: 10px;
display:block;
font-weight:bold;
text-decoration: none;
padding: 8px 0 0 0px;
font-weight: normal;
}

#menu a:visited{
color: #000000;	
text-decoration: none
}

#menu a:hover{
color: #ffffff;
text-decoration:underline;
font-size:13px;
font-weight:bold;
}

#menu a:active{
color: #ffffff;
}