﻿div.submenu a
{
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	text-decoration:none;
	color: #606a6f;
	line-height: 25px;
	padding-left: 7px;
}
div.submenu a:hover
{
	color: #0364a7;
}


div.silverheader a{
	background: url('images/buttons/button.png') no-repeat center left;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;	
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 7px 0 7px 7px;
	text-decoration: none;
	color: White;
}

div.silverheader a:visited, div.silverheader a:active{
	color: White;
}

div.selected a, div.silverheader a:hover{
	background-image: url('images/buttons/buttonOver.png');
	color: White;
}

.menu div.submenu{ /*DIV that contains each sub menu*/
	padding: 7px 7px 7px 7px;
	min-height: 200px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	line-height: 30px; 	
}

#maincontent
{			        	
    width: 100%;   
    background-image: url('images/maincontent.jpg');
    background-repeat: no-repeat;
    background-position: top;                    
}
#container
{
    margin: 0 auto;    
    width: 900px;          
    border: 0px;              
}
div.line
{
	width: 167px;
	height: 7px;
	background-image: url('images/buttons/between.png');	
}

