﻿#header 
{
	background: #e6e6e6 ;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

#headerMenu 
{
    height: 78px;
    background: url(img/header_logo.gif) no-repeat left 10px;
    padding-left: 60px;

     
}

#headerMenuTop
{
    padding-top: 40px;
}

#headerMenuTitle
{
    color: #003300;
    font-size: 24px;
    font-family: Trebuchet MS;
    font-weight: bold;
    font-style:italic;
    float: left;
}



#headerMenuList 
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
}

#headerMenuList li 
{
    float: left;
    font-weight: bold;
    list-style: none;
    font-size: 11px;
    color: #003300;
}

#headerMenuList a
{
    color: #003300;
}

#mainMenu 
{
    background: url(img/mainmenu_bg.gif) repeat-x;
    height: 35px;
}

#mainMenuWrapper ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;    
    
}
#mainMenuWrapper li
{
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 0px 10px;
    float: left;
    height: 35px;
}

#mainMenuWrapper li.sel
{
    background: url(img/mainmenu_selected_bg.gif) repeat-x 0px 0px;
}

#mainMenuWrapper a
{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

#mainMenuWrapper li.sel a
{
    color: #ffffff;
}