﻿
/*--------------Top Menu---------------*/
#TopMenu{
	margin:0 auto;
	height:40px;
}
#TopMenu ul{
	text-align:center;
	padding:0;
	list-style:none;
	height:49px;
}
#TopMenu li{
	float:left;
	margin-right:2px;
}
#TopMenu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#FFFFFF;
	font-weight:normal;
	height:42px;
	width:145px;
	line-height:40px;
	display:block;
	text-decoration:none;
	background-image:url('images/TopMenuActive.png');
	background-repeat:no-repeat;
	cursor:hand;
}
#TopMenu a:hover{
	background-image:url('images/TopMenuHoverG.gif');
	background-repeat:no-repeat;
	width:145px;
	height:42px;
	color:#011D6C;
}

.TopMenuDevider{
	background-image:url('images/TopMenuDeviders.gif');
	background-repeat:no-repeat;
	background-position:right top;
}



#LeftMenu{
	width:212px;
	float:left;
	margin-top:15px;
}
#LeftMenu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#LeftMenu ul li{
	padding:5px 0 5px 10px;
	border-bottom:1px #6A6A6A dotted;
}
#LeftMenu ul li a{
	color: #A90700;
	background-image:url('images/RedArrowBullets.gif');	
	background-repeat:no-repeat;
	background-position:left;
	display:block;
	text-decoration: none;
	padding:5px 0 5px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	
}
#LeftMenu ul li a:hover{
	padding:5px 0 5px 20px;
	background-image:url('images/BlueArrowBullets.gif');
	background-repeat:no-repeat;
	background-position:left;
	color:#0390D8;
	display:block;
	background-repeat:no-repeat;
	background-position:left;
}



#ListStyleTria{
	
}


#ListStyleTria ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#ListStyleTria ul li{
	padding:2px 0 2px 10px;
	/*rder-bottom:1px #6A6A6A dotted;*/
}
#ListStyleTria ul li a{
	color: #A90700;
	background-image:url('images/RedArrowBullets.gif');	
	background-repeat:no-repeat;
	background-position:left;
	display:block;
	text-decoration: none;
	padding:2px 0 2px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	
}
#ListStyleTria ul li a:hover{
	padding:2px 0 2px 20px;
	background-image:url('images/BlueArrowBullets.gif');
	background-repeat:no-repeat;
	background-position:left;
	color:#0390D8;
	display:block;
	background-repeat:no-repeat;
	background-position:left;
}

#ListStyleSecure{
	
}


#ListStyleSecure ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#ListStyleSecure ul li{
	padding:2px 0 2px 10px;
	/*rder-bottom:1px #6A6A6A dotted;*/
}
#ListStyleSecure ul li a{
	color: #6E2100;
	background-image:url('images/DarkRedArrowBullets.gif');	
	background-repeat:no-repeat;
	background-position:left;
	display:block;
	text-decoration: none;
	padding:2px 0 2px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	
}
#ListStyleSecure ul li a:hover{
	padding:2px 0 2px 20px;
	background-image:url('images/YellowArrowBullets.gif');
	background-repeat:no-repeat;
	background-position:left;
	color:#FFF29B;
	display:block;
	background-repeat:no-repeat;
	background-position:left;
}

#SponSorBG{
	/*background-image:url('images/SponsorBgHeadSPage.gif');*/
	background-repeat:no-repeat;
	background-position:left top;
	height:200px;
	margin-top:15px;	
}
#SponSorBG h6{
	margin-left:5px;
	text-align:center;
	padding-top:20px;
	/*padding-left:30px;*/
	color:#333333;
	font-size:10pt;
	height:20px;
	font-weight:bold;	
	border-bottom:1px #333333 solid;
}


