/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/slide_show.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* common styling */
/* set up the overall width of the menu div and the margins */
.menu2 {
font-family: verdana, arial, sans-serif; 
width:700px;
height:31px;
/*background:#fff;*/
padding:0;
margin:25px auto 0; 
position:relative;
z-index:1;
border:0px solid #333;
margin-bottom:650px;
}


/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu2 ul {
	margin:0;
	padding:0; 
	list-style-type: none;
	border:0;
}

/* float the list of menu items so that the items are in a line */
.menu2 ul li {
	display:block;
	float:left;
	width:auto;
	height:31px;
	margin-right: 14px;
}

/* style the links to be 50px wide by 31px high with a right border 1px solid white. Set the background color and the font size. */

.menu2 ul li a, .menu2 ul li a:visited {
	display:block; 
	float:left;
	text-align:center; 
	text-decoration:none; 
	height:31px; 
	color:#666666;
	border:0px solid #cccccc;
	background:#eeeeee; 
	line-height:30px; 
	font-size:11px;
}

/* clear the float at the end of each line of four slides */

span.clr {
	display:block; 
	clear:both; 
	width:0; 
	height:0; 
	font-size:0; 
	line-height:0;
}


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */



/* make the dropdown ul invisible */

.menu2 ul li ul {
	display: none;
}

/* remove the table styling */
table {
	border-collapse:collapse;
	margin:0; 
	padding:0;
}


/* specific to non IE browsers */
/* set the background and foreground color of the main menu li link on hover */

.menu2 ul li:hover a{
	color:#ffffff; 
	background:#aaaaaa;
	cursor:default;
}

/* make the sub menu ul visible and position it beneath the first list item */
.menu2 ul li:hover ul {
	text-align:left;
	display:block; 
	position:absolute; 
	top:31px; 
	left:0;
}

/* make the sub menu ul li the full width with padding and border. */
.menu2 ul li:hover ul li{
	cursor:pointer;
	width:592px;
	height:432px;
	border:0px solid #cccccc;
	background:#aaaaaa;
	color:#666666;
	padding:20px 20px 20px 20px;
}

/* style the background and foreground color of the submenu links */
.menu2 ul li:hover ul li a{
	background:#eeeeee;
	height:60px; 
//width:62px; 
	margin:3px;
	border:0px solid #000000;
}


/* keep the large image hidden */
.menu2 ul li:hover ul li a em {
	background:#aaaaaa;
	display:none;
}

/* add a border to the horizontal slide and position it centrally using a top margin */
.menu2 ul li:hover ul li a.horiz span img {
	border:1px solid #eeeeee;
	height:47px;
	width:47px;
	margin:5px;
//background: #aaaaaa;
}


/* add a border to the vertical slide and position it centrally using a top margin */
/*
.menu2 ul li:hover ul li a.vert span img {
border:0px solid #888;
margin-top:9px;
background-color:#ffffff;
}
*/

.menu2 ul li:hover ul li a:hover {
background:#000;
}


/* make the active links zero size so the active dotted border does not show through the large image */

.menu2 ul li:hover ul li a:active, .menu2 ul li:hover ul li a:focus {
background:#eeeeee; 
//height:0; 
//width:0; 
border:0;}


.menu2 ul li:hover ul li a:active em, .menu2 ul li:hover ul li a:focus em {
	background:#eeeeee; 
//height:0; 
//width:0; 
	padding:0; 
	margin:0; 
	border:0;
	width:592px;
}


/* make the large image visible and set the border, position them using position absolute centrally over the slides */
/* horizontal large image styling */

.menu2 ul li:hover ul li a.horiz:active em, .menu2 ul li:hover ul li a.horiz:focus em {
	display:block; 
	position:absolute; 
	left:0px; 
	top:22px; 

	width:590px; 
	height:408px;

	padding: 20px;

	z-index:200; 
	z-index:500;
	cursor:default; 

	background:#eeeeee;
	border:1px solid #cccccc;
	color:#000000;
	font-size:12px;
}

.menu2 ul li:hover ul li a.horiz:active em img, .menu2 ul li:hover ul li a.horiz:focus em img {
//width:auto;
//height:auto;
	border:2px #888888 solid;
//background-color:#ffffff;
}