@charset "UTF-8";
/* CSS Document */

/* ---- ---- ---- ---- Navigation Section ---- ---- ---- ---- */

#nav {
	height:25px;	
	background-image:url(../images/layout/title_bg.gif);
	background-position:left;
	background-repeat:repeat-x;
}

#nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none;
}

#nav li {
    	list-style:none;
	float:left;
	background-image:url(../images/layout/nav_border.gif);
	background-position:right;
	background-repeat:no-repeat;
	
	height:25px;
	
	width:80px;
	
}

#nav a, #nav strong, #nav{
	padding:5px 8px 5px 8px;
	display:block;
	
	font-size:12px;
	line-height:15px;
	color:#939598;
	font-weight:bold;	
	text-decoration:none;
}

#nav a:hover {
	display: block;
	color: #ed1c24;
	text-decoration: none;
}

#nav #current, #nav #current a {
	color: #FFFFFF;
}

#nav a.daddy {
	background: url(../images/rightarrow.gif) center right no-repeat;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#nav li ul {
	position: absolute;
	z-index: 110;
	left: -999em;
	height: auto;
	width: 99px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	
}

#nav li li {
	width: 89px;
	background-color:#58585a;
	text-align: left;
	border-bottom:#302d2f 1px solid;
	border-right:0px;
	
	background-image:url(../images/layout/arrow_right_nav2.gif);
	background-position:right;
	background-repeat:no-repeat;
	text-align: left;
}

#nav li ul a {
	width: 89px;
	text-align: left;
	padding:5px 15px 0px 5px;
}

#nav li ul ul {
	margin: 0 0 0 0;
	text-align:left;
	color:#fff;
	
}

#nav li li a:hover{
	color:#fff;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	color:#FFFFFF;
	
	margin:0px;
	
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	color: #FFFFFF;
	
	margin:0px;
	
}

#nav li:hover, #nav li.sfhover {
	color:#FFFFFF;
	
	margin:0px;
}

#nav li li:hover, #nav li li.sfhover {
	color:#FFFFFF;
	
	background-image:url(../images/layout/arrow_right_nav.gif);
	background-position:right;
	background-repeat:no-repeat;
	
	margin:0px;
	
}


.rule {
	width: 100%;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
.main_but {
	padding-bottom: 0px;
	padding-top: 0px;
}


a.align_centre {
	text-align:center;
	padding:0px;
	margin:0px;
}

.padding0 {
	padding:0px;
}

/* ---SUBNAV --- */


.subnav {
	float:left;
	margin-top:55px;	
	font-size:11px;
	line-height:15px;
}

.subnav a {
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	color:#fff;
	
	text-decoration:none;
	
}

.subnav a:hover {
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	color:#939598;
	text-decoration:none;
}

