/*
#=============================================
#Summary: Menu Site Style Sheet
#Author: Robert Irvine
#Company: Crown Data Systems
#Date: 5-14-08
#=============================================
*/

/* Main Menu Formatting */
.mmnu_style {font-family: Verdana,Tahoma; font-size: 8pt; font-weight:bold; color: rgb(255,255,255); background-image: url("menu_bk.jpg");	background-repeat:repeat-x; border-width: 0px; border-style:solid; border-color:rgb(255,255,255);	text-align:center;}
.mmnu_style a:link {font-family: Verdana,Tahoma; font-size: 8pt; font-weight:bold; text-align: center;  color: rgb(255,255,255); text-decoration: none; border-width: 0px; border-style: solid; border-color:rgb(255,255,255); width:100%;}
.mmnu_style a:visited {font-family: Verdana,Tahoma; font-size: 8pt; font-weight:bold; text-align: center;  color: rgb(255,255,255); text-decoration: none; border-width: 0px; border-style: solid; border-color:rgb(255,255,255); width:100%;}
.mmnu_style a:hover {font-family: Verdana,Tahoma; font-size: 8pt; font-weight:bold; text-align: center;  color: rgb(204,204,204); text-decoration: none; border-width: 0px; border-style: solid; border-color:rgb(255,255,255); width:100%;}
.mmnu_style a:active {font-family: Verdana,Tahoma; font-size: 8pt; font-weight:bold; text-align: center;  color: rgb(204,204,204); text-decoration: none; border-width: 0px; border-style: solid; border-color:rgb(255,255,255); width:100%;}

/* Main Sub Menu Formatting */
.smnu_style {font-family: Verdana,Tahoma; font-size: 8pt; color: rgb(255,255,255); background-image: url("smenu_bk.jpg"); background-repeat:repeat; border-width: 0px; border-style:outset; text-align:left; }
.smnu_style a:link {font-family: Verdana,Tahoma; font-size: 8pt; text-align: left;  color: rgb(255,255,255); text-decoration: none; border-width: 0px; border-style: outset;}
.smnu_style a:visited {font-family: Verdana,Tahoma; font-size: 8pt; text-align: left;  color: rgb(255,255,255); text-decoration: none; border-width: 0px; border-style: outset;}
.smnu_style a:hover {font-family: Verdana,Tahoma; font-size: 8pt; text-align: left;  color: rgb(204,204,204); text-decoration: none; border-width: 0px; border-style: outset;}
.smnu_style a:active {font-family: Verdana,Tahoma; font-size: 8pt; text-align: left;  color: rgb(204,204,204); text-decoration: none; border-width: 0px; border-style: outset;}

/* Page Sub Menu Formatting */
.frame_sub {font-family: Arial,Verdana,Tahoma; text-align:left; border-width: 3px; border-style: ridge; background-color: rgb(255,255,255);}
.link_sub { background-color: rgb(255,255,255); vertical-align:middle;}
.link_sub a:link {font-family: Arial,Verdana,Tahoma; font-size: 8pt; text-align: left;  color: rgb(204,102,0); text-decoration: none; background-color: rgb(255,255,255); }
.link_sub a:visited {font-family: Arial,Verdana,Tahoma; font-size: 8pt; text-align: left;  color: rgb(204,102,0); text-decoration: none; background-color: rgb(255,255,255); }
.link_sub a:hover {font-family: Arial,Verdana,Tahoma; font-size: 8pt; text-align: left;  color: rgb(255,204,102); text-decoration: none; background-color: rgb(255,255,255); }
.link_sub a:active {font-family: Arial,Verdana,Tahoma; font-size: 8pt; text-align: left;  color: rgb(204,102,0); text-decoration: none; background-color: rgb(255,255,255); }
