﻿.subnav {
    border-left: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.subnav li {
	border-bottom: 1px solid #fff;
	margin:0;
}

.subnav a,
.subnav a:visited { color: #000; }
.subnav a { 
	padding: 10px 5px 10px 15px;
	display: block; 
}

.subnav.wIcons a { padding: 5px 5px 5px 15px; }

.subnav.greenNav a { background-color: #d1d1bc; }

.subnav.grayNav a { }
.subnav.grayNav li{
	background: none repeat scroll 0 0 #E2E0E1;
}
.subnav.grayNav li.active {
    background: none repeat scroll 0 0 #CCCCCC;
    font-weight: bold;
    color: #A50D12;
}
.subnav.greenNav a:hover, 
.subnav.greenNav a:active, 
.subnav.greenNav a:focus { 
	color: #000 ;
}

.subnav.grayNav a:hover, 
.subnav.grayNav a:active, 
.subnav.grayNav a:focus {
	color: #333 ;
}
.subnav.grayNav li a:hover {
	background-color:#ccc;
		text-decoration:underline;
}
.subnav.wIcons > li > a { line-height:28px; }
.subnav .navIcon { float:left; padding-right:10px; width:30px; height:30px; }