﻿#topnav
{
	border-top:solid 3px #003366;
	background-color: #003366;
}

.company
{
	background: url(App_Themes/main/image/h-company.gif) no-repeat top;
}

#content
{
	background-color: #003366;
}


#subnav 
{
    background-image:url(image/subnav.gif);
    background-repeat:repeat-x;
    /*color:#cc9933;*/
}

#subnav a:hover 
{
    background-image:url(image/subselected.gif);
    /*color:#cc9933;*/
}

.sub
{
	width:150px;
}

#linksleft 
{
	color:#003366;
}

#linkscenter 
{
	color:#003366;
}

#linksright 
{
	color:#003366;
}



