/* Template Definitions */
BODY {
	background: #777;
	font-family: "Arial";
	font-size: 11px;
}

INPUT{
	margin: 2px;
	padding: 1 3 1 3;
	font-size: 1em;
	border: gray solid 1px
}

TH {
	color: #FFF;
	background: #666666;
	background-image: none;
	font-variant: small-caps;
	letter-spacing: 1px;
}

H1, H2, H3, H4{
	color: #000;
	font-variant: small-caps;
	display: inline;
	letter-spacing: 0.6px;
}
H1 {
	font-size: 1.6em;
}
H2 {
	font-size: 1.4em;
}
H3 { 
	font-size: 1.2em;
}
H4 {
	font-size: 1em;
}

HR {
	color: #000;
	background-color: #000;
	margin: 0 0 10 0;
	padding: 0;
	height: 3px;
}
FORM {
	display: inline;
}

A {
	color: #0000CC;
}

A:HOVER { 
	color: #CC0000;
}

.bodytext{
	font-family: "Arial";
	font-size: 11px;
}

.bannerBar{
	background: #bcbcbc;
}

.tickerBar, .tickerBar A{
	background: #000000;
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	text-decoration: none;
	color: #FFFFFF;
}

.footerBar{
	font-family: "Arial";
	font-size: 0.8em;
	color: #999999;
}

.content{
	background: #FFF;
}

.border, .bordered{
	border: 1px solid #000000;
}

.photoCaption{
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background: #000;
	padding: 2px 5px 5px 5px;
}

.linkMore{
	padding: 3;
	font-size: 1em;
}

.articleTitle{
	font-size: 1.2em;
	display: inline;
}

.menu {
	background: #770000;
	}
	
.ad {
	margin-bottom: 10px;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.cssMenu {width:990px; height:32px; position:relative; z-index:100;border-right:1px solid #000; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .cssMenu {width:900px; w\idth:899px;}
/* remove all the bullets, borders and padding from the default list styling */
.cssMenu ul {padding:0;margin:0;list-style-type:none;}
.cssMenu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.cssMenu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.cssMenu a, .cssMenu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#990000; padding-left:10px; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .cssMenu a, * html .cssMenu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.cssMenu ul ul a.drop, .cssMenu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.cssMenu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.cssMenu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.cssMenu ul ul ul a, .cssMenu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.cssMenu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.cssMenu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .cssMenu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.cssMenu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.cssMenu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.cssMenu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.cssMenu ul ul a, .cssMenu ul ul a:visited {background:#ccc; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .cssMenu ul ul a, * html .cssMenu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.cssMenu a:hover, .cssMenu ul ul a:hover {color:#fff; background:#0000aa;}
.cssMenu :hover > a, .cssMenu ul ul :hover > a {color:#fff; background:#00a;}

/* make the second level visible when hover on first level list OR link */
.cssMenu ul li:hover ul,
.cssMenu ul a:hover ul{visibility:visible; display: block;}
/* keep the third level hidden when you hover on first level list OR link */
.cssMenu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.cssMenu ul :hover ul :hover ul{ visibility:visible;}

