/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}
.qmmc {position:relative;}
.qmmc a {/*float:left;display:block;*/white-space:nowrap;}
.qmmc div a {float:none;}
.qmmc div {display:none;position:absolute;}

#mainmenu span.text {
	display: block;
	width: 250px;
	background: #dfded5;
	padding: 10px 20px;
	white-space: normal;
	font-weight: normal;
	text-align: justify;
}

#mainmenu span.text a {
	margin: -10px -20px;
	margin-top: 10px;
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
	white-space: normal;
}

#mainmenu a {
	display: block;
	position: relative;
	background: url(../pix/menu-a-of.gif) repeat-x bottom;
	height: 36px;
	color: #004693;
	line-height: 36px;
	border-bottom: solid 7px #707070;
}

#mainmenu a:hover, #mainmenu a:active, #mainmenu a:focus {
	background-image: url(../pix/menu-a-on.gif);
	border-bottom-color: #a2a2a2;
}

#mainmenu div div a:hover, #mainmenu div div a:active, #mainmenu div div a:focus {
	background-image: none;
}

body.home #mainmenu a.home,
body.appl #mainmenu a.appl,
body.vess #mainmenu a.vess,
body.prod #mainmenu a.prod,
body.serv #mainmenu a.serv,
body.engi #mainmenu a.engi,
body.cont #mainmenu a.cont
{
	background-image: url(../pix/menu-a-at.gif);
	border-bottom-color: #adc4d8;
}


#mainmenu td div div {
	background: #cdccc5;
	border: solid 2px #cdccc5;
	border-color: #ededea #797975 #797975 #ededea;
	text-align: left;
	padding: 0;
	padding-left:20px;
	margin: 0;
}

#mainmenu td div div a.qmparent, 
#mainmenu td div div a.qmparent:hover, 
#mainmenu td div div a.qmparent:active, 
#mainmenu td div div a.qmparent:focus {
	background-image:url(../pix/arrow-right.gif);	
	background-repeat:no-repeat;
	background-position:95%;
	padding-right: 25px;
}


#mainmenu td div div a {
	display: block;
	height: auto;
	white-space: nowrap;
	line-height: 1em;
	padding: 6px 10px;
	margin: 0;
	border: none;
	background: #dfded5;
}

#mainmenu td div div a:hover, #mainmenu td div div a:active, #mainmenu td div div a:focus {
	background-color: #f4f3f0;
}

/* Remove the comments bleow for vertical mains and change the false value to
	   true in the qm_create function after the menus structure. */
/*.qmmc a {float:none}*/

	

/*"""""""" (MAIN) Container """"""""*/
/* #qm0 { background-color:transparent; } */


 /*"""""""" (MAIN) Items """"""""*/
/*
#qm0 a {
	color:#000000;
	background-color:#ffffff;
	font-family:Arial;
	font-size:.8em;
	text-decoration:none;
	padding:5px 40px 5px 8px;
	border-style:solid;
	border-color:#dddddd;
	border-width:1px;

}
*/

/*"""""""" (MAIN) Hover State """"""""*/
/* #qm0 a:hover { background-color:#efefef; } */

/*"""""""" (MAIN) Active State """"""""*/	
/* Note: Add '!important' after each style */
/*
#qm0 .qmactive { 
	background-color:#efefef !important;
	text-decoration:underline !important;
}
*/

/*"""""""" (MAIN) Parent Items """"""""*/
/*
#qm0 .qmparent {
	background-image:url(../pix/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:95%;
}
*/


/*"""""""" [SUB] Containers """"""""*/
/*
#qm0 div {
	background-color:#efefef;
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	margin-top:-1px;
	
}
*/


/*"""""""" [SUB] Hover State """"""""*/
/* #qm0 div a:hover { text-decoration:underline; } */


/*""""""""[SUB] Active State """"""""*/
/* Note: Add '!important' after each style */
/*
#qm0 div .qmactive {
	background-color:#ffffff !important;
}
*/


/*"""""""" [SUB] Parent Items """"""""*/
/* #qm0 div .qmparent { background-image:url(../pix/arrow_right.gif); } */


/*"""""""" [SUB] Items """"""""*/
/*
#qm0 div a {		
	background-color:#eeeeee;
	padding:2px 40px 2px 5px;
	border-width:0px;
	border-style:none;
	border-color:#000000;
}
*/