/*----------------------------------------------------------------------------*/
/* Name    : menu.css                                                   	  */
/* Purpose : Horizontal Menu Tabs CSS definitions for the website             */
/* Method  : Based on Dynamic Drive CSS Library- CSS Indent Menu			  */
/* Author  : Dynamic Drive                                					  */
/* (c)     : see www.dynamicdrive.com					    				  */
/*----------------------------------------------------------------------------*/

.indentmenu		 /*--- Main navigation Tabs container ---*/
{
  font	   		 : bold 15px Arial;
  width			 : 99.5%;		/*leave this value as is in most cases		  */
  max-width		 : 99.5%;		/*leave this value as is in most cases		  */
  height		 : 50px; 		/* Height of the tab  	 		 			  */ 
  max-width		 : 100%;		/*leave this value as is in most cases		  */
  margin-left	 : 0px;  
  overflow		 : hidden;
  border-style	 : ridge;
  border-color	 : #800080;		/* purple  #B22222;   FireBrick;								  */
  border-width	 : 3px;
}

.indentmenu ul	 /*--- to make the indented list ---*/
{
  width			 : 100%; 		/*width of menu								 */
  float			 : left;
  margin	  	 : 0;
  padding		 : 0;
  border		 : 2px solid #564c66;      /* #564c66;*dark purple border*/
/*  border-width   : 1px 0;  */
  background	 : url(../media/indentbg.gif) center center repeat-x;
}

.indentmenu ul li
{
  display	     : inline;
}

.indentmenu ul li a
{
  float		     : left;
  color			 : #000000;			  /* black; text color		 			    */
  padding		 : 5px 11px;
  text-decoration: none;
  border-right   : 2px solid #564c66; /* dark purple divider between menu items */
}

.indentmenu ul li a:visited
{
  color		     : black;
}

.indentmenu ul li a:hover, .indentmenu ul li .current
{
  color		   	 : #FFFF00; !important; /*yellow text color of selected active item*/
  padding-top	 : 6px; 	   /*shift text down 1px for selected and active item  */
  padding-bottom : 4px; 	   /*shift text down 1px for selected and active item  */
  background	 : url(../media/indentbg2.gif) center center repeat-x;
}

.album-box		 /*--- Main navigation Tabs container ---*/
{
  font	   		 : bold 15px Arial;
  width			 : auto;		/*leave this value as is in most cases		  */
  height		 : auto;		/*leave this value as is in most cases		  */
  max-width		 : 200px;		/*leave this value as is in most cases		  */
  max-height 	 : 150px;
  margin-left	 : 3px;  
  overflow		 : hidden;
  border-style	 : ridge;
  border-color	 : #800080;		/* purple  #B22222;   FireBrick;								  */
  border-width	 : 3px;
}
/*--- End of Navigation ---*/

