﻿#SubNav{}
#SubNav .Title
{
	/*background-image:url(../images/sub_nav_top.gif);*/
	background-color:Gray;
	color:#FFF;
	display:block;    
    font-size:13pt;
    font-weight:bold;
    padding:10px 0px 10px 10px;
    width:168px;
}
/*
.SubNavSelected
{    
    background:url(../images/sub_nav_on.gif);
    color:#00c0f3;
}
.SubNav
{	
	background:url(../images/sub_nav_off.gif);	
	width:178px;
}


.SubNav .sub
{
	margin-left:10px;
}
*/
.SubNav text{width: 178px;}
.SubNav a,
.SubNav a:link,
.SubNav a:visited
{
	color:Gray;
	cursor:hand;
	font-weight:bold;
	line-height:42px;
	padding-left:30px;
	border-bottom:solid 1px #999;	
	text-decoration:none;
	width: 148px;
	background-color:#f2f1f1;
	/*background-image: url(../images/sub_nav_off.gif);*/
}


.SubNav a:hover,
.SubNav a:active
{
	color:white;
    /*background:url(../images/sub_nav_on.gif);*/
	text-decoration:none;
	cursor:hand;
	background-color:#a2a1a1;
}

.SubNav .sub_nav
{
	line-height:42px;
	/*background:url(../images/sub_nav_off.gif);*/
	width: 178px;
	padding-left:30px;
}

.SubNav .sub_nav:hover,
.SubNav .sub_nav:active
{
    /*background:url(../images/sub_nav_on.gif);*/
    color:#00c0f3;
	text-decoration:none;
	width: 178px;
}

.SubNav .SubNavSelected
{
	color:#00c0f3;
	line-height:42px;
	/*background:url(../images/sub_nav_on.gif);*/
	width: 178px;
}

.SubNav .sub .text, .SubNav .subSelected .text
{
	padding-left:10px;
	width: 178px;
}

.SubNav .sub:link, .SubNav .sub:visited
{
	line-height: 30px;
	width: 178px;
	/*background:url(../images/subnav.gif);*/
    color:#898b8e;
    display:none;
}

.SubNav .sub:hover, .SubNav .sub:hover, .subSelected, .SubNav .subSelected:hover, .SubNav .subSelected:active, .SubNav .subSelected
{
	line-height: 30px;
	width: 178px;
	/*background: url(../images/subnav_on.gif);*/
	color: #0072f3;
}


 