/* CSS Document */

/*--------CSS Copyright 2009 Strategic & Operational Solutions*/

#NavContainer{
width: 144px;
height: 250px;
background: url(../Images/Nav_dropshadow.gif) top right repeat-y;
background-color: #aa9775;
float: left;
}

#Navbar{
width: 144px;
margin: 0px;
padding: 0px;
list-style-type: none;
font: 18px Arial, sans-serif;
}

#Navbar ul{
margin: 0px;
padding: 0px;
}

.Home a:link, .Home a:visited {
display: block;
color: #433221;
height: 35px;
width: 144px;
background: url(../Images/Navigation/Home.gif) left top no-repeat;
}

.Home a:hover, .Home a:active {
display: block;
color: #433221;
height: 35px;
width: 144px;
background: url(../Images/Navigation/Home_over.gif) left top no-repeat;
}

.currentHome a:link, .currentHome a:visited {
display: block;
color: #433221;
height: 35px;
width: 144px;
background: url(../Images/Navigation/Home_over.gif) left top no-repeat;
}

.WhatWeDo a:link, .WhatWeDo a:visited {
display: block;
color: #433221;
height: 35px;
width: 144px;
background: url(../Images/Navigation/Whatwedo.gif) left top no-repeat;
}

.WhatWeDo a:hover, .WhatWeDo a:active {
display: block;
color: #433221;
height: 35px;
width: 144px;
background: url(../Images/Navigation/Whatwedo_over.gif) left top no-repeat;
}

.currentWhatWeDo a:link, .currentWhatWeDo a:visited {
display: block;
color: #433221;
height: 35px;
width: 144px;
background: url(../Images/Navigation/Whatwedo_over.gif) left top no-repeat;
}

.HowWeDoIt a:link, .HowWeDoIt a:visited{
display: block;
color: #433221;
height: 35px;
width: 144px;
background: url(../Images/Navigation/HowWeDoIt.gif) left top no-repeat;
}

.HowWeDoIt a:hover, .HowWeDoIt a:active{
display: block;
color: #433221;
height: 35px;
width: 144px;
background: url(../Images/Navigation/HowWeDoIt_over.gif) left top no-repeat;
}

.currentHowWeDoIt a:link, .currentHowWeDoIt a:visited{
display: block;
color: #433221;
height: 35px;
width: 144px;
background: url(../Images/Navigation/HowWeDoIt_over.gif) left top no-repeat;
}

.WhoWeAre a:link, .WhoWeAre a:visited{
display: block;
color: #433221;
height: 35px;
width: 144px;
background: url(../Images/Navigation/WhoWeAre.gif) left top no-repeat;
}

.WhoWeAre a:hover, .WhoWeAre a:active{
display: block;
color: #433221;
height: 35px;
width: 144px;
background: url(../Images/Navigation/WhoWeAre_over.gif) left top no-repeat;
}

.currentWhoWeAre a:link, .currentWhoWeAre a:visited{
display: block;
color: #433221;
height: 35px;
width: 144px;
background: url(../Images/Navigation/WhoWeAre_over.gif) left top no-repeat;
}

.Resources a:link, .Resources a:visited{
display: block;
color: #433221;
height: 35px;
width: 144px;
background: url(../Images/Navigation/Resources.gif) left top no-repeat;
}

.Resources a:hover, .Resources a:active{
display: block;
color: #433221;
height: 35px;
width: 144px;
background: url(../Images/Navigation/Resources_over.gif) left top no-repeat;
}

.currentResources a:link, .currentResources a:visited{
display: block;
color: #433221;
height: 35px;
width: 144px;
background: url(../Images/Navigation/Resources_over.gif) left top no-repeat;
}

.CaseStudies a:link, .CaseStudies a:visited{
display: block;
color: #433221;
height: 35px;
width: 144px;
background: url(../Images/Navigation/CaseStudies.gif) left top no-repeat;
}

.CaseStudies a:hover, .CaseStudies a:active{
display: block;
color: #433221;
height: 35px;
width: 144px;
background: url(../Images/Navigation/CaseStudies_over.gif) left top no-repeat;
}

.currentCaseStudies a:link, .currentCaseStudies a:visited{
display: block;
color: #433221;
height: 35px;
width: 144px;
background: url(../Images/Navigation/CaseStudies_over.gif) left top no-repeat;
}

.ContactUs a:link, .ContactUs a:visited{
display: block;
color: #433221;
height: 35px;
width: 144px;
background: url(../Images/Navigation/Contact.gif) left top no-repeat;
}

.ContactUs a:hover, .ContactUs a:active{
display: block;
color: #433221;
height: 35px;
width: 144px;
background: url(../Images/Navigation/Contact_over.gif) left top no-repeat;
}

.currentContactUs a:link, .currentContactUs a:visited{
display: block;
color: #433221;
height: 35px;
width: 144px;
background: url(../Images/Navigation/Contact_over.gif) left top no-repeat;
}

/*--------Old Layout------

#NavContainer{
width: 144px;
height: 250px;
background: url(../Images/Nav_dropshadow.gif) top right repeat-y;
background-color: #aa9775;
float: left;
}

#Navbar{
width: 144px;
margin: 0px;
padding: 0px;
list-style-type: none;
font: 18px Arial, sans-serif;
}

#Navbar ul{
margin: 0px;
padding: 0px;
}

#Navbar li {
padding: 0px;
margin: 0px;
vertical-align: bottom;
}

#Navbar li a { 
display: inline-block; 
} /*Resolves extra whitespace in list links and displays block in IE*/

/*#Navbar li a {
display: block;
text-decoration: none;
margin: 0px;
padding: 3px 0px 3px 15px;
}

#Navbar a:link, #Navbar a:visited {
display: block;
color: white;
background: url(../Images/visited.gif) left top no-repeat;
}

#Navbar a:hover, #Navbar a:active {
display: block;		
color: #433221;
background: url(../Images/hover.gif) left top no-repeat;
}

#Navbar .current a:link, #Navbar .current a:visited {
display: block;
color: #433221;
background: url(../Images/hover.gif) left top no-repeat;
}


-------------------------*/





