﻿/*** BEGIN NAV_LEFT ***/
#nav_left, #nav_left li ul{margin:0px; list-style-type: none; padding:0px;}
#nav_left{margin-top:.5em; margin-left:.5em;}

/* main menu styling */
#nav_left a:hover{background-color:#A80000; font-size:13px;} /* on button hover color */
#nav_left li{width:6em; font-size:13px;} /* alter width of main me nu button (add float:left to have horizontal menus)*/
/* sub menu styling */

/* left style should be set to the width of button plus margin for the submenu to
appear directly to the right of main button  */
#nav_left li ul{left:8.5em; display:none; position:absolute;}

/* horizontal distance button appears on hover from button */
#nav_left li:hover ul{display:block;}

#nav_left a{
    width:8em; /* causes slight button overlap for non IE browser but corrects IE gaps between buttons*/
    background-color:#00009d;
    color:white;
    text-align:left;
    display:block; text-decoration: none;
    padding:7px 5px 7px 5px; /* padding to set button height */
    border-width:1px;
    border-style:solid;
    border-color:#ccc #888 #555 #bbb;
    font-weight:bold;
}

#nav_left li ul li{width:14em;}
#nav_left li ul li a{width:14em; font-size:1em;} /* alter font size of sub menu */
#nav_left li ul li a:hover{width:14em; font-size:1em;} /* alter font size of sub menu */
/*** END NAV_LEFT ***/

/*** BEGIN NAV_TOP ***/
#nav_top, #nav_top li ul{margin:0px; list-style-type: none; padding:0px;}
#nav_top{min-width:800px; position:absolute; z-index:1; margin-top:0px; margin-left:275px;}

/* main menu styling */
#nav_top a:hover{background-color:#A80000; color:white;} /* on button hover color */
#nav_top li{width:115px; float:left;}    /* alter width of main me nu button (add float:left to have horizontal menus)*/
/* sub menu styling */

/* left style should be set to the width of button plus margin for the submenu to
appear directly to the right of main button  */
#nav_top li ul{display:none;}

/* horizontal distance button appears on hover from button */
#nav_top li:hover ul{display:block;}

#nav_top a{
    width:115px; /* causes slight button overlap for non IE browser but corrects IE gaps between buttons*/
    background-color:#ffffb4;
    color:black;
    text-align:center;
    display:block; text-decoration: none;
    padding-top:5px; /* padding to set button height */
    padding-bottom:5px;
    border-width: 1px;
    border-style:solid;
    font-size:.9em;
    border-color: #ccc #888 #555 #bbb;
    font-weight:bold;
}

#nav_top li ul li{width:115px;}
#nav_top li ul li a{width:115px;} /* alter font size of sub menu */
/* END NAV_TOP MENU ***/

/*** BEGIN INNER ***/
.inner_menu{
    text-align: center;
    list-style: none;
}


/* inner_menu ul fix untill all inner_menu classes converted to ul tag*/
.inner_menu ul{
    list-style: none;
}

.inner_menu a
{
    width:8em;
    display: block;
    font-size:12px;
    font-weight:bold;
    border: 1px;
    border-style: solid;
    border-color: #ccc #888 #555 #bbb;
    color:white;
    background: #A80000;
    text-decoration: none;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
    padding-bottom:5px;
}

.inner_menu a:hover {color:blue; background: white;}
/*** END INNER MENU ***/




/*** BEGIN INCLUDE MENU ***/
.include_menu {padding-left:0px; margin-left:auto; margin-right: auto; list-style-position:inside; list-style: none; text-align:center; width: 140px;}
.include_menu a
{
   font-size:13px;
   display:block;
   border:1px solid blue;
}

.include_menu a{color:#0000AD; background:#FFFF80; text-decoration:none; padding: 3px;}
.include_menu a:hover {color: blue; background: white;}
/*** END INCLUDE MENU ***/





