﻿.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a
{
	background-position:#E47911 ;
	display: block;
	width: 97px; /*Width of top level menu link items*/
	padding: 2px 1px;
	border: 1px solid maroon;
	border-left-width: 0;
	text-decoration: none;
	text-align:center;
	background:#FF9900;
	color: white;
	font: bold 11px Verdana;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
right: 0;
top: 0;
border-top: 1px solid red;
position: absolute;
text-align:right;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background:#E47911;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
background: url(menubgover.gif) left center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background:#FF9900;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 2%; }
* html .horizontalcssmenu ul li a { height: 2%; }
/* End */


.tcg {
   width:100%;
   text-align:center;
   margin:20px 0;
}
.tcg1, .tcg2, .tcg3, .tcg4, .tcg5 {
   width: 485px;
   overflow:hidden;
   position:relative;
   margin:auto;
   text-align:left;
}
.tcg a img {
   border:0;
}
.tcg a:hover {
   text-decoration:underline;
   color:#E47911;
}
.tcg p {
   margin:0 0 0.5em;
}
.tcg .carat {
   color:#E47911;
   font-size:13px;
   font-weight:bold;
   line-height:0;
   margin:0;
}
.tcg h2 a {
   font-family:Arial,Verdana,Helvetica,sans-serif;
   font-weight:normal;
   color:#004B91;
   text-decoration:none;
}
.tcg h2 a:hover {
   color:#f90;
   text-decoration:none;
}
.tcg1 .mainasin ,.tcg2 .mainasin    {
   width:185px;
   overflow:hidden;
   float:left;
}
.tcg1 .hdlnblk, .tcg2 .hdlnblk {
   position:relative;
   top:0px;
   margin-left:200px;
}
.tcg1 .hdlnblk h2, .tcg2 .hdlnblk h2 {
   font-family:Arial,Verdana,Helvetica,sans-serif;
   font-weight:normal;
   color:#106eb8;
   font-size:37px;
   margin:0;
   line-height:1em;
   letter-spacing:-1px;
}
.tcg3 .mainasin {
   width:185px;
   overflow:hidden;
   float:right;
}
.tcg3 .hdlnblk {
   margin-right:200px;
}
.tcg4 .hdlnblk {
   text-align:center;
}
.tcg3 .hdlnblk h2 {
   color:#106eb8;
   font-size:29px;
   margin:0;
   line-height:1em;
}
.tcg3 p {
   margin:0.5em 0;
}
.tcg4 .hdlnblk h2 {
   color:#106eb8;
   font-weight:normal;
   font-size:29px;
   margin:0;
   line-height:1.1em;
}
.tcg1 .subhed {
   color:#900;
   font-size:23px;
   line-height:1.2em;
}
.tcg2 .subhed {
   color:#FF9900;
   font-size:20px;
   line-height:1.05em;
}
.tcg4 .subhed {
   color:#f90;
   font-size:1.6em;
   line-height:1.2em;
}
.tcg1 .sublk, .tcg2 .sublk {
   margin-left:200px;
}
.tcg3 .sublk {
   margin-right:200px;
}
.tcg4 .sublk {
   margin:15px 0 0 100px;
   width:285px;
}
.tcg1 .caveat, .tcg2 .caveat, .tcg3 .caveat {
   font-size:9px;
   color:#666;
}
.tcg3 .logo     {
   display:block;
   float:right;
}
.tcg4 img {
   margin:0 7px;
   padding:0 1px;
}
.tcg4 .caveat {
   float:left;
   width:85px;
   margin-right:15px;
   font-size:9px;
   color:#666;
}
.tcg4 .shop {
   float:left;
}
.tcg5 .promo {
   width:120px;
   float:left;
}
* html .horizontalcssmenu ul li { float: left; height: 2%; }
* html .horizontalcssmenu ul li a { height: 2%; }
/* End */


