/*
structure - don't change this bit
*/
.ausmenu {
	position:relative;
}
.ausmenu ul {
	position:absolute;
	margin:0;
	padding:0;
	list-style:none;
	left: 0px;
	top: 0px;
}
.ausmenu li { position:relative; float:left; margin:0 }
.ausmenu ul ul { display:none }
.ausmenu p { margin:0; padding:0 }
.ausmenu a { display:block; color:black; background-color:white }

/*
sizes
*/
.ausmenu { width:140px; height:335px}
.ausmenu ul { width:132px }
.ausmenu ul ul { margin-left:150px }
.ausmenu a { width:133px; padding:10px; padding-left: 5px }

/*
colors and styles
*/
.ausmenu { background-color:#3389cf }
.ausmenu li { margin-bottom:-1px }
.ausmenu a { text-decoration:none; color:#ffffff !important ; background-color:#245397; border:1px solid #77a1dd }
.ausmenu a:hover { color:white !important; background-color:#0c3f88 }
.ausmenu .hover a { color:white !important; background-color:#104ea7 }
.ausmenu ul ul a { color:white !important; background-color:#0450BE }

.ausmenu .has_children { background-image:url(/img/menuarrow2.gif); background-repeat:no-repeat;
	background-position:130px 50%;}
.ausmenu ul ul .has_children { background-image:url(/img/menuarrow2.gif); background-repeat:no-repeat;
	background-position:140px 50%;}
