/*<![CDATA[*/

/* page styling, unimportant for the menu. only makes the page looks nicer */


/* - - - ADxMenu: BASIC styles - - - */

.menu {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-size: 100%;
	width: 200px;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
}

.menu, .menu ul {	/* remove all list stylings */
	margin: 0 0 0 1px;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
							
	
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}


/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
	color: #FFFFFF;
		/* getho */
	/* text-align:right;  */
	
}

.menu {
	width: 8em;
	
}
	

.menu a {
	text-decoration: none;
	color: #eee;
	padding: 5px 10px;	
	display: block;

	
}
.menu li a{	
		width:120px;
	height:31px;
	
	/* getho */
	
}

.menu p {
	text-decoration: none;
	color: #eee;
	padding: 0 1em 0 0;
	display: block;
}

.menu a:hover, .menu li:hover>a {
	color: #fc3;
	
}

.menu a:visited, .menu li:visited>a {
	color: #FFFFFF;
	font-style:normal;
	font-weight:normal;
	
}

.menu a:active, .menu li:active>a {
	color: #00CC33;
	font-style:normal;
	font-weight:normal;
	
}

.menu ul li {	/* create borders around each item */
	 border: 1px solid #283242
	
}
.menu>li + li, .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	 border-top: 0; 
}

/* added back by GC for SG------------------------------------------- */
.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

/* getho controls overall position of 1st UL. Padding gives border around the li's */
.menu li ul {
	margin:0;
	padding:5px;
	margin-left:-150px;
		border: 3px solid #FFF;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;

}

/* control the background colour from the men# id to change the colour for each major item */



#men1 ul {
	background-image:url(layoutsg/adxsub_back.png);
}
#men2 ul {
	background-image:url(layoutsg/adxsub_back2.png);
}
#men3 ul {
	background-image:url(layoutsg/adxsub_back3.png);
}
#men4 ul {
	 background-image:url(layoutsg/adxsub_back4.png); 
}
	/* CHANGE THE BELOW TO MOVE THE LI MENU */
.menu ul li {
	
/*
position:relative;
	left:5px;
	top:-15px;
*/

	}




.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 100%;
	
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #FFFFFF;
}



/* CHANGE THE below TO MOVE THE UL PANEL */
#subgc{
	

	/*
height:59px;
background-image: url(layoutsg/adxsub_back.png);
width:225px;
left:140px;
top:60px;
z-index:99999;
*/
	}
	
	

.menmove {
	position:relative;
	left:-1950px;
	top:10px;
	overflow:hidden;
	

}

#subgc ul{	
margin-right:1px;
padding:0;
margin:0;
	margin-left:-5px;

}

/* Use this to style the 3rd level and below */
#subgc ul li {
	/*
position:relative;
	left:-16px;
	top:-16px;
	margin-right:-100px;
*/
	background-color:#C6E804;
}



#subgc .small a {
	
font-size:11px;

}


#subgc li, #subgc li a{
	
height:26px;
	width:188px;

	color:#FFF;
	font-size:13px;
	font-weight:bold;
}

#subgc li a{
	width:163px;
	padding:5px 0px 0 25px;
	height:21px;
	background-image:url(layoutsg/adx_but_off.png);
}

#subgc li a:visited{
	background-image:url(layoutsg/adx_but_tick.png);
	background-repeat:no-repeat;
	
}


#subgc a{

	margin:0;
	padding:0;
}

#subgc li a:hover {
	background-image: url(layoutsg/adx_but_on.png);
	color:#EFF2F5;
}



#men1,#men2,#men3,#men4 {
width: 377px;
margin:10px 0 0 0;
}

#men1 a,#men2 a,#men3 a,#men4 a {

margin:0;
right:55px;
	
	padding:0;
	width: 377px;
	height: 84px;
	display:block;
	font-size:16px;
	color: #FFFFFF;
	font-weight:normal;
	z-index:100000;
}


/*
#meni {
padding:50px;
background-color:#0066FF;
}
*/



/*
.meni div {
text-align:right;
float:right;
	padding:20px;
	width:170px;
	font-size:16px;
	color: #FFFFFF;
	font-weight:normal;

}

.meni div a, .meni div a:visited {
	font-size:1.4em;
	font-weight:normal;

}
*/

#men2 {
	/* background-image:url(layoutsg/but-comingto.png); */
}

#men3 {
	/* background-image:url(layoutsg/but-about.png);	 */
}

#men4 {
	/* background-image:url(layoutsg/but-community.png); */
}



/*]]>*/

