body
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

h2
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 20px;
	font-weight: lighter;
}

p, td, table
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	}
		
a:link, a:visited
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #CC3333;
	text-decoration: none;
}

a:active
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #CC3333;
	text-decoration: none;
}

a:hover
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #A9A9A9;
	text-decoration: none;
}

.over {background-color: /*#5F9EA0*/#3080CF;}
.out  {background-color:inherit;}

a.l
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	color: white;
}
/*****************************************LIGHTBOX**************************************/

/* common styling */
/* set up the overall width of the menu div and the margins with a relative position*/

.menu2 {
font-family: verdana, arial, sans-serif; 
width:625px;
margin:0 auto; 
position:relative;
z-index:1;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu2 ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}
/* float the list so that the items are in a line */
.menu2 ul li {
float:left; 
}
/* style the links to be 124px wide by 30px high with a top and 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; 
width:124px; 
height:30px; 
color:#FFFFFF; 
border:1px solid #fff;
border-width:1px 1px 0 0;
background:/*#c9c9a7*/#000000;
line-height:30px; 
font-size:11px;
}
/* make the dropdown ul invisible */
.menu2 ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu2 ul li:hover a{
color:#fff; 
background:/*#b3ab79#5F9EA0*/#bbb;
}
/* 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 {
width:504px;
height:465px;
border:20px solid /*#b3ab79#5F9EA0*/#000000;
background:#eee; 
color:#000;
position:relative;
padding:40px 40px;
}

/* style the initial image size 100px x 75px no border and 5pixel padding */
.menu2 ul li:hover ul li a.horiz img {
width:100px; height:75px;
border:0; margin:5px;
}
.menu2 ul li:hover ul li a.vert img {
width:75px; height:100px;
border:0; margin:5px;
}

/* style the size, background color, border and margin of the submenu links */
.menu2 ul li:hover ul li a.horiz {
float:left;
width:118px;
height:118px;
background:#000000;
border:0px solid #888;
margin:0px;
}
/* style position of the links on hover */
.menu2 ul li:hover ul li a:hover {
position:relative;
}

/**********************************HORIZONTAL and VERTICAL**********************/
/* add a border to the horizontal slide and positon it centrally using a top margin */
.menu2 ul li:hover ul li a.horiz span img {
border:1px solid #888;
margin-top:21px;
}
/* add a border to the vertical slide and positon it centrally using a top margin */
.menu2 ul li:hover ul li a.vert span img {
border:1px solid #888;
margin-top:9px;
}

.menu2 ul li:hover ul li a.horiz:hover {
background:#bbb;
}
.menu2 ul li:hover ul li a.vert:hover {
background:#bbb;
}

/* style the size, background color, border and margin of the submenu links */
.menu2 ul li:hover ul li a.vert {
float:left;
width:118px;
height:118px;
background:#000000;
border:0px solid #888;
margin:0px;
}
