@charset "utf-8";
/* CSS Document */

/***************** MAIN MENU STYLES *****************/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#menu_wrapper{
width: 100%; /*Width of main container*/
height:47px;
background-color:#006699;
background: url(../images/menu_bg.gif) top repeat-x;
}


#menu{
width:947px;
margin: 0 auto; /*Center container on page*/
padding: 0;
font:"Trebuchet MS", Arial, sans-serif;
text-transform:uppercase;
voice-family: "\"}\"";
voice-family: inherit;
}

#menu ul{
font: bold 11px Arial;
margin:0;
/*margin-left: 40px;*/ /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#menu li{
display: inline;
margin: 0 0 0 0;
padding: 0;
text-transform:uppercase;
}

#menu a{
float: left;
display: block;
border-bottom:hidden 1px ;
color: white;
margin: 0 2px 0 1px; /*Margin between each menu item - set space for hover borders*/
padding: 0 10px;
padding-top:13px;
height:27px; /* height = 39 - paddingtop */
text-decoration: none;
letter-spacing: 1px;
}

#menu a:hover, #menu #current a{
background: #616161 url(../images/menu_bg_rollover.gif) top repeat-x;
margin: 0 0 0 0;
border-left:#000000 1px solid;
border-right:#343434 2px ridge;

}

/* SUBMENU Styles */

#submenuwrapper{
display:inline-block;
float:right;
position:absolute;
bottom:0;
right:0;
margin-right:10px;
}

	#submenu{
	display:inline-block;
	width: 174px;
	height:27px; /*height = 39 = paddingtop + height */
	padding-top:12px;
	float:left;
	margin-right:2px; /* space between links */
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
	color: #000000;
	}
	.dev{
	background:url(../images/menu_bg_lightgrey.gif) repeat-x;
	}
	

	.sig{
	background:url(../images/menu_bg_lightgrey.gif) repeat-x;
	}
	
	.comm{
	background:url(../images/menu_bg_lightgrey.gif) repeat-x;
	}
	
	#submenu:hover{
	background:url(../images/menu_subbg_rollover.gif) repeat-x;
	color:#FFFFFF;
	text-decoration:none;
	}




/* FOOTER MENU */

#footermenu_wrapper{
clear:both;
width: 100%; /*Width of main container*/
height:41px;
background: url(../images/footer_menu_bg_darkgrey.gif) top repeat-x;
border-bottom:#292929 1px solid;
border-top:#757575 5px solid;
}

#footer_menu{
width:947px;
margin: 0 auto; /*Center container on page*/
margin-top:13px;
padding: 0;
font:"Trebuchet MS", Arial, sans-serif;
font-size:12px;
text-transform:uppercase;
voice-family: "\"}\"";
voice-family: inherit;
}