/* ================================================================ 
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.
=================================================================== */




.test {height:100px; width:190px; background-color:#; float:left; font-size:8px; font-family:Helvetica, Verdana, Arial;}

.test2 {height:100px; width:190px; background-color:#; float:left; font-size:8px; font-family:Helvetica, Verdana, Arial;}

.menu2 ul a {color:#000;}
.menu2 ul a:hover {color:#fff;}
.menu2 ul a:visited {color:#03C;}

.menu11 {width:130px;}
.menu22 {width:120px; margin-left:13px;}
.menu33 {width:120px;  margin-left:15px}

.menu2 ul li a:hover .menu11 {  background-image:url(../images/whoweare_on.png); background-repeat:no-repeat; background-position:bottom;}
.menu2 ul li a .menu11 {  background-image:url(../images/whoweare.png); background-repeat:no-repeat; background-position:bottom;}


.menu2 ul li a:hover .menu22 { background-image:url(../images/whatwedo_on.png); background-repeat:no-repeat; background-position:bottom;}
.menu2 ul li a .menu22 {  background-image:url(../images/whatwedo.png); background-repeat:no-repeat; background-position:bottom;}


.menu2 ul li a:hover .menu33 {  background-image:url(../images/contact_on.png); background-repeat:no-repeat; background-position:bottom;}
.menu2 ul li a .menu33 {   background-image:url(../images/contact.png); background-repeat:no-repeat; background-position:bottom;}



/*Special link style for the 1st dropdown box */


.menu2 ul li ul .dropbox3 a { font-size:12px; color:#333333;  border-bottom:dotted; border-bottom-color:#fff;}

.menu2 ul li ul .dropbox3 a:hover { font-size:12px; color:#333333; font-weight:bold; border-bottom:dotted; border-bottom-color:#81b8dc;}

/* end of blue special */



/*Special link style for the blue dropdown box */


.menu2 ul li ul .dropbox2 a { font-size:12px; color:#333333;  border-bottom:dotted; border-bottom-color:#fff;}

.menu2 ul li ul .dropbox2 a:hover { font-size:12px; color:#333333; font-weight:bold; border-bottom:dotted; border-bottom-color:#FFFF33;}

/* end of blue special */




/*Special link style for the third (yellowish) dropdown box */


.menu2 ul li ul .dropbox3 a { font-size:12px; color:#333333;  border-bottom:dotted; border-bottom-color:#fff;}

.menu2 ul li ul .dropbox3 a:hover { font-size:12px; color:#333333; font-weight:bold; border-bottom:dotted; border-bottom-color:#c4eabb;}

/* end of blue special */



.menu2 ul li ul a { font-size:12px; color:#000; border-bottom:dotted; border-bottom-color:#999999;}

.menu2 ul li ul a:hover { font-size:12px; color:#000; font-weight:bold; border-bottom:dotted; border-bottom-color:#666666;}


.dropbox1 {
height:330px; width:380px; background-color:#dcf7d6; padding-left:10px; margin-top:13px;
	-moz-opacity:.70;
	-ms-filter:"alpha(opacity=70)";
	filter:alpha(opacity=70);
	opacity:.70;
}

.dropbox2 {
height:330px; width:380px; background-color:#bde0f7; padding-left:10px; margin-top:13px;
	-moz-opacity:.70;
	-ms-filter:"alpha(opacity=70)";
	filter:alpha(opacity=70);
	opacity:.70;
}

.dropbox3 {
height:330px; width:380px; background-color:#f3e9d4; padding-left:10px; margin-top:13px;
	-moz-opacity:.70;
	-ms-filter:"alpha(opacity=70)";
	filter:alpha(opacity=70);
	opacity:.70;
}

/* common styling */
/* set up the overall width of the menu div and the margins */
.menu2 {
font-family: helvetica, verdana, arial, sans-serif; 
width:390px;
height:31px;
background:#fff;
padding:0;
margin:0 auto; 
position:relative;
z-index:1;
border-bottom:0px solid #333;
margin-bottom:0px;
}

/* 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 {
display:block;
float:left;
width:130px;
height:31px;
}
/* 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:left; 
text-decoration:none; 
width:130px; 
height:31px; 
color:#FFFFFF;
line-height:30px; 
font-size:12px;
font-family:Helvetica, Verdana, Arial;
}

/* 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;}

/* 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:#000; 
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:17px; 
left:0;
}




/*  SPECIAL MENU FOR BLOGGING AREAS */


