/*body {
    background: #ffffff;
    font-family: Verdana, Helvetica, Arial;
    font-size: 80%;
    margin: 10px;
    padding: 0px;
}*/

#menuDiv {
	margin-top: 0px;
text-align:center;
}

#content {
    background: #ffffff;
    border: 1px solid #cccccc;
    border-top: 0;
    clear: both;
    margin: 0px;
    padding: 15px;
}

/* 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 {
    /*border-bottom: 1px solid #cccccc;*/
	background-color: #C1D2DB;
    margin: 0;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 0px;
}

#menuList a:link, #menuList a:visited	{
    background: #A5BDCE;
    border: 1px solid #67859B;
    color: #213142;
    font-size: 13px;
    margin-left: 3px;
    margin-right: 3px;
    padding: 2px 15px 2px 15px;
    text-decoration: none;
    background-image: url("../../../../econport/resources/images/gradient_button_background.gif");
    background-repeat: repeat-x;
    
    /*width: 100%;*/
}

#menuList a:link.active, #menuList a:visited.active	{
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #000000;
}

#menuList a:hover	{
    background: #CCFFCE;
}

#menuList li.selected a {
    background: #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
    color: #000000 !important;
    font-weight: bold !important;
}

#menuList li.selected ul.submenu {
    display: inline;
    left: 10px;
    position: absolute;
    top: 35px;
}

#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;
    width: 90%;
}
