body
{
	margin: 0 0 0 0;
	padding: 0;
	background: url(../../App_Themes/Index/imgs/wrap1.gif) #e6e6e6;
}
#ok
{
	position: absolute;
	top: 0%;
	left: 0%;
	background-image: url(../../App_Themes/Index/imgs/ok.gif);
	background-repeat: no-repeat;
	width: 108px;
	height: 115px;
}
#page {
	width:1000px;
	margin: 0 auto;
	background: #FFFFFF;
	border:5px solid #003333;
	}

.flash
{
	width:800px;
	height:350px;
	padding:0;
	margin:0;
}

div#dire
{
	background: url(../../App_Themes/Index/imgs/bgON2.gif) center  center repeat-x;
	color:#FFF;
	font:bolder;
	font-size:12px;
	bottom:0%;
	width:100%;
	position:static;
	left:0%;
}

.newMes
{
vertical-align:top;
color:#FF0000;
font:bolder;
text-decoration:blink;
}

/************************************************************/

.chromestyle{
width: 1000px;
/*position:relative;*/
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #666666;
}

#MyFrame
{
width:1000px;
height:auto;

}
.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 #BBB;
width: 1000px;
background: url(../../App_Themes/Index/imgs/bgOFF2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #000; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../../App_Themes/Index/imgs/bgON22.gif) center center repeat-x; /*THEME CHANGE HERE*/
color:#FFF;
border-right: 1px solid #FFF;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{ 
position:absolute;
top: 0;
border: 1px solid #FFF; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color:#cccccc;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
 background-image: url(../../App_Themes/Index/imgs/wrap1.gif); }



.dropmenudiv a{
width: 200px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #115a3f;
color:#FFF;
}

.index
{
	right:25%;
}



