/*################################################################################
//# History
//# -------
//#
//# Date        Version         Name                    Description
//# ----        -------         ----                    -----------
//# 26 Aug 2005	V1.0.GJL.0.0	Grant Laurie		Written from help_menu.css (air)
//# 12 Sep 2005	V1.0.GJL.0.1	Grant Laurie		Small changes to get the menu to look similar to the Framework one.
//# 30 Oct 2013	V1.0.BEH.0.2	Blake Hicks		    Changed styling to match the rest of the new systems theme.
//# 6 Nov 2013	V1.0.BEH.0.3	Blake Hicks		    Changed styling for recycle of code changes
//# 
//################################################################################
*/
BODY { font-family: verdana; font-size: 10pt; background-color: white; padding: 0px; margin: 0px;}

body,td,html {
	font-size: 12px;
	font-family: arial,verdana;
}

a {
    text-decoration:none;
}

#topMenu:link {
    color:white;
    border:1px solid black;
    background-color:#00467f;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#56a0d3),to(#00467f,#00467f));
    background-image:-webkit-linear-gradient(top,#56a0d3,#00467f,#00467f);
    background-image:-moz-linear-gradient(top,#56a0d3,#00467f,#00467f);
    background-image:-o-linear-gradient(top,#56a0d3,#00467f,#00467f);
    background-image:linear-gradient(to bottom,#56a0d3,#00467f,#00467f);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#56a0d3', endColorstr='#00467f')";
    display: block
}

#topMenu:visited {
    background-color:#00467f;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#56a0d3),to(#00467f,#00467f));
    background-image:-webkit-linear-gradient(top,#56a0d3,#00467f,#00467f);
    background-image:-moz-linear-gradient(top,#56a0d3,#00467f,#00467f);
    background-image:-o-linear-gradient(top,#56a0d3,#00467f,#00467f);
    background-image:linear-gradient(to bottom,#56a0d3,#00467f,#00467f);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#56a0d3', endColorstr='#00467f')";
    color:white;
    z-index:101;
    position:relative;
    display:block;
    border:1px solid black
}
#topMenu:hover{
    border:1px solid darkgray;
    color:#00467f;
    background-color:lightgrey;
    background-image:-webkit-gradient(linear,left top,left bottom,from(white,lightgrey),to(gray));
    background-image:-webkit-linear-gradient(top,white,lightgrey,gray);
    background-image:-moz-linear-gradient(top,white,lightgrey,gray);
    background-image:-o-linear-gradient(top,white,lightgrey,gray);
    background-image:linear-gradient(to bottom,white,lightgrey,gray);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='gray')"
}

#subTopMenu:link,#subTopMenu:visited {
	display:block;
 	padding: 3px;
 	//color:#003163;
 	text-decoration:none;
 	border-bottom: 1px solid #069;
 	border-right: 2px solid #003163;
 	background: #ddd;
 	font-size: 10px;
}
#subTopMenu:hover{
	color: navy;
}

#subMenu:link,#subMenu:visited {
	display:block;
 	padding: 3px;
 	color:#003163;
 	text-decoration:none;
 	border-bottom: 1px solid #069;
 	border-right: 2px solid #003163;
 	background: #fff;
 	font-size: 10px;
}

#subMenu:hover{
	color: #003163;
	background: #eee;
}
