@charset "utf-8";
#navMenu {
	/*  was image_info div  */
	position: absolute;
	
	top: 95px;

	width: 93%;
	margin-left: 50px;
	margin-right: 50px;
	padding-bottom: 2px;
	
	vertical-align: middle;
	
	font-size: 12px;
	color: #fff;
	text-align: center;
	
	background-color: #462514;
	
	background: -moz-linear-gradient(
		top,
		#422a1d 0%,
		#6f4f3d 50%,
		#422a1d);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#422a1d),
		color-stop(0.50, #6f4f3d),
		to(#422a1d));
		-webkit-border-radius: 10px
		-moz-border-radius: 10px;
		border-radius: 10px;
		
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	
    z-index: 12; 
 }

  #navMenu ul {
    margin:0;
    padding:0;
    line-height:13px;
	
	
    z-index:13; 
 }

  #navMenu li {
    margin:1px 18px;
		
    list-style:none;
    float:left;
    position:relative;
	
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: white;
	
	min-width: 55px;
	width: auto; 
	
	padding: 1px 7px 2px 7px;
	
	background-color:#1E1109; 
	
	background: -moz-linear-gradient(top, 
	#00bbef 0%,#44cff5 50%,#00bbef);
	
	background: -webkit-gradient
	(linear, left top, left bottom,
	from(#00bbef), color-stop(0.50, #44cff5),
	to(#00bbef));
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 5px rgba(23,189,235,0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 5px rgba(23,189,235,0.6);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 5px rgba(23,189,235,0.6);
	text-shadow:
		0px -1px 0px rgba(255,255,255,0.8),
		0px 1px 0px rgba(255,255,255,0.3);
	
    z-index:14; 
 }

  #navMenu ul li a {
    display:block;
	color: white;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: normal;
 }

 /*********************************************/
 /* hide menu and allow it to return */
 /*********************************************/

	#navMenu ul ul {
	position:absolute;
	visibility:hidden;
	top: -26px;
	left: 70px;
 }

  #navMenu ul li:hover ul {
    visibility:visible;
    z-index:9999; 
	
 }

  /**********************************************/

  /*sets top level hover color*/

  #navMenu li:hover {
   background: #7D04C7;
 }

  /*sets link items hover color and background*/

  #navMenu ul li:hover ul li a:hover {
    background: #7D04C7;
	
 }

  /* Changes text color on hover for main menu hover*/

  #navMenu a:hover {   
	color: white;
	text-decoration: none;
 } 
  
 /* Contains the Float */

 .clearFloat {
    clear:both; 
    margin:0;
    padding:0;
 }

 /* IE7 Display Fix */

 #navMenu ul li { 

  display: inline; 
 
 }
