﻿/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* Modern Bricks Menu */

#topmenu
{
    padding: 0;
    margin: 0;
    width: 100%;
    /* This style adds a colored border-line across the top of them menu */
    /*border-top: 5px solid #D25A0B;*/ 
    background: transparent;
    voice-family: "\"}\"";
    voice-family: inherit;
}

/* Add some space between the bottom of the menu and the container content */
#topmenu_bottom_margin
{
    float: left;
    width: 100%;
    height: 2em;
    padding: 0;
    margin: 0;
}

#topmenu ul
{
    margin:0;
    margin-left: 209px; /* margin between first menu item and left browser edge */
    padding: 0;
    list-style: none;
}

#topmenu li
{
    display: inline;
    margin: 0 2px 0 0;
    padding: 0;
    text-transform: uppercase;
}

#topmenu a
{
    float: left;
    display: block;
    font: bold 11px Arial;
    color: white;
    text-decoration: none;
    margin: 0 1px 0 0; /*Margin between each menu item*/
    padding: 5px 10px;
    background-color: #0681D2;
    /*background-color: #666666;*/
    border-top: 1px solid white;
}

#topmenu a:hover
{
	/* mouse over effect */
    background-color: #D9E6F2;
	color: #666666;
	border-top: 1px solid white;
}

#topmenu #current a
{ /*currently selected tab*/
    background-color: #EEEEEE;
    color: #666666;
    border-color: white;
}
