/* CSS Document */

#SiteContent #SiteInfoContent #SiteMnu a {
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS";
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	display: block;
	color: #FFFFFF;
}
#SiteContent #SiteInfoContent #SiteMnu {
	line-height: 30px;
	display: block;
	padding-top: 10px;
	text-align: center;
}
#SiteContent #SiteInfoContent #SiteMnu a:hover {
	color: #000000;
	background-color: #FFFEC1;
	background-image: url(../images/colt-lnk.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.lnk_over {
	color: #000000;
	background-color: #FFFEC1;
	background-image: url(../images/colt-lnk.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.lnk_on {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS";
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	display: block;
}

#SiteContent #SiteInfoContent #SiteMnuSubsect a {
	color: #10138D;
	line-height: 25px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	display: block;
	background-color: #FFFEC1;
}
#SiteContent #SiteInfoContent #SiteMnuSubsect #text1,#SiteContent #SiteInfoContent #SiteMnuSubsect #text2,#SiteContent #SiteInfoContent #SiteMnuSubsect #text0 {
	position: absolute;
	z-index: 12;
	background-color: #FBF652;
	color: #000000;
	display: none;
	width: 200px;
	height: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #10138D;
	border-right-color: #10138D;
	border-bottom-color: #10138D;
	border-left-color: #10138D;
}
#SiteContent #SiteInfoContent #SiteMnuSubsect #text0
{
display:none;
}
#SiteContent #SiteInfoContent #SiteMnuSubsect #text1 {
	margin-left: 109px;
}
#SiteContent #SiteInfoContent #SiteMnuSubsect a:hover {
	background-color: #10138D;
	color: #FFFFFF;
}

#SiteContent #SiteInfoContent #SiteMnuSubsect #text2 {
	margin-left: 276px;
}


#SiteContent #siteMainMnu {
	margin: 0px;
	display: block;
	background-color: #10138D;
	height: 30px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-type: none;
}
#SiteContent #siteMainMnu li a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#SiteContent #siteMainMnu li a:hover, #SiteContent #siteMainMnu li:hover a {
	background-image: url(../images/colt-lnk.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFEC1;
	color: #000000;
}

#SiteContent #siteMainMnu li {
	display: block;
	float: left;
}
#SiteContent #siteMainMnu li ul {
	display: none;
}
#SiteContent #siteMainMnu li:hover ul
{
	display: block;
	position: absolute;
	background-color: #FFFEC1;
	padding: 0px;
	list-style-type: none;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #10138D;
	border-bottom-color: #10138D;
	border-left-color: #10138D;
	width: 250px;
}


#SiteContent #siteMainMnu li:hover ul li
{
	float: none;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

#SiteContent #siteMainMnu li:hover ul li a
{
	background-image: none;
	color: #10138D;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
}
#SiteContent #siteMainMnu li:hover ul li a:hover
{
	color: #FDED01;
	background-color: #5152AC;
}
#SiteContent #siteMainMnu .clear_both
{
	display: block;
	clear: both;
}