﻿/*--------------Top Menu---------------*/
#TopMenu{
	margin:0 auto;
	height:51px;
	margin-top:10px;	
}
#TopMenu ul{
	text-align:center;
	padding:0;
	list-style:none;
	margin-left:20px;
	height:51px;
}
#TopMenu li{
	float:left;
}
#TopMenu a{
	font-family:"Lucida Grande", Arial, Verdana, sans-serif;
	font-size:13pt;
	color:#FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
	font-weight:bold;
	height:51px;
	width:149px;
	line-height:50px;		
	display:block;
	text-decoration:none;
}
#TopMenu a:hover{
	background: url('images/TopMenuHover.gif') repeat-x;
}

.TopMenuDevider{
	background-image:url('images/TopMenuDeviders.gif');
	background-repeat:no-repeat;
	background-position:right top;
}


#LeftMenu{
	width:211px;
	min-height:120px;
	/*background:url('images/LeftMenuInBBGTiler.gif') repeat-x left bottom;*/
}
#LeftMenu ul{
	padding:0;
	margin:0;
	/*background:url('images/LeftMenuULBgTiler.gif') repeat;*/
}
#LeftMenu li{
	list-style:none;
}
#LeftMenu a{
	background:url('images/LeftMenuActiveDot.gif') repeat-x;
	color:#0066CC;
	display:block;
	text-decoration: none;
	padding-left:20px;
	line-height:38px;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
#LeftMenu a:hover{
	background:url('images/LeftMenuHoverGrey.png') repeat-x;
	color:#0066CC;
}


ul, ol{
	padding:10px 10px 10px 25px;
}

/*---------------------SubMenuHorizontal-----------------*/
#SMenuHor{
	height:40px;
	margin:0;
	padding:0;
	background-image:url('images/SMenuBGTiler.gif');
	background-repeat:repeat-x;
	background-position:left bottom;
	margin-bottom:10px;
}
#SMenuHor ul{
	margin:0;
	padding:0;
	height:40px;
}
#SMenuHor li{
	list-style:none;
	float:left;
	margin-right:2px;
}
#SMenuHor a{
	width:119px;
	height:40px;
	line-height:38px;
	display:block;
	text-align:center;
	color:#056F9B;
	text-decoration:none;
	background-image:url('images/SMenuVerActd.png');
	background-repeat:no-repeat;
}
#SMenuHor a:hover{
	background-image:url('images/SubMenuHorHover.gif');
	background-repeat:no-repeat;
	width:119px;
	height:40px;
	line-height:38px;
	display:block;
	color:#22660C;
	text-align:center;
}

/*-------Gen links colour-------*/
A:link
{
    COLOR: #0066CC;
    TEXT-DECORATION: none;
}
A:visited
{
    COLOR: #0066CC;
    TEXT-DECORATION: none;
}
A:active
{
	COLOR: #0066CC;
	TEXT-DECORATION: none;
}
A:hover
{
    COLOR: #22660C;
    TEXT-DECORATION: none;
}




