﻿/*{font-family:Arial,Helvetica,sans-serif;}*/

.txtReadOnlyLeft    {font-family:Arial,Helvetica,sans-serif;text-align:left;font-weight:bold;font-size:12pt; height:1.5em;background-color:transparent;border-color:transparent;color:White;}
.txtReadOnlyRight   {font-family:Arial,Helvetica,sans-serif;text-align:right;font-weight:bold;font-size:12pt; height:1.5em;background-color:transparent;border-color:transparent;color:White;}
.txtRightBorder     {font-family:Arial,Helvetica,sans-serif;text-align:right;font-weight:bold;font-size:12pt; height:1.5em;}
.txtCenterBorder     {font-family:Arial,Helvetica,sans-serif;text-align:center;font-weight:bold;font-size:12pt; height:1.5em;}
.txtRight           {font-family:Arial,Helvetica,sans-serif;text-align:right;font-weight:bold;font-size:12pt; height:1.5em;border-color:transparent;}

.myDialog{ position:absolute; top:0; left:0;bottom:0; width:100%; z-index:100; background: url('dim.png'); display:none;  text-align:left; }
.myDialogMain{position:absolute; width:22em; height:50px;top: 400px; left: 50%; margin-top: -100px; margin-left: -11em;border: 3 solid #00FF00;}
	
.myDialogNonInterstitial{ position:absolute; top:0; left:0;bottom:0; width:100%; z-index:100; display:none;  text-align:left; }
.myDialogMainNonInterstitial{position:absolute; width:22em; height:50px;top: 400px; left: 50%; margin-top: -100px; margin-left: -11em;border: 3 solid #00FF00;}


.myDialogNonInterstitialInParent{ float:left; width:100%; z-index:100; display:none; text-align:left; }
.myDialogMainNonInterstitialInParent{float:left; width:22em; height:50px;top: 400px; left: 50%; margin-top: -100px; margin-left: -11em;border: 3 solid #00FF00;}

.myDialogMainNonInterstitialInParent{position:relative; width:22em; height:50px;top: 50%; left: 50%; margin-left: -11em;border: 3 solid #00FF00;}
		    
.btn {text-align:center;font-weight:bold;Font-Size:12pt; height:1.5em;color:Black; }

.js-textareacopybtn {text-align:center;font-weight:bold;Font-Size:12pt; height:1.5em;color:Black; }
 

.gridviewtable, .gridviewtableheader {
    font-size:14px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    border-spacing: 0;
    
}
 
.greenBorderOnly 
{
    border-color: #00FF00;
    border-style:solid;
    border-width: 2px;
}


.greenBorder 
{
    border-color: #00FF00;
    border-style:solid;
    border-width: 2px;
    background-color:rgba(0,255,0,0.2) !important;
    
    
}

.redBorder 
{
    border-color: #FF0000;
    border-style:solid;
    border-width: 2px;
}

.greenTdText  
{
    border-color: #00AA00;
}
.redTdText 
{
    border-color: #FF0000;
}
.orangeTdText 
{
    border-color: #FFAA00;
}


.gridviewtable td, .gridviewtable th, .gridviewtableheader th, .gridviewtableheader td {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
    color: black;
}
                                            
.gridviewtable tr:hover {
    background-color: #C8F2F2 !important;
}
         
.gridviewtable tr:nth-child(even) {background-color: #f2f2f2 ;color: black;}
.gridviewtable tr:nth-child(odd) {background-color: white;color: black;}

.gridviewtable th, .gridviewtableheader {
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #4285F4;
    color: white;
}
            


div.nextImageDiv {
  display: table-cell;
  width: 460px;
  height: 140px;
  vertical-align: middle;
  text-align: center;
  border-style:solid;
  border-width:1px;
  border-color: #555;
  border-radius:5px;
}

div.summaryDiv {
  display: table-cell;
  width: 460px;
  height: 140px;
  vertical-align: middle;

  border-style:solid;
  border-width:1px;
  border-color: #555;
  border-radius:5px;
}

div.gradingImage {
  display: table-cell;
  width: 460px;
  height: 460px;
  vertical-align: middle;
  text-align: center;
  border-style:solid;
  border-width:1px;
  border-color: #555;
  border-radius:5px;
}

div.cn {
  display: table-cell;
  width: 460px;
  height: 460px;
  vertical-align: middle;
  text-align: center;
  border-style:solid;
  border-width:1px;
  border-color: #555;
  border-radius:5px;
}

div.inner {
  display: inline-block;
  padding: 20px 20px 20px 20px;
  text-align: left;
  border-style:solid;
  border-width:1px;
  background-color: #111;
  border-color: #555;
  border-radius:5px;
}

tr.rowX td {
  background-color: #000000;
}
tr.rowY td {
  background-color: #555555;
}

.leftLbl 
{
    margin: 0px 0px 10px 10px;
    text-align:left;font-weight:bold;
}

.topMarginbottomMargin
{
    margin: 5px 0px 15px 15px;
}      
    
.testtransBlueGrad { 
    background-color:rgba(65,140,240,0.8);
    
    border:1px solid white;
    background: -webkit-linear-gradient(rgba(65,140,240,0.8),rgba(30,100,240,0.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(65,140,240,0.8),rgba(30,100,240,0.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(65,140,240,0.8),rgba(30,100,240,0.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(65,140,240,0.8),rgba(30,100,240,0.8)); /* Standard syntax (must be last) */
    
    font-size:1.15em; 
}    
    
.testtransYellowGrad { 
    background-color:rgba(252,180,65,0.8);
    
    border:1px solid white;
    background: -webkit-linear-gradient(rgba(252,180,65,0.8),rgba(252,140,25,0.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(252,180,65,0.8),rgba(252,140,25,0.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(252,180,65,0.8),rgba(252,140,25,0.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(252,180,65,0.8),rgba(252,140,25,0.8)); /* Standard syntax (must be last) */
    
    font-size:1.15em; 
}
.testtransRedGrad { 
    background-color:rgba(224,64,10,0.8);
    
    border:1px solid white;
    background: -webkit-linear-gradient(rgba(224,64,10,0.8),rgba(224,24,0,0.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(224,64,10,0.8),rgba(224,24,0,0.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(224,64,10,0.8),rgba(224,24,0,0.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(224,64,10,0.8),rgba(224,24,0,0.8)); /* Standard syntax (must be last) */
    
    font-size:1.15em; 
}    
    
.testtransBlue { 
    background-color:rgba(65,140,240,0.8);
    font-size:1.15em; 
}
.testtransYellow { 
    background-color:rgba(252,180,65,0.8);
    font-size:1.15em; 
}
.testtransRed { 
    background-color:rgba(224,64,10,0.8);
    font-size:1.15em; 
}

.popupControl{

    color: White;
    font-weight:bold;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: White;
	border-width: 2px;
	border-radius:1px;
	z-index:1;
    border:1px solid white;
    background-color:rgba(0,0,0,1);
}

#HighlightBoarder {
    position: absolute;
    float: left;
    border-style:solid;
    border-color:#00BEFF;
    width : 197px;
    height : 197px;
}

#SlidePanel
{
 display:none;
}
#SlidePanelEmail
{
 display:none;
}

div.roundBorder
{  
    border-radius:1px;
    padding: 10px 10px 10px 10px;
    background-color:#000000;
    border:3px solid white;
    background-color:rgba(0,0,0,0.0);
}

div.transbox2
{  
    background-color:#000000;
    margin: 0px 0px 0px 0px;
    background-color:rgba(0,0,0,0.7);
}
 



div.transbox , div.transboxadvanced 
{  
    border-radius:1px;
    padding: 10px 10px 10px 10px;
    background-color:#000000;
    border:1px solid white;
    background-color:rgba(0,0,0,0.7);
}

#transboxconverters
{  
    border-radius:1px;
    padding: 10px 10px 10px 10px;
    background-color:#fff;
    border:1px solid white;
    background-color:rgba(0,0,0,0.9) !important;
}

#transboxcores
{  
    border-radius:1px;
    padding: 10px 10px 10px 10px;
    background-color:#fff;
    border:1px solid white;
    background-color:rgba(30,30,30,0.9) !important;
}

div.sellTransbox
{  
    border-radius:1px;
    padding: 5px 5px 5px 5px;
    background-color:#000000;
    border:2px solid #00FF00;
    
}

div.emailTransbox
{  
    border-radius:1px;
    padding: 5px 5px 5px 5px;
    background-color:#000000;
    border:2px solid #FFA500;
    
}

div.AddTransbox
{  
    border-radius:1px;
    padding: 5px 5px 5px 5px;
    background-color:#000000;
    border:2px solid #FF9600;
    
}

div.RemoveTransbox
{  
    border-radius:1px;
    padding: 5px 5px 5px 5px;
    background-color:#000000;
    border:2px solid #FF0000;
    
}

div.transbox h3, div.transboxadvanced h3 { margin-bottom: 0;font-size:1.1em;font-weight:normal;}

div.transbox p, div.transboxadvanced p
{
    margin:30px 40px;
    font-weight:bold;
    color:#ffffff;
}

div.transboxNoBorder
{  
    border-radius:1px;
    padding: 10px 10px 10px 10px;
    background-color:#000000;
    background-color:rgba(0,0,0,0.7);
}

.transBack 
{
 background-color:#000000;
  background-color:rgba(0,0,0,0.2);
}

div.div.transboxNoBorder p
{
    margin:30px 40px;
    font-weight:bold;
    color:#ffffff;
}

#form1
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}




#mainbody
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#banner
{
	margin: 0px 0px 0px 0px;
	background:url(banner.png);
}

#bannerInner
{
   	margin-left:auto;
 margin-right:auto;
 width:90%;
}



#header
{
	background: #ccc;
	padding: 20px;
}

#header h1 { margin: 0; }

#navigation
{	 
    position:relative;
    z-index:100;
	width: 1000px;
	height: 49px;
	  
	 
    
}

#content-container
{
	float: left;
	width: 1000px;	
	 
	color:#fff;
	background-color: rgba(43, 43, 43, 0.0);
}


#content-head
{
	margin: 0 auto;
	width: 1000px;
	background: #2b2b2b;
	padding: 20px 0;
	color:#fff;
	background-color: rgba(43, 43, 43, 0.0);
}

#content3-head
{
	margin: 0 auto;
	width: 1000px;
	background: #2b2b2b;
	padding: 20px 0;
	color:#fff;
	background-color: rgba(43, 43, 43, 0.0);
}



ul.topnav {
	width: 1420px;	 
	/*background: url(topnav_bg.gif) repeat-x;*/

	 
	
}




#navigation ul
{
	margin: 0;
	padding: 0px 0px 0px 0px;
	
}

#navigation ul li
{
	display: block;
	float: left;
	padding: 13px 10px 10px 10px;
 width:auto;
	text-align:center ;
	color: #000;
	text-decoration: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	cursor: pointer;
	font-size:1.15em; 
	font-weight:bold
}

#navigation li b
{		
}

#navigation li b2
{
	display: block;
	float: left;
	padding: 13px 10px 10px 10px;
	color: #000;
	text-decoration: none;
	border-right: 1px solid #fff;	
	cursor: pointer;
	font-size:1.15em;
	font-weight:bold;
}

#navigation li p
{
}

#navigation li a:hover { background: #eeeff4; color:Black; }




#container 	{
    margin-left:auto;
    margin-right:auto;
    width:50%;
	background: #fff;
}



#section-navigation
{
	float: left;
	width: 190px;
	height: 480px;
	
	padding: 62px 0;
	margin: 0 0px;
	display: inline;
}

#content
{
	float: left;
	width: 647px;
	height: 443px;
	
	padding: 0px 0;

    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
}




#content-container-registration
{
 
	width: 1000px;	
	color:#fff;
	background-color: rgba(43, 43, 43, 0.0);
	
	 position:absolute;
    margin-left:auto;
    margin-right:auto;
    width:75%;
    transform: translate(-17%, 0%);
}


#container-registration 	{
    margin-left:auto;
    margin-right:auto;
    width:50%;
	background: #fff;
	 
	
}

#content-registration
{
	margin-left:auto;
    margin-right:auto;
	width: 50%;
	height: 443px;
 
  
}

div.transboxQsMain 
{  
    
    min-height: 443px;
    
    border-radius:1px;
    padding: 0px 0px 0px 0px;
    background-color:#000000;
    border:1px solid white;
    background-color:rgba(0,0,0,0.7);
    
   
}






#content3-container
{
	float: left;
	width: 1000px;
	background: #2b2b2b;
	color:#fff;
	background-color: rgba(43, 43, 43, 0.0);
}

#background-wrapper {
     position: fixed;
    min-height: 100%;
    width: 100%;
    background: #000 url('testBack.jpg') repeat-y;
    background-size: 100% auto;
    z-index : -1;
}

#mainbody
{
    
  
 
    background-repeat: no-repeat ;
   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
 
     
}    

 
#section-navigationNarrow
{
	float: left;
	width: 1px;
	padding: 20px 0;
	margin: 0 00px;
	display: inline;
}



#section-navigation ul
{
	margin: 0;
	padding: 0;
}

#section-navigation ul li
{
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}



#contentMain
{
	float: left;
	width: 759px;
	padding: 0px 0;
	
	margin:  20px 20px 0px 5px;   
}

#content2
{
	float: left;
	width: 647px;
	padding: 0px 0;
	margin:  20px 5px 0px 5px;
}

#content2Grading
{
	float: left;
	width: 475px;
	padding: 0px 0;
	margin:  20px 5px 0px 5px;
}

#content2NoAside
{
	float: left;
	width: 759px;
	padding: 0px 0;
	margin:  20px 20px 0px 5px;
}

#content2WideAside
{
	float: left;
	width: 627px;
	padding: 0px 0px;
	margin:  20px 0px 0px 5px;
}

 #asideWide
{
	float: right;
	width: 150px;
	padding: 0px 0px;
	margin: 62px 20px 0px -20px;
	display: inline;
    height: 470px;
    
    border-radius:1px;
    
    background-color:#000000;
    border:1px solid white;
    background-color:rgba(0,0,0,0.7);
}


#content2NoAsideNoNav
{
	float: left;
	width: 960px;
	padding: 0px 0;
	margin:  20px 20px 0px 5px;
}

#content2NoNav
{
	float: left;
	width: 810px;
	padding: 0px 0;
	margin:  20px 20px 0px 5px;
}

#contentMain h2,#contentMain h1  { margin: 0;font-size:2.25em; text-shadow: -1px -1px 0 #000, 
                                                           1px -1px 0 #000, 
                                                          -1px 1px 0 #000, 
                                                           1px 1px 0 #000,
                  
                                                          -2px 2px 0 #000, 
                                                          -2px 1px 0 #000, 
                                                          -2px 0px 0 #000, 
                                                          -2px -1px 0 #000, 
                                                          -2px -2px 0 #000, 
                  
                                                          2px 2px 0 #000, 
                                                          2px 1px 0 #000, 
                                                          2px 0px 0 #000, 
                                                          2px -1px 0 #000, 
                                                          2px -2px 0 #000,
                  
                                                          -1px 2px 0 #000, 
                                                           0px 2px 0 #000, 
                                                          1px 2px 0 #000, 
                  
                                                          -1px -2px 0 #000, 
                                                           0px -2px 0 #000, 
                                                          1px -2px 0 #000;}
                
#content2Grading h2, #content2NoNav h2, #content2WideAside h2, #content2NoAsideNoNav h2, #content2NoAside h2, #content2 h2,
#content2Grading h1, #content2NoNav h1, #content2WideAside h1, #content2NoAsideNoNav h1, #content2NoAside h1, #content2 h1  
{ margin: 0;font-size:2.25em;text-shadow: -1px -1px 0 #000, 
                                                           1px -1px 0 #000, 
                                                          -1px 1px 0 #000, 
                                                           1px 1px 0 #000,
                  
                                                          -2px 2px 0 #000, 
                                                          -2px 1px 0 #000, 
                                                          -2px 0px 0 #000, 
                                                          -2px -1px 0 #000, 
                                                          -2px -2px 0 #000, 
                  
                                                          2px 2px 0 #000, 
                                                          2px 1px 0 #000, 
                                                          2px 0px 0 #000, 
                                                          2px -1px 0 #000, 
                                                          2px -2px 0 #000,
                  
                                                          -1px 2px 0 #000, 
                                                           0px 2px 0 #000, 
                                                          1px 2px 0 #000, 
                  
                                                          -1px -2px 0 #000, 
                                                           0px -2px 0 #000, 
                                                          1px -2px 0 #000;}
                                                          
#content2Grading h2,  #content2WideAside h2, #content2NoNav h2, #content2NoAsideNoNav h2, #content2NoAside h2, #content h2, 
#content2Grading h1,  #content2WideAside h1, #content2NoNav h1, #content2NoAsideNoNav h1, #content2NoAside h1, #content h1 
{ margin: 0;font-size:2.25em;text-shadow: -1px -1px 0 #000, 
                                                           1px -1px 0 #000, 
                                                          -1px 1px 0 #000, 
                                                           1px 1px 0 #000,
                  
                                                          -2px 2px 0 #000, 
                                                          -2px 1px 0 #000, 
                                                          -2px 0px 0 #000, 
                                                          -2px -1px 0 #000, 
                                                          -2px -2px 0 #000, 
                  
                                                          2px 2px 0 #000, 
                                                          2px 1px 0 #000, 
                                                          2px 0px 0 #000, 
                                                          2px -1px 0 #000, 
                                                          2px -2px 0 #000,
                  
                                                          -1px 2px 0 #000, 
                                                           0px 2px 0 #000, 
                                                          1px 2px 0 #000, 
                  
                                                          -1px -2px 0 #000, 
                                                           0px -2px 0 #000, 
                                                          1px -2px 0 #000;}
                                                      


.outLinedText  { color: #ffffff; margin: 0; text-shadow: -1px -1px 0 #000, 
                                                           1px -1px 0 #000, 
                                                          -1px 1px 0 #000, 
                                                           1px 1px 0 #000,
                  
                                                          -2px 2px 0 #000, 
                                                          -2px 1px 0 #000, 
                                                          -2px 0px 0 #000, 
                                                          -2px -1px 0 #000, 
                                                          -2px -2px 0 #000, 
                  
                                                          2px 2px 0 #000, 
                                                          2px 1px 0 #000, 
                                                          2px 0px 0 #000, 
                                                          2px -1px 0 #000, 
                                                          2px -2px 0 #000,
                  
                                                          -1px 2px 0 #000, 
                                                           0px 2px 0 #000, 
                                                          1px 2px 0 #000, 
                  
                                                          -1px -2px 0 #000, 
                                                           0px -2px 0 #000, 
                                                          1px -2px 0 #000;}
                                                          
.outLinedTextThin  { color: #ffffff; margin: 0; text-shadow: -1px -1px 0 #000, 
                                                           1px -1px 0 #000, 
                                                          -1px 1px 0 #000, 
                                                           1px 1px 0 #000
                  
                                                           ;}
                                                          
/*{font-family:Arial,Helvetica,sans-serif;}*/

.blank_row
{
    height: 10px !important; /* Overwrite any previous rules */
  
}

table, tr, td, th {
    
    border-collapse:collapse;
}
tr.header {
    cursor:pointer;
}
 


#aside
{
	float: right;
	width: 130px;
	padding: 0px 0;
	margin: 62px 20px 0px -10px;
	display: inline;
    height: 470px;
    
    border-radius:1px;
    
    background-color:#000000;
    border:1px solid white;
    background-color:rgba(0,0,0,0.7);
}

#aside h3 { margin: 0;font-weight:bold !important; font-size:1.15em;}
#aside p { margin: 5px 0px 0px 5px;    font-weight:normal !important;font-size:1.0em;}

#content2Grading
{
	float: left;
	width: 475px;
	padding: 0px 0;
	margin:  0px 5px 0px 5px;
}

 #footerMD 
{
	float: left;
    margin:  10px 10px 0px 0px;
    font-weight:bold;
	font-size:1.15em;	 
}

#footer p
{
	float: right;
    margin:  10px 10px 0px 0px;
    font-weight:bold;
	font-size:1.15em;	 
}

#footer
{
    margin:  20px 0px 0px 0px;
	clear: left;
	background: #1A3D45;
	color: black;
	background:url(banner.png);
	text-align: right;
	height:49px;
	position:fixed; left:0px; bottom:0px;width:100%;
}
   

ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	/*background: url(topnav_hover.gif) no-repeat center top;*/
}
ul.topnav li span { /*--Drop down trigger styles--*/
	height: 35px;
	float: left;
	/*background: url(subnav_btn.gif) no-repeat center top;*/
}

/*@media screen  and (max-width: 1081px)
{
    ul.topnav   
    {
        font-size:2.75em !important;  
           background-size: 100% !important;
	 height: 90px !important;	 
    }
    ul.topnav li {
	    float: left;
	    margin: 0;
	    padding: 0 15px 0 0 !important;
	    position: relative;  
    }
}*/

ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/

ul.topnav ul {
	position: absolute;
	display: none;
    left: 0px; top: 43px;
    margin: 0px 0px 0px 0px;
    padding: 13px 10px 10px 5px;
	list-style: none;
    float: left;
	background: #1A3D45;
	color: #000;
    background: #E8E8E8;
	text-decoration: none;
	cursor: pointer;
	font-size:0.75em;  
	font-weight:bold;
	width:auto;
}
 
ul.topnav li ul 
{
    white-space: nowrap;
	display: none;
	float: left;
	padding: 13px 10px 10px 10px;
	text-align:left ;
	color: #000;
	text-decoration: none;
 	cursor: pointer;
	font-size:0.85em;
    font-weight:bold;
    width:auto;
}

ul.topnav li ul li
{
	display: none;
	float: left;
	padding: 13px 10px 10px 10px;
	text-align:left ;
	color: #000;
	text-decoration: none;
	border-right: 0px solid #000 !important;
	border-left: 0px solid #000 !important;
	border-bottom: 0px solid #fff !important;
	cursor: pointer;
	font-size:0.85em; 
    font-weight:bold;
    width:150px;
}



 ul.topnav li:hover ul {
 display: block;
 }
 

ul.topnav:hover {
	background: #000;
}

ul.topnav li:hover{
	background: #fff;
}
/*



ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; 
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
}



ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; //Create bevel effect-
	border-bottom: 1px solid #444; //Create bevel effect
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { //Hover effect for subnav links
	background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;
}
 */
 
 