/* Note: To modify ticker box height, go to #pscroller2 at the bottom of this doc */

.chromestyle{
/*width: 99%;*/
width:800px;
/*font-weight: bold;*/
font:bold .65em Tahoma;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #000;*/
border-bottom:1px solid #000;
width: 100%;
background-image:url("/Images/cover.gif");
/*background-color:#333333;*/
/*background-image:url(../../_resource/_images/menu_bg.jpg);*/
/*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #333333;*/
}

.chromestyle ul li a:hover{
background-color:#990000;
/*background: url(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #000000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
background-image:url(../../_resource/_images/menu_bg.jpg);
/*font:normal 12px Verdana;*/
line-height:18px;
z-index:100;
background-color:#333333;
width: 160px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenuDivider{
line-height:4px;
background-color:#515868;
}

.dropmenudiv a{
width: auto;
display: block;
margin-left: 3px;
margin-right: 3px;
/*border:1px solid #000000;*/
border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
/*font-weight: bold;*/
font:normal .6em Verdana;
color: white;
}

.dropmenuhead{
color:#EFCC00;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
background-color:#990000;
}

/*****************************************************************************************************
   CUSTOM
 *****************************************************************************************************/

	body
	{
		margin:0px 0px 0px 0px;
		background-color:#515868;
	}

	#site
	{
		width:800px;
	}
	
	#head
	{
		background-color:#000000;
		width:800px;
	}
	
	#menu
	{
		clear:both;
		text-align:left;
		width:650px;
		padding-left:150px;
	}
	
	#left
	{
		background-color:#666666;
		float:left;
		width:150px;
		z-index:-100;
	}
	
	#right
	{
		background-color:#515868;
		padding-left:15px;
		padding-top:15px;
		float:left;
		width:625px;
	}
	
	#footer
	{
		clear:both;
		padding-top:1px;
		padding-bottom:4px;
		padding-left:3px;
	}
	
	#footer, #menu
	{
		background-color:#333333;
	}
	
	#picture
	{
		position:relative;
		float:left;
		padding-top:5px;
		padding-right:5px;
	}
	
	#potm
	{
		position:relative;
		width:500px;
	}
	
	#potm_head
	{
		background-color:#333333;
		width:100%;
		position:relative;
	}

	#potm_subhead
	{
		position:relative;
		width:489px;
		padding-left:5px;
		font-weight:bold;
	}

	#head, #menu, #left, #right, #footer
	{
		position:relative;
	}
	
	#potm, #menu, td, tr, #footer
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#FFFFFF;
	}

	td, tr
	{
		background-color:#333333;
		border:0px;
	}

	.form
	{
		font-size:9px;
	}
	
	.menu_item
	{
		position:relative;
		width:250px;
	}
	
/***********************************************/
 #navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #036;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer #menu ul li { display: inline; }
/*
#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}	
*/
.ScrollerFrame
 {
/*   border-style:solid;*/
/*   border-width:0px;*/
/*   border-color:#000000;*/
   background-color:#333333;
   border-bottom-width:0px;
   border-bottom-color:#666666;
   border-bottom-style:solid;
   padding-left:3px;
   text-align:left;
   width:20px;
 }

#pscroller2{
width: 794px;
height: 59px; /* Ticker box height: 2 lines of content + header = 47px; 3 lines of content = 59px; 4 lines of content = 70px */
border-top:0px solid black;
border-bottom:1px solid black;
background-color:#333333;
/*border: 1px solid black;*/
padding: 3px;
padding-top:0px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

.ticker_head /* Bold heading for the ticker */
{
	color:#FFCC00;
	font-size:.65em;
	font-weight:bold;
}

.ticker_text /* News blurb for the ticker */
{
	color:white;
	font-size:.65em;
}

.ticker_head, .ticker_text
{
	font-family:Tahoma;
}

