
/*------------------------------------------------------------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				*(.class|:hover)
 * @level sep	ul
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown {
 font: bold 12px Arial, Helvetica, sans-serif;
 /* text-transform: uppercase; */
}

	ul.dropdown li {
	 padding: 7px 0;
	 background-color: #003366;
	 color: #fff;
	 line-height: normal;
	 background-image: url(../images/navbg.png);
	 width: 180px;
	 height: 30px;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	background-image: none;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited { color: #fff; text-decoration: none; }
	ul.dropdown a:hover { color: #fff; text-decoration: none; }
	ul.dropdown a:active { color: #fff; }


/* ----- END LEVEL */

	/* ----- NON-FIRST LEVEL */

	ul.dropdown ul {
	 width: 180px;
	 background-color: #305983;
	 color: #fff;
	 font-size: 12px;
	 text-transform: none;
	 /*filter: alpha(opacity=90);
	 -moz-opacity: .9;
	 KhtmlOpacity: .9;
	 opacity: .9;*/
	}

		ul.dropdown ul li {
		background-image: none;
		background-color: transparent;
		 color: #000;
		}

		ul.dropdown ul li.hover,
		ul.dropdown ul li:hover {
		 background-color: transparent;
		}

		ul.dropdown ul a:link,
		ul.dropdown ul a:visited { color: #fff; }
		ul.dropdown ul a:hover { color: #fff; text-decoration: none; }
		ul.dropdown ul a:active { color: #fff; }


/* ----- END LEVEL */



/*------------------------------------------------------------------------------------------------------/
 * @section	Support Class 'dir'
 * @level sep	ul, .class
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown *.dir {
	padding-right: 12px;
	background-image: none;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

/* ----- END LEVEL */

/* Components override */


ul.dropdown li a {
 display: block;
 padding: 8px 26px;
}


/* ------------- Override default */

	ul.dropdown li {
	 padding: 0;
	}


/* ------------- Reinitiate default: post-override activities  */

	ul.dropdown li.dir {
	 padding: 7px 9px 7px 26px;
	}

	ul.dropdown ul li.dir {
	 padding-right: 15px;
	}


/* ------------- Custom */

	ul.dropdown li {

	}

	ul.dropdown ul a {
	 padding: 4px 4px 4px 26px;
	 width: 150px; /* Especially for IE */
	}

	ul.dropdown ul a:hover {
	 background-color: #cc9900; /* #76b900 */
	}

	ul.dropdown a.open {
	 background-color: #3c638a; /* #2e2e2e */
	 color: #cc9900;
	}

	ul.dropdown ul a.open {
	 background-color: #ffffff; /* #2e2e2e */
	 color: #fff;
	}


	/* CSS 2.1 */

	ul.dropdown li:hover > a.dir {
	 background-color: #3c638a; /* #2e2e2e */
	 color: #aabbcc;  /* #76b900 */
	}

	ul.dropdown ul li:hover > a.dir {
	 background-color: #cc9900;
	 color: #fff;
	}
	
/*START ROW 1 HOME PAGE*/
#row1 {
	position: relative;
	left: 0px;
	top: 10px;
	float: left;
	height: 275px;
	width: 900px;
}

#row1col1 {
	position: relative;
	left: 25px;
	top: 0px;
	float: left;
	height: 150px;
	width: 150px;
	display: inline;
}

#row1col2 {
	position: relative;
	left: 50px;
	top: 0px;
	float: left;
	height: 150px;
	width: 150px;
	display: inline;
}

#row1col3 {
	position: relative;
	left: 75px;
	top: 0px;
	float: left;
	height: 150px;
	width: 150px;
	display: inline;
}

#row1col4 {
	position: relative;
	left: 100px;
	top: 0px;
	float: left;
	height: 150px;
	width: 150px;
	display: inline;
}

#row1col5 {
	position: relative;
	left: 125px;
	top: 0px;
	float: left;
	height: 150px;
	width: 150px;
	display: inline;
}

/*ROW 2 HOME PAGE*/
#row2 {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	height: 275px;
	width: 900px;
	display: inline;
}

#row2col1 {
	position: relative;
	left: 25px;
	top: 0px;
	float: left;
	height: 150px;
	width: 150px;
	display: inline;
}

#row2col2 {
	position: relative;
	left: 50px;
	top: 0px;
	float: left;
	height: 150px;
	width: 150px;
	display: inline;
}

#row2col3 {
	position: relative;
	left: 75px;
	top: 0px;
	float: left;
	height: 150px;
	width: 150px;
	display: inline;
}

#row2col4 {
	position: relative;
	left: 100px;
	top: 0px;
	float: left;
	height: 150px;
	width: 150px;
	display: inline;
}

#row2col5 {
	position: relative;
	left: 125px;
	top: 0px;
	float: left;
	height: 150px;
	width: 150px;
	display: inline;
}

/*box icon rollovers*/
a.box1
{display: block; width: 150px; height: 150px; overflow: hidden;}

a:hover.box1
{display: block; text-indent: -150px;} 

/*box icon rollovers*/
a.asknow
{display: block; width: 80px; height: 23px; overflow: hidden;}

a:hover.asknow
{display: block; text-indent: -80px;} 

/*exlink icon rollovers*/
a.exlink
{
	display: block;
	width: 15px;
	height: 15px;
	overflow: hidden;
	float: right;
	margin: 0 0 0 0;
}

a:hover.exlink
{display: block; text-indent: -15px;}

/* START FOOTER SECTION */
#footer {
	width: 900px;
	height: 80px;
	clear: both;
	color: #aabbcc;
	background: #3c638a /* url(../images/footer.png) repeat-x */;
}

div.sitemapcollapse {
	width: 900px;
	height: 250px;
	background: #3c638a;
	display: none;
}

#footer #sitemap {
	margin: 10px 0 0 0px;
	display: inline; /* for IE double margin float bug */
	float: left;
}

#footer #sitemap h3 {
	text-align: left;
	padding: 0 0 0 25px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#footerrow1 {
	position: relative;
	left: 10px;
	top: 0px;
	float: left;
	height: 250px;
	width: 870px;
}

#footerrow2 {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	height: 35px;
	width: 900px;
	background: #3c638a;
	border-style: dotted;
	border-top-color: #aabbcc;
	border-top-width:1px;
}

#footerrow2inset {
	position: relative;
	left: 15px;
	top: 5px;
	float: left;
	width: 850px;
}

#footer #sitemap .group {
	float: left;
	width: 150px;
	line-height: 14px;
	margin: 0 0 0 15px;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer #sitemap a:link, #footer #sitemap a:visited  {
	color: #ffffff;
	text-decoration: none;
}

#footer #sitemap a:hover, #footer #sitemap a:active  {
	color: #cc9900;
	text-decoration: underline;
}

#footer #copyright h3 {
	text-align: left;
	color: #aabbcc;
	font-weight: normal;
}

#navigation {
	float: left;
	width: 900px;
	height: 30px;
}

/*Global Ext Link Icon TRYOUT
a[href^="http://"] {
    background: url(../images/exlink.png) center right no-repeat;
    padding-right: 13px;
}

a[href^="http://libopac.umrl.com.au/"] {
    background: none;
    padding-right: 0;
}*/
	