/*
<%
Response.ContentType="text/css"
%>

<%
Response.ExpiresAbsolute = now+ 2
%>
*/
/* v2 */

#TopMenuRegion

{
	width: 1000px;	
	height:97px;
	background-color:#FFFFFF;		
	border-bottom:1px solid #FFFFFF;
}

.topmenubar
{
	background-color: #777374;
	width: 1000px;
	height:24px;
	border:0px;
	float:right;
	
}

.itemText {
	FONT: 12px Trebuchet MS; COLOR: #0033ff; TEXT-DECORATION: none
	
}
.crazyBorder {
	BORDER-RIGHT: #0033ff 1px outset; BORDER-TOP: #0033ff 1px outset; BORDER-LEFT: #0033ff 1px outset; BORDER-BOTTOM: #0033ff 1px outset
}
.crazyText {
	FONT: bold 12px Trebuchet MS; COLOR: #ffcc99; TEXT-DECORATION: none
}
.inneritemText {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: "Trebuchet MS", Verdana, Arial; TEXT-DECORATION: none; 
}
.inneritemText:active {
	COLOR: #ffffff
}
.inneritemText:visited {
	COLOR: #ffffff
}
.inneritemText:hover {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.itemBorder {
	BORDER-RIGHT: #777374 1px outset; 
	BORDER-TOP: #777374 1px outset; 
	BORDER-LEFT: #777374 1px outset; 
	BORDER-BOTTOM: #777374 1px outset;
	text-align:left;
}


/****************************/
/* Second level menu (left) */
/****************************/
a.MenuHeaderLink
{
	background-color: black;
	height: 2em;
	color: #000000;	
	letter-spacing: 0.1em;	
	display: block;
	FONT-WEIGHT: bold; 
	font-size: 1.2em;
	padding: 0.4em 0.1em 0.1em 0.5em;
}
a.MenuHeaderLink:hover
{
	color: #CCCCCC;
}
div.MenuHeader
{
	background-color: green;
	height: 2em;
	color: #000000;
	text-transform: lowercase;
	letter-spacing: 0.1em;
	text-decoration: none;
	display: block;
	font-size: 1.2em;
	padding: 0.4em 0.1em 0.1em 0.5em;
}
div.MenuFooter
{
	background-color: #CCCCCC;
	text-decoration: none;
	display: block;
	height: 2em;
	padding: 0.4em 0em 0.1em 0em;
	text-align: center;
}

a.MenuLink
{
	color: #333;
	font-weight: normal;
	text-decoration: none;
	display: block;
}
a.MenuLink:hover
{
	color: #CC3333;
}
a.MenuLinkActive
{
	color: #333;
	font-weight: normal;
	text-decoration: none;
	display: block;
	font-style: italic;
}
a.MenuLinkActive:hover
{
	color: #CC3333;
}

.MenuItemContainer1
{
	border-bottom: solid 0.1em #ddd;
	width: 100%;
	display: block;
	PADDING-RIGHT: 10px; 
	PADDING-LEFT: 1px; 
	FONT-WEIGHT: bold; 
	CURSOR: default; 
	PADDING-TOP: 1px;
	COLOR: #777777;
	BACKGROUND-COLOR: #ffffff; 
	FONT-FAMILY: Trebuchet MS, Verdana, Arial
}
.MenuItemContainer1:hover
{
	text-decoration: none;
	background-color: #cccccc;
	COLOR: #777777;
}

div.MenuItemIndent
{
	float:left;
	/*margin-right:5px;*/
}



div.MenuItem
{
	float: right;
	background-color: red;
}

/* left menu head item */
.lm_item,.lm_item:hover,
.lm_item1,.lm_item1:hover,.lm_item1:visited
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: rgb(119, 119, 119);
	display:block;
	z-index: 0;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;	
	border-bottom: 1px solid #E2E2E2;
	border-top: 1px solid white;
	background-image:url(/images/bg_leftmenu.gif);
	background-repeat: repeat-x;
	background-position: top;
	*width:100%;
	*float:left;
}

/* left menu head item applicable for SelectedItem and ExpandedItem for IE 7 */
*:first-child+html 
.lm_item1,.lm_item1:hover,.lm_item1:visited
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: rgb(119, 119, 119);
	display:block;
	z-index: 0;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;	
	border-bottom: 1px solid #E2E2E2;
	border-top: 1px solid white;
	background-image:url(/images/bg_leftmenu.gif);
	background-repeat: repeat-x;
	background-position: top;
	*width:100%;
	*float:left;
}
/* left menu head item for IE 7 */
*:first-child+html
.lm_item,.lm_item:hover
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: rgb(119, 119, 119);
	display:block;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;	
	z-index:0;
	border-bottom: 1px solid #E2E2E2;
	border-top: 1px solid white;
	background-image:url(/images/bg_leftmenu.gif);
	background-repeat: repeat-x;
	background-position: top;
	*width:100%;
	*float:left;
}

.lm_item1,.lm_item1 A:visited
{
	color: #666666;
	font-weight: bold;
	*float:left;
}

 div.lm_item
{
	*float:left;
	*width:100%;
}

/*
div.lm_item a
{
	float:left;
} /*

/* custom left menu head item */
.cm_item,.cm_item1,
.cm_item:hover,.cm_item1:hover,
.cm_item:visited,.cm_item1:visited
{
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #990033; 
	FONT-FAMILY:Verdana; 
	display:block;
	width:165px;
	margin-right:-5px;
	border-bottom:solid 1px #CCCCCC;
}


.cm_item1:hover
{
	  color: #ff3300;
	  TEXT-DECORATION: underline
}
.QuickSearch
{
	float:right;
	position:absolute;
	left: 790px;
	top:0px;
	height: 30px;
	margin-top:30px;
	
}
.top_links
{ 
	float:right;
	margin-top:0px;	
	margin-right:4px;
	float:left;
}

#topquicklinks
{	
	left: 829px;
	top:5px;
	position:absolute;
	margin-top:5px;
	float:right;
	margin-left:90px;
}
#topadvancedsearch
{
	font-size:10px;
	color:Maroon;
	position:absolute;		
	width:335px;
	height:15px;
	left: 840px;	
	top:44px;
	border: solid 1px #E5E5E3;	
}

/* quick nav fixture 20060524 
.quicksearch_fields > A, #loginstatus > A { color: Maroon }
*/

.quicksearch_fields
{
	margin:5px;
	
}

#breadcrumb
{
	font-family: Tahoma;
	font-size: 11px;
	padding-top: 10px;
	height: 38px;
	margin-right: 5px;
	width: 546px;
	
}

#breadcrumb A
{
	font-family:Tahoma;
	font-size:11px;
}




#loginstatus_user
{
	font-size:10px;
	text-align:right; 
}

.lm_nobg
{
	
}
