/*
Designed and Created by Mark Hogan ABN: 60106895038 ©2004 all rights reserved.
not for replication or re-distribution in any manner without express permission.
*/

body {
	background-color: #f9f9f9;
	font-family: verdana, lucida sans;
	font-size: 11px;
	color: #000000;
}
table {
	font-family: verdana, lucida sans;
	font-size: 10px;
	color: #000000;
}
img {
border: 0;
}
a.red:link {color:#FF5252; font-weight:none; text-decoration: none;}
a.red:visited {color:#FF5252; font-weight:none; text-decoration: none ;}
a.red:active {color:#FF5252;}
a.red:hover {color:#FF5252; font-weight:none; font-style: none; text-decoration: underline;}

a.orange:link {color:#FF9900; font-weight:none; text-decoration: none;}
a.orange:visited {color:#FF9900; font-weight:none; text-decoration: none ;}
a.orange:active {color:#FF9900;}
a.orange:hover {color:#FF9900; font-weight:none; font-style: none; text-decoration: underline;}

a:link {color:#0000ff; font-weight:none; text-decoration: none;}
a:visited {color:#0000ff; font-weight:none; text-decoration: none ;}
a:active {color:#0000ff;}
a:hover {color:#aeaeae; font-weight:none; font-style: none; text-decoration: underline;}

a.new:link {color:#FF5252; font-weight:bold; text-decoration: none;}
a.new:visited {color:#FF5252; font-weight:bold; text-decoration: none ;}
a.new:active {color:#FF5252;}
a.new:hover {color:#FF5252; font-weight:none; font-style: none; text-decoration: underline;}




.menu {
	width: 130px;
	border: solid 1px #ddd;
	padding-top: 0px;
}
.menucontent {
	color: #D9D9D9;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;
}
.quicklinks {
	margin: 9px;
	text-align: center;
	background: url("images/menutop.gif")	;/* IE6 Bug #cecece */
	margin-bottom: 0px;
	font: bold 12px arial;
	padding: 0;
	color: #000;
	list-style: none;
	width: 130px;			/* Width of Menu Items */
	border: 1px solid #ddd;
	border-bottom: 0;
}
.padding {
	padding-top: 3px;
}
.paddingbottom {
	padding-top: 3px;
	padding-bottom: 3px;
}
.bold {
	font-weight: bold;
}	
/*.bullet {
	color: #00D91A;
	font-size: 10px;
	font-weight: bolder;
}*/
.link {
	padding-top: 3px;
	padding-bottom:3px;
}

							/*  ########## MENU ##########  */
ul {
	margin: 9px;
	margin-top: 0px;
	font: 11px arial;
	padding: 0;
	list-style: none;
	width: 130px;			/* Width of Menu Items */
	border: 1px solid #ddd;  
	border-top: 0px;
	}
ul a:hover{ /*OPTIONAL border hover*/
	/*border-left: 2px solid #c00;*/
}
ul li {
	position: relative;
	display: block;
	}
	
li ul {
	position: absolute;
	left: 130px;			/* Set 1px less than menu width */
	top: 0;
	display: none;
	}

ul li a {					/* Styles for Menu Items */
	display: block;
	text-decoration: none;
	color: #000;
	background: url("images/menu_over.jpg")	;
	padding: 1px 10px;
	border-top: 1px solid #58819C; /* 0063A4 */
	}

/* Fix IE. Hide from IE Mac \*/

* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }

/* End */

ul li a:hover { color: #0000ff;} /* Main Hover Styles(can be all if no submenu property is set) */
		
li ul li a { padding: 1px 10px; } /* Sub Menu Styles  (first property = VERT second = Padding HORZ*/

li ul li a:hover { color: #0000ff; } /* Sub Menu Styles */

li:hover ul, li.over ul { display: block; } /* The magic */