/* CSS Document */
.footerbar {list-style:none; padding: 2px 2px 0px; margin-top:20px;}

.footerbar li{display:inline;}

.footerbar li a {text-decoration:none; padding:2px 15px; color:#fff; font-size:1.1em;}

.footerbar li a:hover {color: #aaa;}

/* ================================================================ 
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/menus/drop_variations.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 default font and ovrall size to include image */
.menu {font-family: arial, helvetica, sans-serif; width:783px; height:100px; position:relative; font-size:1em; z-index:100; margin-left:50px;}
/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
float:left;
position:relative;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
color:#fff;  
height:34px; 
background:transparent;  
line-height:34px;
font-size:1.6em;
}
.menu ul li a.abo,.menu ul li:hover ul li a.abo{
	width:115px;
	}
.menu ul li a.ser,.menu ul li:hover ul li a.ser{
	width:130px;
	}
.menu ul li a.app,.menu ul li:hover ul li a.app{
	width:180px;
	}
.menu ul li a.gal,.menu ul li:hover ul li a.gal{
	width:90px;
	}
.menu ul li a.sol,.menu ul li:hover ul li a.sol{
	width:150px;
	}
.menu ul li a.con,.menu ul li:hover ul li a.con{
	width:100px;
	}
/* hide the drop down menu */
.menu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* style the top level hover */
.menu ul li:hover a{
color:#fff;
background-color:#000;
border-bottom:1px dotted #fff; 
}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul{
display:block; 
position:absolute; 
top:34px;
left:0;
}

/* style the drop down links with no hover */
.menu ul li:hover ul li a{
display:block; 
background:transparent url(../graphic/subbackgr.png); 
color:#fff;
font-weight:normal; 
font-size:1.3em;
height:20px; 
line-height:20px;
padding:2px 0;
border-bottom:none;
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover{
background:transparent url(../graphic/subbackgrhover.png); 
color:#fff;
}

td.nav{
	border:none;
	padding:0;
	background-color:transparent;
	}


