/* 
 * NOTE: The website 'wilsonsecurityau' no longer references this file because it now uses https://
 * If you make any changes to this file, please also update the file 'wilsonsecurityau\www\css\wilsongroup-global.css'
 *
 */


#global_nav, #global_nav ul { /* all lists */	padding: 0;	margin: 0;list-style: none;	line-height: 1;	z-index: 1;}

#global_nav a {display: block;	width: 10em;color: #928f8b;	text-decoration: none;	font-size: 9px;}

#global_nav li { /* all list items */	float: left;padding: 0 11px 0 0;	width: 10em; /* width needed or else Opera goes nuts */}

#global_nav li.parking { width: 89px; }
#global_nav li.security { width: 92px; }
#global_nav li.tech { width: 141px; }
#global_nav li.group { width: 83px; }

#global_nav li ul { /* second-level lists */position: absolute; background-image:url(/wsimages/globalnav/bg.jpg); background-repeat:repeat-x; background-color: #3a3732; padding-top: 3px;	z-index: 10;	width: 110px;left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */}

#global_nav li ul li { padding: 4px 10px;}

#global_nav li:hover ul, #global_nav li.sfhover ul { /* lists nested under hovered list items */	left: auto;}

#global_nav li li a:hover { color: white;}

/* IE7 fix for nav menus that don't disappear */
#global_nav li:hover, #global_nav li.hover { position: static;}


.aboutusvid#flashcontent { float: left; min-height: 213px; }