/* CSS Document */

/*Controlling the manin Menu*/
#smenu {
	margin-top: 23px;
	height: 24px;
	width: 950px;
	background-image: url(../gfx/bar.gif);
	background-repeat: repeat-x;
	padding-bottom: 10px;
	left: 0; 
	}
/*Reset the default settings*/
#smenu ul, #smenu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
/*ensure the lisks work for the whole block not just the letters*/
#smenu a {
	padding: 5px 17px 7px 18px;
	margin-bottom: 20px;
	}
/*Control the link functions*/
 a.dark:link, a.dark:visited, a.dark:active {
	display: block;
	color: #F6F7F8;
	text-decoration: none;
	background-image:url(../gfx/main_pngs/title_bar.png);
	background-repeat: repeat-x;
	}
a.dark:hover {
	display: block;
	background-image:url(../gfx/main_pngs/title_bar.png);
	background-repeat: repeat-x;
	color: #F6F7F8;
 	text-decoration: underline;
 	background-color: #94A285;
	}
a.active:link, a.active:visited, a.active:active{
	display: block;
	color: #495159;
	text-decoration: none;
	background-image: url(../gfx/active_bar.gif);
	background-repeat: repeat-x;
	}
a.active:hover {
	display: block;
	color: #495159;
	text-decoration: underline;
	background-image: url(../gfx/active_bar.gif);
	background-repeat: repeat-x;
	}

/*SERVICES PAGE*/

/*Controlling the secondary menu on the services page */
#submenu {
	position: absolute;
	top: 275px;
	left: 0;
	width: 640px;
	background-color:#FFFFFF;
	}
/*Reset the default settings*/
#submenu ul, #submenu li {
	float: left;
	list-style: none;
	margin: 0;	
	}
/*ensure the lisks work for the whole block not just the letters*/
#submenu a {
	padding: 18px 0 15px 20px;
	margin-bottom: 0;
	}
/*Control the link functions*/
 a.subdark:link, a.subdark:visited, a.subdark:active {
	display: block;
	color: #AEB0AE;
	text-decoration: none;
	}
a.subdark:hover {
	display: block;
	color: #FF0D0D;
 	text-decoration: underline;
	}
a.subactive:link, a.subactive:visited, a.subactive:active{
	display: block;
	color: #FF0D0D;
	text-decoration: none;
	}
a.subactive:hover {
	display: block;
	color: #FF0D0D;
	text-decoration: underline;
	}
a.footerlnk:link, a.footerlnk:visited, a.footerlink:active {
	color: #CCCCCC;
	text-decoration: none;
	}
a.footerlnk:hover {
	color: #666666;
	text-decoration: underline;
	}
