@charset "utf-8";
/* CSS Document */

#navlist {
	margin-top: 20px;
	padding-left: 0;
	margin-left: 15px;
	width: 231px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-bottom: 50px;
}

/*  ------------------------------------------------------ End List Menu --  */


/*Globalnav styles*/
#globalNav {
	background-image: url('mysource_files/globalNavBg.gif');
	background-repeat: repeat-x;
	background-position: left top;
	height: 33px;
	border-bottom: 5px solid #E36F1E;
	background-color: #333333;

}
#globalNav  ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
}
#globalNav li
{
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}
#globalNav a
{
	color: #ffffff;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	font-size: 9pt;
	border: solid 1px #333;
	border-width: 0 1px 0 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#globalNav a:hover
{
	text-decoration: none;
	background-image: url('mysource_files/globalNavBg-Over.gif');
	background-repeat: repeat-x;
	background-position: right bottom;
	color: #E4E9C9;
}





















#navlist ul, #navlist li {
    padding-right: 0px; 
    padding-left: 0px; 
    padding-bottom: 0px; 
    margin: 0px; 
    padding-top: 0px; 
    list-style-type: none; 
    text-align: left
}
#navlist li {
    background-position: left 2px;
    margin-top: 3px;
    padding-left: 15px;
    font-weight: normal;
    padding-bottom: 2px;
    color: #000;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none
}
#navlist li.nav_selected {
    font-weight: bold
}
#navlist li.nav_selected li {
    background-position: left 5px; 
    border-top: #ccc 1px dotted; 
    background-image: url(http://www.canberra.edu.au/__data/assets/image/0003/452442/nav_arrow2.png)
}
#navlist li.nav_selected ul {
    margin-top: 3px
}
#navlist li a {
    color: #000;
    text-decoration: none;
    display: block;
}
#navlist li a:visited {
    color: #000;
    text-decoration: none
}
#navlist li a:hover {
    
}
#navlist li li {
    border-top-width: 0px; 
    margin-top: 0px; 
    border-left-width: 0px; 
    border-bottom-width: 0px; 
    margin-bottom: 0px; 
    padding-top: 3px; 
    border-right-width: 0px
}
#navlist li.nav_selected li.nav_selected {
    border-bottom: #ffffff 0px solid
}
#navlist li.nav_selected li.nav_selected li {
    padding-left: 10px; 
    background-image: url(http://www.canberra.edu.au/__data/assets/image/0004/452461/nav_arrow3.png); 
    border-bottom: #ffffff 0px solid
}
* HTML #BodyContainer {
    margin-top: 10px; height: 1%;
}
/**/

#navlist li {
    background-image: url(http://www.canberra.edu.au/__data/assets/image/0020/452441/nav_arrow.png); 
    border-bottom: #666666 1px dotted;

}
#navlist li A:hover {
    color: #BA3D12;
}
#navlist li.nav_selected {
    background-image: url(http://www.canberra.edu.au/__data/assets/image/0005/452462/nav_arrow_selected.png); 
    border-bottom: #666666 1px dotted;

}

#navlist ul ul li.nav_selected {
    background-image: url(http://www.canberra.edu.au/__data/assets/image/0005/452462/nav_arrow_selected.png); 

}

/*  ------------------------------------------------------ End List Menu --  */


