﻿body 
{
	margin:0 0 0 0;
	font-family:Arial;
	font-size:12px;
	color:#565656;
	/*background-color:#166994;*/
}

#table01
{
	background-image:url(images/bg_slice.gif);
	background-repeat:repeat-x;
	background-color:#166994;
	
}
#table02
{
	background-image:url(images/bg.gif);
	background-repeat:no-repeat;
	background-position :100 top;
		
}
#footer
{
	background-image:url(images/footer_slice.gif);
	background-repeat:repeat-x;
	
}

#tdfooter
{
	background-image:url(images/footer_bg.gif);
	background-repeat:no-repeat;
	height:151px
}
#header01
{
	background-image:url(images/header1.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:379px;
	height:184px;
}
#header02
{
	background-image:url(images/cashew3.gif);
	background-repeat:no-repeat;
	background-position:275px bottom;
	width:455px;
	height:162px;
}
#tdleft
{
	background-color:#EEEEEE;
	/*padding:5px 15px 15px 15px;*/
	width:622px;
}
.cathead
{
	background-image:url(images/prod_bg_slice.gif);
	background-repeat:repeat-x;
	border:solid 1pt #B8B7B7;
	width:275px;
	height:37px;
	
	
	
	
}
.tdcat
{
	background-color:#EEEEEE
}
.menuitem
{
	color:#39637C;
	font-family:Arial;
	font-weight:bolder;
	font-size:11px;
}
.hovermenuitem
{
	color:#39637C;
	/*text-decoration:underline;*/
}
.subitem
{
	background-color:#24709B;
	color:#ffffff;
}
.hoversubitem	
{
	color:#FAB32F;
}
.lnknews
{
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
}
.newshead
{
	color:#ffffff;
	font-size:14px;
	font-weight:bolder;
	padding-bottom:5px;
}
.docbox
{
	background-color:#72B329;
	border:solid 5pt #ffffff;
}
.topmenuleft
{
	width:17px;
	height:46px;
	background-image:url(images/topmenu_left.gif);
	background-repeat:no-repeat;
}
.topmenuright
{
	width:17px;
	height:46px;
	background-image:url(images/topmenu_right.gif);
	background-repeat:no-repeat;
}
.topmenu
{	
	height:46px;
	background-image:url(images/topmenu_slice.gif);
	background-repeat:repeat-x;
}

.lnkmenuactive:link,.lnkmenuactive:visited,.lnkmenuothers:link,.lnkmenuothers:visited
{
	color:#7B7B7B;
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
}
.lnkmenuactive:hover,.lnkmenuothers:hover
{
	color:#7B7B7B;
	text-decoration:underline;
	font-family:Arial;
	font-size:12px;
}

.pagetitle
{
	font-size:18px;
	color:#1C597E;
	font-family:Arial;
}
.grey
{
	background-color:#CFCFCF;
	border-bottom:solid 1pt #CFCFCF;
	height:42px;
}
.litegrey
{
	background-color:#ECEDED;
	border-bottom:solid 1pt #CFCFCF;
	height:42px;
}
.white
{
	background-color:#F6F6F6;
	border-bottom:solid 1pt #CFCFCF;
	height:42px;
}
.green
{
	color:Green;
}
.red
{
	color:Red;
}
/*Menu*/

.AspNet-Menu-WithChildren 
{
	
	height:20px;
}
.AspNet-Menu-Link
{

	color:#39637C;
	font-family:Arial;
	font-weight:bolder;
	font-size:11px;
	
	
}
.AspNet-Menu-Leaf a
{
	background-color:#24709B;
	color:#ffffff;
	height:20px;
   left:100%;
    
	
}
/* Menu Ends*/
.SimpleEntertainmentMenu ul.AspNet-Menu /* Tier 1 */
{
    width: 13em; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
}

.SimpleEntertainmentMenu ul.AspNet-Menu ul  /* Tier 2 */
{
    width: 6em;
    top: 100%;
    left: 0;
}

.SimpleEntertainmentMenu ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: -0.5em;
    left: 6em;
}

.SimpleEntertainmentMenu li /* all list items */
{
    width: 6em;
   
}

.SimpleEntertainmentMenu li:hover, /* list items being hovered over */
.SimpleEntertainmentMenu li.AspNet-Menu-Hover
{
  
}

.SimpleEntertainmentMenu a, /* all anchors and spans (nodes with no link) */
.SimpleEntertainmentMenu span
{
    color: #ffffff;
    background-color:Transparent;
    font-size:12px;
    font-weight:normal;
   
}

.SimpleEntertainmentMenu li.AspNet-Menu-Leaf a, /* leaves */
.SimpleEntertainmentMenu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

.SimpleEntertainmentMenu li:hover a, /* hovered text */
.SimpleEntertainmentMenu li:hover span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover span,
.SimpleEntertainmentMenu li:hover li:hover a,
.SimpleEntertainmentMenu li:hover li:hover span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.SimpleEntertainmentMenu li:hover li:hover li:hover a,
.SimpleEntertainmentMenu li:hover li:hover li:hover span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: #ffffff;
    background-color:Transparent;
    font-size:12px;
    font-weight:normal;
    text-decoration:underline;
}

.SimpleEntertainmentMenu li:hover li a, /* the tier above this one is hovered */
.SimpleEntertainmentMenu li:hover li span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li span,
.SimpleEntertainmentMenu li:hover li:hover li a,
.SimpleEntertainmentMenu li:hover li:hover li span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{

}

.SimpleEntertainmentMenu .AspNet-Menu-Selected /* this tier is selected */
{
 
}

.SimpleEntertainmentMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
  
}

.SimpleEntertainmentMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
   
}

#EntertainmentMessage
{
    padding-top: 2em;
    clear: both;
}

.SimpleEntertainmentMenu .static-menu-item
{
	background-color:Red;
}