﻿/* CSS Document */
/* created by sri - 2012 */
/* this is the designed for the tabs */
    
#navcontainer
{
background: #FFFFFF;
/*font-family: verdana,helvetica,arial,sans-serif;*/
font-family: Arial;
font-size: 10pt;
font-weight: normal;
text-decoration: none;
}

/* to stretch the container div to contain floated list */
#navcontainer:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#navlist
{
list-style: none;
padding: 0;
width: 100%;
font-size: 10pt;
}

ul#navlist li
{
display: block;
float: left;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #FFFFFF;
text-decoration: none;
/*background: #2E90BD; */
background: #38345C;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #FE8A00;
color: #FFFFFF;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #FFFFFF;
background: #FE8A00;
border-color: #aaab9c #fff #fff #ccc;
}

.highlight
{
    background-Color:Yellow;
}    
