td.smoothmenuMainPage{
/*RC*/

	width: 100%;
	background-image:url('../Images/NavigationBackground_SolidBlue.gif'); /*background of menu bar (default state)*/
	background-repeat: repeat-x;
	padding-left:30px;
}

td.smoothmenuInternalPage{
/*RC*/

	width: 100%;
	background-image:url('../Images/NavigationBackground_SolidBlue.gif'); /*background of menu bar (default state)*/
	background-repeat: repeat-x;
	margin-top:0px auto;
	padding-left:15px; 
    
    background: #145595 none repeat scroll 0 0;
    height: 35px !important;
    
    
}

/*Donate*/
.DontateButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #faa40f), color-stop(1, #fa9f03));
	background:-moz-linear-gradient(top, #faa40f 5%, #fa9f03 100%);
	background:-webkit-linear-gradient(top, #faa40f 5%, #fa9f03 100%);
	background:-o-linear-gradient(top, #faa40f 5%, #fa9f03 100%);
	background:-ms-linear-gradient(top, #faa40f 5%, #fa9f03 100%);
	background:linear-gradient(to bottom, #faa40f 5%, #fa9f03 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa40f', endColorstr='#fa9f03',GradientType=0);
	background-color:#faa40f;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc9f52;
}
.DontateButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fa9f03), color-stop(1, #faa40f));
	background:-moz-linear-gradient(top, #fa9f03 5%, #faa40f 100%);
	background:-webkit-linear-gradient(top, #fa9f03 5%, #faa40f 100%);
	background:-o-linear-gradient(top, #fa9f03 5%, #faa40f 100%);
	background:-ms-linear-gradient(top, #fa9f03 5%, #faa40f 100%);
	background:linear-gradient(to bottom, #fa9f03 5%, #faa40f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa9f03', endColorstr='#faa40f',GradientType=0);
	background-color:#fa9f03;
}
.DontateButton:active {
	position:relative;
	top:1px;
}
/*End Donate*/


.gsc-clear-button {
display:none;

}
#AreaInputSearch {
    background:#145595 !important ;


}
    #AreaInputSearch input[type=button] {
    font-size:9px;
    font-size: 9px;
    padding: 0px;
    margin: 0px;
    min-width: 39px;
    }


.ddsmoothmenu ul
{
	z-index:10;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li
{
	position:relative;
	display: inline;
	float:left;
	margin-left:0px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
/*RC*/
	border-right: 1px solid WHITE; 
	background-image:url('../Images/NavigationBackground_SolidBlue.gif');
	background-repeat: repeat-x;	
	padding: 3px 4px;
	color:#FFFFFF; 	
	font-weight:bold; 
	letter-spacing: 0px;
	font-size: 11px;	
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	color: white;
}


/*SEE THIS*/
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*RC*/
	border-right: 0px solid WHITE; 
	background-image:url('../Images/NavBackgActPag.gif');
	background-repeat: repeat-x;				
	text-decoration:none;					
   padding: 3px 0px;
    color:#666666;
   
	letter-spacing: 0px; 
	font-size: 11px;
}



/*Top level menu link items style*/
.activepage
{
	display: block;
/*RC*/
	
	background-image:url('../Images/NavBackgActPag.gif');
	background-repeat: repeat-x;	
			
}

a.activepage
{
	display: block;
/*RC*/

	
	color:red;	
	font-weight:bold; 
	letter-spacing: 0px;

}

.ddsmoothmenu ul li a:hover{ 
/*RC*/
	background-image:url('../Images/NavBackgActPag.gif'); /*background of menu items during onmouseover (hover state)*/
	background-repeat: repeat-x;				
	text-decoration:none;	
	
    padding-bottom:3px; padding-top:3px;
    color:#666666;

	letter-spacing: 0px; 

}

/*1st sub level menu*/	
.ddsmoothmenu ul li ul{ 
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font: normal 13px Verdana;
	width: 160px; /*width of sub menus*/
	border-top-width: 0;
	border-bottom: 1px solid gray;
/*RC*/
	text-align:left;
	padding-left:5px; padding-right:5px;  
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu /*Holly Hack for IE7 and below*/
{
	height: 1%;
} 

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: #CCCCCC;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
	opacity: 0.8;
}
