/* Start of CMSMS style sheet 'Menu' */
/* ---------
 LEVEL ONE 
 ---------*/
 
#nav {
     width:62px;
     position: absolute;
	 top: 167px;
	 left: -16px;
	 text-indent:-9999em;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav a {
     display: block;
     font-weight: normal;
     text-transform: lowercase;
     font-size:1.1em;
     line-height: 1em;
     color:#333;
     outline: none;
     display: none;
text-decoration: none;

}
#nav li {
     line-height: 1.25em;
     margin:0px;
}

#nav li a:hover {
     
     text-decoration: none;

}
#nav li.currentpage h3 {
     font-weight: normal;
     font-size: 1.1em;
     text-transform: lowercase;
     background-color:#fff;
     display: block;
     line-height:1em;
	 margin: 0;
}







/*--------------------
INDIVIDUAL NAN ITEMS
--------------------*/

#nav #menu_home a {
	background: url(uploads/images/nav/where-is-tas.jpg) no-repeat scroll left top;
	width: 57px;
	height:71px;
	cursor: pointer;
        display: block;
}


#nav #menu_home a:hover, #nav #menu_home.menuactive a {
	background: url(uploads/images/nav/where-is-tas.jpg) no-repeat scroll right top;
}


#nav #menu_why-tasmania a{
	background: url(uploads/images/nav/why-tas.jpg) no-repeat scroll left top;
	width: 57px;
	height: 71px;
	cursor: pointer;
display: block;
*height: 70px;
}

#nav #menu_why-tasmania a:hover, #nav #menu_why-tasmania.menuactive a {
	background: url(uploads/images/nav/why-tas.jpg) no-repeat scroll right top;
}


#nav #menu_institutions a{
	background: url(uploads/images/nav/institutions.jpg) no-repeat scroll left top;
	width: 57px;
	height: 83px;
	cursor: pointer;
display: block;
*height: 82px;

}

#nav #menu_institutions a:hover, #nav #menu_institutions.menuactive a {
	background: url(uploads/images/nav/institutions.jpg) no-repeat scroll right top;
	}


#nav #menu_student-life a{
	background: url(uploads/images/nav/student-life.jpg) no-repeat scroll left top;
	width: 57px;
	height: 82px;
	cursor: pointer;
display: block;
*height:81px;
}

#nav #menu_student-life a:hover, #nav #menu_student-life.menuactive a {
	background: url(uploads/images/nav/student-life.jpg) no-repeat scroll right top;
	}



#nav #menu_scholarships a{
	background: url(uploads/images/nav/scholarships.jpg) no-repeat scroll left top;
	width: 57px;
	height: 90px;
	cursor: pointer;
display: block;
*height:89px;
}

#nav #menu_scholarships a:hover, #nav #menu_scholarships.menuactive a {
	background: url(uploads/images/nav/scholarships.jpg) no-repeat scroll right top;
}



#nav #menu_faq a{
	background: url(uploads/images/nav/faq.jpg) no-repeat scroll left top;
	width: 57px;
	height: 31px;
	cursor: pointer;
display: block;
*height:30px;
}

#nav #menu_faq a:hover, #nav #menu_faq.menuactive a {
	background: url(uploads/images/nav/faq.jpg) no-repeat scroll right top;
	}


#nav #menu_testimonials a{
	background: url(uploads/images/nav/testimonials.jpg) no-repeat scroll left top;
	width: 57px;
	height: 87px;
	cursor: pointer;
display: block;
*height: 86px;
}

#nav #menu_testimonials a:hover, #nav #menu_testimonials.menuactive a {
	background: url(uploads/images/nav/testimonials.jpg) no-repeat scroll right top;
	}

#nav #menu_contact a{
	background: url(uploads/images/nav/contact.jpg) no-repeat scroll left top;
	width: 57px;
	height: 63px;
	cursor: pointer;
display: block;
*height: 62px;
}

#nav #menu_contact a:hover, #nav #menu_contact.menuactive a {
	background: url(uploads/images/nav/contact.jpg) no-repeat scroll right top;

	}


 
/* ---------
LEVEL TWO 
---------*/
      
#nav ul li {
     line-height: 22px;
}
#nav ul li ul {
    position: absolute;
    width: 250px;
    left: -999em;
    margin-left: 150px;
    margin-top: -1.9em;
    background-color: #f5f8e2;
    padding-left: 10px;
    padding-top: 5px;
}
#nav li ul li.currentpage h3 {
    padding: 2px 5px;
    font-weight: normal;
    font-size: 1.1em;
    display: block;
    margin:0px;
    line-height:1em;
    width: 230px;
}
#nav li ul li a {
    display: block;
    width: 230px;
    background-color: #f5f8e2;
    font-weight: normal;
    text-transform: lowercase;
    font-size:1.1em;
    line-height: 1em;
    color:#333;
    padding: 2px 5px;
    margin-left: 0px;
}
#nav li ul li a:hover {
    text-decoration: none;

    background-color: #f5f8e2;
    width: 230px;
}
     
/* ---------
GLOBAL 
---------*/
    
#nav li:hover ul {
    left: auto;
text-decoration: none;
}
#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
text-decoration: none;
}

/* ---------
SECONDARY NAV 
---------*/


#subnav1 {
    background: url(uploads/images/secondary-nav/shadow.png) no-repeat scroll 0 0;
	position: relative;
	width: 301px;
	height: 309px;
}


* html #subnav1 {	
	background: transparent;
}

#subnav2 {
    background: url(uploads/images/secondary-nav/book-stack.png) no-repeat scroll 0 0;
	position: absolute;
	top: 7px;
	left: -9px;
	width: 301px;
	height: 280px;
	overflow: hidden;
}

* html #subnav2 {
	background: url(uploads/images/secondary-nav/book-stack.gif) no-repeat scroll 0 0;
}

#map {
	position: absolute;
	width: 301px;
	height: 309px;
	top: 0;
	left: 0;
}

#subnav1 #subnav2.tafe, #subnav1.tafe #subnav2
{
background-position: 0 -311px;
}

#subnav1 #subnav2.government, #subnav1.government #subnav2
{
background-position: 0 -602px;
}
#subnav1 #subnav2.university, #subnav1.university #subnav2
{
background-position: 0 -903px;
}
#subnav1 #subnav2.english, #subnav1.english #subnav2
{
background-position: 0 -1204px;
}
#subnav1 #subnav2.independent, #subnav1.independent #subnav2
{
background-position: 0 -1515px;
}
#subnav1 #subnav2.others, #subnav1.others #subnav2
{
background-position: 0 -1806px;
}

/* End of 'Menu' */

