/* -------------------------------------------------------- */
/* CSS: http://woork.bravehost.com/moomenu/index.html */
/* Manual: http://mootools.net/docs/more/Fx/Fx.Slide */
/* Javascript: http://trekerboy.blogspot.com/2008/03/mootools-fxslide-and-multiple-divs.html	*/

.moreInfoWrapper 	{margin:0; padding:0;}
.moreInfo  			{margin:0; padding:0;}

/* -------------------------------------------------------- */
/* BUTTON			 										*/
.button{
	color:#FFFFFF;
	clear:both;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	height:23px;
	line-height:23px; 
	width:173px;
	margin-right:30px;
}
	a.button {
		text-decoration:none;
		color:#FFF;
	}
	
	a#nav01 {background:url("/generator/nav_01.jpg") no-repeat 0 -23px; display:block; height:23px; width:173px; margin-bottom:0px;}
    a#nav01:hover {background-position:top;}
    
    a#nav02 {background:url("/generator/nav_02.jpg") no-repeat 0 -23px; display:block; height:23px; width:173px; margin-bottom:0px;}
    a#nav02:hover {background-position:top;}
    
	a#nav03 {background:url("/generator/nav_03.jpg") no-repeat 0 -23px; display:block; height:23px; width:173px; margin-bottom:0px;}
    a#nav03:hover {background-position:top;}
    
    a#nav04 {background:url("/generator/nav_04.jpg") no-repeat 0 -23px; display:block; height:23px; width:173px; margin-bottom:0px;}
    a#nav04:hover {background-position:top;}
    
    a#nav05 {background:url("/generator/nav_05.jpg") no-repeat 0 -23px; display:block; height:23px; width:173px; margin-bottom:0px;}
    a#nav05:hover {background-position:top;}
    
    a#nav06 {background:url("/generator/nav_06.jpg") no-repeat 0 -23px; display:block; height:23px; width:173px; margin-bottom:0px;}
    a#nav06:hover {background-position:top;}
    
	a#nav07 {background:url("/generator/nav_07.jpg") no-repeat 0 -23px; display:block; height:23px; width:173px; margin-bottom:0px;}
    a#nav07:hover {background-position:top;}
    
    a#nav08 {background:url("/generator/nav_08.jpg") no-repeat 0 -23px; display:block; height:23px; width:173px; margin-bottom:0px;}
    a#nav08:hover {background-position:top;}    	   	
	
/* -------------------------------------------------------- */
/* MENU														*/
.v-menu{
	/* border:solid 1px #7F9FBF; */ 
	width:157px;
	clear:both;
	margin:0; 
	padding:0;
}
	ul.v-menu, .v-menu li{
		padding:0; 
		margin:0;
		list-style:none;
		list-style-image: none;
		width:157px;
		color:#fff;
	}
	ul.v-menu{
		clear:both;
		/* margin-top:6px; */
		margin:0 0 0 16px;
		/* padding:6px 10px; */
		padding:0px;		
	}
		.v-menu li a{		
			font-size:11px;
			display:block;			
			padding:0px;
			margin:0px;
			text-decoration:none;				
		}
		.v-menu li a:link{
			color:#000;
		}
		.v-menu li a:visited{
			color:#000;
		}
		.v-menu li a:hover{
			color:#000;
			background-color:#CCCCFF;
		}
		.v-menu li a:active{
			color:#000;
		}						