/*

   CIS 177 Class Project

   HEDZ Hallowe'en Props Site Nav Menu CSS
   Author: Mark Kehoe
   Date:   11-4-10

   Filename:   success_topmenu.css

   Colors: Dark Gold  rgb(127,124,73) - Border
           Medium Dark Gold  rgb(171,174,83)
           Medium Gold  rgb(183,186,95) - hover top
           Medium Dark Gold 2 reg(150,150,75)
           Light Gold  rgb(216,210,178) - Text BG
           very Dark Blue  rgb(3,24,107)
           Light Ice Blue  rgb(218,225,254)

*/

/* Main Page CSS */


#content    {
	width: 750x;
	color: black;
	background-color: white;
	background: url(images/goldline.jpg) repeat-x top;
	padding: 0px 2px 2px 2px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}


/* Site Nav Menu (above the line) */

#mck_menu   {background-color: black; 
             height: 30px;
             border-width: 0px; 
             margin: 0px; 
             padding: 0px;
             text-align: center;
             text-decoration: none}

#mck_menu li {display: inline;
              position: relative;
              width: auto;
              top: 11px;
              margin: 0px;
              padding: 0px;
              border-width: 0px}

#mck_menu a {font-size: 10pt; 
             text-decoration: none; 
             width: auto;
             color: white; 
             border-color: rgb(127,124,73);
             border-style: solid;
             margin: 5px 5px 0px 5px; 
             border-width: 2px 2px 0px 2px;
             padding: 3px 5px 1px 5px}

#mck_menu a:hover, #sub_menu a:hover
              {color: black;
               background-color: rgb(183,186,95); 
               text-decoration: underline}


/* HEDZ Oage Nav Menu (below the line) */


#sub_menu    {margin: 0px; 
              padding: 0px;
              text-align: center}

#sub_menu li {display: inline;
              margin: 0px;
              padding: 0px;}

#sub_menu a {font-size: 10pt; 
              color: white; 
              background-color: rgb(163,163,82);
              text-decoration: none; 
              margin: 0px 5px 5px 5px; 
              border-color: rgb(127,124,73);
              border-style: solid;
              border-width: 0px 2px 2px 2px;
              padding: 1px 5px 3px 5px;
              position: relative; top: 8px;}
              
#sub_menu li a.active, #mck_menu li a.active
              {background-color: #B0C4DE;
              color: #000000}

#sub_pg_menu    {width: 246px;
                 color: white}
