div.portal ul
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	list-style: none;
	margin: 0 0 1em 0 !important;
	border-top: none;
}

div.portal li
{
	background: none !important;
	padding: 0 !important;
}

div.portal li img.portal, div.portal li img.portal_hover
{
	margin: 0 1em;
	border: none;
	vertical-align: middle;
}

div.portal span
{
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 1em;
}

div.portal span.desc
{
	display: none;
	color: #64584C;
	font-weight: normal;
	font-size: 1em;
	padding: 0;
}

div.portal a, div.portal a:hover, div.portal a:active, div.portal a:visited {
	display: block;
	font-size: 1em;
	padding: 1em;
	border-bottom: 1px dotted #E5E3DB;
	background-position: right -3em;
	background-repeat: no-repeat;
}

div.portal a img.portal {
	margin: 2px 0 2px .5em;
}

div.portal a img.portal_hover {
	display: none;
	margin: -10px 0 -10px .5em;
}

div.portal a:hover {
	text-decoration: none;
}

div.portal a:hover span {
	text-decoration: underline;
}

div.portal a:hover span.desc {
	display: inline;
	text-decoration: none;
}

div.portal li a:hover img.portal
{
	display: none;
}

div.portal li a:hover img.portal_hover
{
	display: inline;
}

/* sitemap */

div.sitemap {
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

div.sitemap span {
}

div.sitemap a {
	font-weight: bold;
}

div.sitemap img {
	margin: 0;
	padding: 0;
}

/* frame settings */

div.frame_thumb {
	width: 106px;
	margin: 0 0 1px .5em;
	float: left;
}

div.frame_thumb div {
	height: 20px;
	background-color: #E5E3DB;
	margin-right: 1px;
	float: left;
	text-align: center;
}

div.frame_thumb div.col_1 {
	width: 20px;
}

div.frame_thumb div.col_2 {
	width: 41px;
}

div.frame_thumb div.col_3 {
	width: 62px;
}

div.frame_thumb div.col_4 {
	width: 83px;
}

div.frame_thumb div.col_5 {
	width: 104px;
}

div.frame_thumb div.col_6 {
	width: 52px;
}.right_panel {
	float: right;
	height: 20px;
	width: 450px;
	text-align: left;
	margin-top: 12px;
	margin-left: 100px;
}
.left_btn1 a{
	float: left;
	height: 20px;
	width: 90px;
	text-align: center;
	font-weight: normal;
	color: #636361;
	background-image: url(../images/crop_main.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-decoration: none;
}

.left_btn1 a:hover {
	
	color: #BE0707;
	
}
.btn_main_tab a.left_btntab_main {
	float: right;
	height: 20px;
	width: auto;
	text-align: center;
	font-weight: bold;
	color: #626262;
	background-image: url(../images/crop_main.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	padding-left:8px;
	padding-right:12px;
	text-decoration: none;
	font-size: 14px;
}


.btn_main_tab a.left_btntab_main:hover {
	
	color: #BE0707;
	
}

.btn_main_tab {
	float: right;
	height: 15px;
	width: 580px;
	padding-top: 45px;
}






.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: none;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
	position: absolute;
	left: 19px;
	top: 0;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background:#CCCCCC;
	width: 180px;
	visibility: hidden;
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: 1px #ffffff;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
	color:#333333;
	padding-right: 0;
	padding-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	margin:0px;
}

.anylinkcss a:hover{ /*hover background color*/
background: #0086cd;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 120px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */

.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}





	
