#active_toplink {
	color			: #cd1041;
	text-decoration	: none;
}




.text-grey-medium {
	font-family: Tahoma,  Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #616161;
}

.text-black-medium {
	font-family: Tahoma,  Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.text-white-medium {
	font-family: Tahoma,  Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}

.text-white-medium-bold {
	font-family: Tahoma,  Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #BD9D0A;
}

.title-grey {
	font-family: Tahoma,  Helvetica, sans-serif;
	font-size: 16px;
	color: #707273;
	
}

.title-blue {
	font-family: Tahoma,  Helvetica, sans-serif;
	font-size: 16px;
	color: #00519a;
	font-weight: bold;
}

.title-red {
	font-family: Tahoma,  Helvetica, sans-serif;
	font-size: 12px;
	color: #bd422e;
	font-weight: bold;
}



.copyright {
	font-family: Tahoma,  Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

table.Live
{
    font-family: Tahoma,  Helvetica, sans-serif;
    border-collapse:collapse;
}

table.Live td, th
{
border:1px solid #9F9F9F;
padding:3px 7px 2px 7px;
}

.menubar ul
{
    margin: auto;
    padding: 0;
    list-style-type: none;
    width: 100%;
    background-image:url('../Images/bar.png');
}

/*Top level list items*/
.menubar ul li
{
position: relative;
display: inline-block;
background-color: #BD9D0A; /*overall menu background color*/
border: none;
}

/*Top level menu link items style*/
.menubar ul li a{
display: block;
width: 120px; /*Width of top level menu link items*/
padding: 2px;
border-left-width: 0;
text-decoration: none;
color:#FFFFFF;
font-size:12px; 
font-variant: small-caps;
text-transform: none;
font-weight:bold;
line-height:34px;
text-align:left;
background-image: url('../Images/tab.png');
background-position: right top;
background-repeat:no-repeat;
}
	
/*1st sub level menu*/
.menubar ul li ul{
left: 0;
position: absolute;
background-color: #17365D;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menubar ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.menubar ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.menubar ul li ul li a{
display: block;
width: 200px; /*width of sub menu levels*/
color:#FFFFFF;
text-decoration: none;
background-color: #BD9D0A; /*overall menu background color*/
padding:  1px 25px;
border: 1px solid #FFEF92;
text-align: left; 
line-height: 20px;
background-image: url('../Images/Sub1.png');
background-position: left;
background-repeat:no-repeat;
}

.menubar ul li a:hover
{
    text-align:left;
    color:#543A01;
background-image: url('../Images/Tab2.png');
background-position: right top;
background-repeat:no-repeat;
}

.menubar ul li ul li a:hover
{
    color:#543A01;
    text-align: left; 
background-image: url('../Images/Sub2.png');
background-position: left;
background-repeat:no-repeat;
}

/*Background image for top level menu list links */
.menubar .mainfoldericon{
background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.menubar .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .menubar ul li { float: left; height: 1%; }
* html .menubar ul li a { height: 1%; }
/* End */

.linkage
{
    color:#000000;
text-decoration: none;
padding:  1px 25px;
text-align: left; 
background-image: url('../Images/Sub1.png');
background-position: left;
background-repeat:no-repeat;
}

.linkage:hover
{
    color:#C0C0C0;
    text-align: left; 
background-image: url('../Images/Sub2.png');
background-position: left;
background-repeat:no-repeat;
}

