/* Start of CMSMS style sheet 'Navigation: CSSMenu bottom Nav' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

/* 

additions made by PalmettoSoft */

#bottom_nav  {
margin-left: 13px !important;
}



/* The wrapper clears the 

floating elements of the menu */

/* Fix for Opera 8 */

#bottom_nav { 
   /* Fix for Opera 8 */ 
   /*   overflow: 

hidden;  */ 
	width: 748px;
	margin: 0;
	padding: 0;
	background: #59118E;
	clear: both;
	

text-align: center;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-weight: bold;
	
}

#bottom_nav 

{
text-align:center !important;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. 

*/
#bottom_nav_ul li li { 
   width: 14em; 
}

#bottom_nav_ul li:first-child {
  margin-left: 1.8em;
   border-left: 

solid 1px #FFFFFF;
}

/* Unless you know what you do, do not touch this */ 
#bottom_nav_ul, #bottom_nav_ul ul { 
   

text-align: center;
   list-style: none; 
   margin: 0; 
   padding: 0px; 
}
#bottom_nav_ul {text-align: center;
	

line-height: 1.5em;
	height: 1.5em;
}
#bottom_nav_ul ul { 
   display: inline;
   position: absolute; 
   top: auto; 


   display: none;
   margin: 0; 
   padding: 0; 
}
#bottom_nav_ul ul ul { 
   margin-top: 1px;
   margin-left: 

0;
   left: 100%; 
   top: 0px; 
}
	
#bottom_nav_ul li { 
   margin: 0;
   float: left; 
   border-right: solid 

1px #FFFFFF;
   background: transparent; 
}
#bottom_nav_ul li li { 
   margin: 0;
	padding: 0;
   float: none; 


   position: relative; 
   background: #591789; 
   border-top: 0px;
   border-right: solid 1px #333333;
   

border-bottom: solid 1px #333333;
   border-left: solid 1px #FFFFFF;
}

/* Styling the basic apperance of the menu elements 

*/
#bottom_nav_ul a {  
   margin: 0px; 
	padding: .1em 2em 0;
	line-height: 1.5em;
	height: 1.5em;
   

text-decoration: none; 
   color: #FFFFFF;
}
#bottom_nav_ul li a { 
}
#bottom_nav_ul li li a { 
   background-color: 

#59118E;
}
#bottom_nav_ul li li a:hover { 
   background-color: #A32638;
}	
#bottom_nav_ul li, #bottom_nav_ul 

li.menuparent { 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) 

*/

#bottom_nav_ul li.menuactive { 
   background-color: #9266b1;
}

/* Styling the basic apperance of the menuparents 

- here styled the same on hover (fixes IE bug) */
#bottom_nav_ul ul li.menuparent, 
#bottom_nav_ul ul li.menuparent:hover, 


#bottom_nav_ul ul li.menuparenth {
}


/* Styling the apperance of menu items on hover */

#bottom_nav_ul li:hover, 


#bottom_nav_ul li.menuh, 
#bottom_nav_ul li.menuparenth, 
#bottom_nav_ul li.menuactiveh { 
   background: #A32638; /* A32638 

*/
   color: #FFFFFF;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 


just add 
#bottom_nav_ul li:hover ul ul, 
#bottom_nav_ul li.menuparenth ul ul ul,
for fourth level 
*/
#bottom_nav_ul 

ul, 
#bottom_nav_ul li:hover ul, 
#bottom_nav_ul li:hover ul ul, 
#bottom_nav_ul li.menuparenth ul, 
#bottom_nav_ul 

li.menuparenth ul ul { 
   display: none; 
}

/* add 
#bottom_nav_ul ul ul ul li:hover ul, 
#bottom_nav_ul ul ul ul 

li.menuparenth ul,
for fourth level
*/
#bottom_nav_ul li:hover ul, 
#bottom_nav_ul ul li:hover ul, 
#bottom_nav_ul ul ul 

li:hover ul, 
#bottom_nav_ul li.menuparenth ul, 
#bottom_nav_ul ul li.menuparenth ul, 
#bottom_nav_ul ul ul li.menuparenth ul { 


   display: block; 
}


/* IE Hacks */
#bottom_nav_ul li li { 
   float: left; 
   clear: both; 


}
#bottom_nav_ul li li a { 
   height: 1%; 
}
/* End of 'Navigation: CSSMenu bottom Nav' */

