

/* IE doesn't read the padding from content */
#content h2 {
    margin-top: 30px;
}

/* Override margin for Mozilla to set to default */
body>#content h2 {
    margin-top: 15px;
}

.menuList {
 
    margin: 0;
    padding-bottom: 19px;
    padding-left:3px;
	 width:100%;
}

.menuList a:link, .menuList a:visited	{
    background: #ffffff;
    border: 1px solid #cccccc;
    color: #000;
    float: center;
    font-size: 12px;
    font-weight: small;
    line-height: 14px;
    margin-right: 3px;
	text-align:center;
    padding: 0px 9px 0px 9px;
    text-decoration: none;
	width: 100%px;

}

.menuList a:link.active, .menuList a:visited.active	{
    background: #e8ebf0;
    border-bottom: 1px solid #ffffff;
    color: #000000;
}

.menuList a:hover	{
    color: #ff0000;
}

.menuList li.selected a {
    background: #e8ebf0 !important;
    border-bottom: 1px solid #ffffff !important;
    color: #000000 !important;
    font-weight: bold !important;
}

.menuList li.selected ul.submenu {
    display: block;
    position: absolute;
    margin: 15px 0 0 -10px;
}

.menuList li.selected ul.submenu a {
    background: #ffffff;
    border: none;
    border-left: 1px solid #cccccc;
    color: #999999 !important;
    font-size: .98em;
    font-weight: bold;
    line-height: 12px;
    margin-right: 4px;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

.menuList li.selected ul.submenu a.selected {
    background: transparent;
    color: #000 !important;
}

.menuList ul a:hover, .menuList ul.submenu a:hover {
    color: #ff0000 !important;
}

.menuList ul, .menuList li	{
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menuList ul.submenu {
    display: none;
   
}
</pre>
</body>
</html>
