﻿/* jgzheng.net main menu style sheet
    for screen display
    July, 2006
*/

#mainmenu  {	margin: 0px 0 20px 0;    }

#mainmenu h1    {	margin: 3px 0 3px 0; border-bottom-width:  0px;    }

#mainmenu h1 a 
{
    font-size:13px;  font-weight: bold;  height: 20px;
    color: #505050;   background: #6DB33F;
    border-left: 4px solid #008852; border-bottom: 1px solid #cccccc;;
    padding: 3px 0 0px 10px; margin-bottom:0px;
    display:block;
}	
	
#mainmenu h1 a:hover
 {
    background: #008852;  color: white;
    border-left: 4px solid #6DB33F;
    text-decoration: none;
}

#mainmenu h2
{
    font-size: 12px;     height: 17px;
    margin: 1px 1px 1px 3px;     padding: 0px auto 0px auto;
    border-bottom-width:0px;
    border-left: solid 1px #6DB33F;
    border-right: solid 1px #6DB33F;
}

#mainmenu h2 a
{
    display: block;  background: #ffffff;   color: #666666;
    padding: 0px 0px 0px 5px; margin: 5px auto 5px 9px;
    border-left: solid 3px #6DB33F; line-height: 5px;
}

#mainmenu h2 a:hover
{
    color: #008852;    background-color: White;
    border-left: #008852;
    text-decoration:none;
}

#mainmenu .CurrentSection
{
    background: #008852;   color: white;
    border-left: 4px solid #6DB33F;
}

#mainmenu .CurrentPage
{
    color: #008852;    font-weight: bolder;
    border-left: #008852;
}
